@charset "shift_jis";

/* body.css */
/*
	2017 new design ver.5.0
	県サイト作成・レスポンシブ
*/
/* --------------------------------------------------
共通
-------------------------------------------------- */
html{
	height: 100%;
}
body{
	background-color: #262626;
	color: #fff;
	height: 100%;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
.mm-page *{
	font-family: "a-otf-futo-min-a101-pr6n","Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h2{
	background-color: transparent;
	font-size: 26px;
}
section h2 img{
	display: inline-block;
	width: 1em;	
	margin: -5px 5px 0 0;
}

p.read{
	width: 94%;
	margin: 0 auto 20px;
	font-size: 16px;
}
/* --------------------------------------------------
ヘッダ・フッタ
-------------------------------------------------- */

/* --------------------------------------------------
header　オリジナル修正
-------------------------------------------------- */
header{
	
	text-align: center;
	display: flex;
}
header div.right{
	width: 20%;
}
header div.right span.menubtn{
	width: 80%;
}
header div.minititle{
	color: #fff;
	font-family: "a-otf-futo-min-a101-pr6n","Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border:none;
}

header span.logo{
	width: 80%;
	margin: auto;
	display: block;
}
header span.logo div img{
	width: 60px;
}

header a.toplink {
	display: block;
	width: 90%;
	max-width: 400px;
	text-align: center;
	margin: auto;
}
header a.toplink img{
	margin: 0 auto;
	width: 100%;
	display: block;
}


/* --------------------------------------------------
main
-------------------------------------------------- */
body div.maintitle {
	width: 100%;
	margin: 150px auto 0;
	text-align: center;		
	background:url(/tokushu/highgrade/image/bg_top.jpg) no-repeat #000;
	background-size: 100% auto;
}
body div.maintitle h2{
	background-color: transparent;
}
div.maintitle img.titlelogo{
	width: 90%;
	margin: 63% 0 5% 0;
}
div.maintitle p{
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	width: 86%;
	margin: 0 auto 10px;
	text-align: left;
	line-height: 1.8em;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	background-image: url(/common_jp/image/v5/black50.png);
}

/* --------------------------------------------------
mainimage
-------------------------------------------------- */
#mainimage{
	width: 100%;
	height: 20vh;
	z-index: -1;
	position: relative;
	margin-top: 0px;
}

#mainimage .maintxt{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	z-index: 1;	
	width: 80%;
	max-width: 600px;
	
}
#mainimage .maintxt h1{
	font-size: clamp(14px,5vw,24px);
	text-align: center;
	letter-spacing: 1px;
	line-height: 2em;
	font-weight: bold;
	text-shadow: 0px 0px 5px #000,
	0px 0px 5px #000,
	1px 0px 5px #000,
	0px 1px 5px #000,
	1px 1px 5px #000,
	-1px 0px 5px #000,
	0px -1px 5px #000,
	-1px -1px 5px #000,
	1px 1px 5px #000;
}
#mainimage .maintxt p{
	background:rgba(0,0,0,0.5);
	padding: 10px;
}

#mainimage div.slider_main,
#mainimage div.slider_main div.slick-list,
#mainimage div.slider_main div.slick-list div.slick-track{
	width: 100%;
	height: 100%;
}

#mainimage div.slider_main img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
}


/* --------------------------------------------------
検索
-------------------------------------------------- */

.search{
	padding: 40px 0;
	margin: 0 auto 20px;
}
.search .jp_search{
	margin: 0 auto 40px;
}
.search h3{
	font-size: 22px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0;
}
.search h4{
	color: #000;
	margin: 0 auto 40px;
	position: relative;
}
.search h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 80%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}
/* アコーディオン（スマホ） */
/*.accordion-item {
	
}
h4.accordion-header {
	padding: 12px;
	font-size: 22px;
	background: linear-gradient(
	135deg,
	#3a0000 0%,
	#b40000 10%,
	#ff3b3b 30%,
	#b40000 45%,
	#3a0000 100%
	);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}
h4.accordion-header::after{
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 52%;
    right: 5%;
    margin-top: -4px;
}
h4.accordion-header small{
	color: #fff;
	font-size: 16px;
}
.accordion-item h4 a,
.accordion-item h4:link a,
.accordion-item h4:visited a{
	color:#fff;
	text-decoration:none;
	display: block;
}*/

/*tab*/
.tab-buttons{
	display: flex;
}
.pc-view .tab-button{
	flex: 1;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s;
	padding: 12px;
	font-size: 16px;
	background: linear-gradient(135deg, #262733 0%, #9099a6 10%, #949daa 30%, #9099a6 45%, #262733 100%);
	color: #fff;
	font-weight: bold;
	position: relative;
	border: none;
	width: 30%;
	margin: 0 2%;
}
.pc-view .tab-button.active{
	padding: 12px;
	background: linear-gradient(135deg, #3a0000 0%, #b40000 10%, #ff3b3b 30%, #b40000 45%, #3a0000 100%);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}
.pc-view .tab-button a:link,
.pc-view .tab-button a:visited,
.pc-view .tab-button a:hover{
	color: #fff;
	text-decoration: none;
}

.tab-content {
	/*コーディング用に表示にする場合はコメントアウト*/
	display: none;
	padding: 30px;
	border: 1px solid #ccc;
	font-size: 1.5rem;
	text-align: center;
	background: 
	url(../aichi/image/pattern3.png),
	radial-gradient(#efefef,#cdcece 80%);	
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 20px 4%;
	height: auto;
	
	
}

.pc-view .tab-content.active {
	display: block;
}
/*都道府県一覧*/
.tab-content h5{
	text-align: left;
	color: #000;
	margin: 20px auto 5px;
	max-width: 450px;
	font-size: 18px;
	font-weight: bold;
}
.tab-content ul{
	margin: 0 auto 20px auto;
	max-width: 900px;
	font-size: 14px;
	text-align: left;
	max-width: 450px;
}
.tab-content ul li{
	text-align: left;
	display: inline-block;
	margin-right: 5px;
	line-height: 1.8em;
}
.tab-content ul li a,
.tab-content ul li a:link,
.tab-content ul li a:visited{
	text-decoration: underline;
	color: #335d79;
}
a.allpref,
a:link.allpref{
	font-size: 18px;
	padding: 20px 0;
	margin: 40px auto 0;
}





/* --------------------------------------------------
特集
-------------------------------------------------- */
.tokushu_list{
	width: 90%;
	margin: 0 auto ;
}
.tokushu_list li{
	width: 100%;
}
.tokushu_list li img{
	width: 100%;
	max-width: 400px;
	border:1px solid #bd9000;
	margin: 0 auto 10px;
	display: block;
}
.tokushu_list li p{
	text-align: center;
}


/* --------------------------------------------------
FAQ
-------------------------------------------------- */
.faq {
	background-image: url(/tokushu/highgrade/image/bg_faq.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	padding-bottom: 20vh;
}
.faq span{
	color: #bd9000;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.faq p{
	text-align: center;
	margin-bottom: 40px;
}

.faq ul.faq_list {
	max-width: 800px;
	margin: 0 auto;
}
.faq ul.faq_list li details.faq_list-item {
	border:1px solid #666;
	padding: 0 10px;
	margin: 0 auto 10px ;
	width: 94%;
}
.faq .faq_list .faq_list-item summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 40px 16px 0;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}  
/* デフォルトの三角を消す */
.faq .faq_list .faq_list-item summary::-webkit-details-marker {
	display: none;
}
/* ＋ - 表示 */
.faq .faq_list .faq_list-item summary::after {
	content: "＋";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: bold;
	transition: transform 0.2s;
}
.faq .faq_list .faq_list-item[open] summary::after {
	content: "−";
	transform: translateY(-50%) rotate(180deg);
}
.faq .faq_list .faq_list-answer {
	padding: 0 0 16px;
	line-height: 1.6;
	color: #fff;
	width: 94%;
	padding:10px;
	margin: 0 auto 10px;
	background-color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;;
}

  
  


/* -----------------------------------
div.towninfo
-------------------------------------------------- */
.town{
	padding: 80px 0 80px 0;
	background-image: url(/tokushu/highgrade/image/bg_town.jpg);
	background-position: center top;
	background-size: cover;
}
.town p.read{
	padding: 0 0 20px;
	font-size: 16px;
	text-align: center;
}
.town div.slider_town{	
	margin: auto;
	width: 100%;
    padding: 0;
	position: relative;	
}

/*高さ揃えるため設定*/
.slick-slider .slick-track {
	display: flex;
}
.slick-slider .slick-slide {
	height: auto !important;
}
/*end-高さ揃えるため設定*/

.town div.slider_town .slick-track div.towninfo{	
	position: relative;	
    margin: 10px 10px 40px;
    padding: 7px;
    color: #333333;
	border: 1px solid #666;
	display: block;

	background-color:rgba(0, 0, 0, 0.5);
}
.town div.slider_town div.towninfo img{
	width: 100%;
}
.town div.slider_town div.towninfo h3{
	font-size: clamp(16px, 4vw, 28px);
	padding: 20px 10px;
	text-align: center;
	width: 90%;
	margin: auto;
	line-height: 1.5em;
	color: #fff;
}

.town div.slider_town div.towninfo div{
	width: 90%;
	max-width: 900px;
	margin: 0 auto 20px auto; 	
}

.town div.slider_town div.towninfo div p{
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 1.8em;
	color: #fff;
}
.town div.slider_town div.towninfo span{
	display: block;
	background-color: #4a4a4a;
	padding: 3px 0;
	text-align: center;
}
.town div.slider_town div.towninfo span a,
.town div.slider_town div.towninfo span a:link,
.town div.slider_town div.towninfo span a:visited{
	color: #6bdfe0;
	text-decoration: underline;
	font-size: 16px;
}
/* --------------------------------------------------
town内スライダ
-------------------------------------------------- */

.slider_town .next-arrow{
    width: 20px;
    top: 50%;
    right: 5px;
	position: absolute;
	z-index: 5;
}
.slider_town .prev-arrow{
    width: 20px;
    top: 50%;
    left: 5px;
	position: absolute;
	z-index: 5;
}
.slider_town .next-arrow:hover,
.slider_town .prev-arrow:hover{
    cursor: pointer;
}
.slider_town ul.slick-dots{
    background-color: rgba(0, 0, 0, 0);
	bottom: 0;
	position: relative;
}
.slider_town ul.slick-dots li{
	transform: scale(1);
	transition: transform .3s;	
}

.slider_town ul.slick-dots li:hover{
	transform: scale(1.07);
}

.slider_town ul.slick-dots li.slick-active button:before{
    color: #bd9000!important;
    opacity: 1;
	font-size: 20px;
	content:'●';
}
.slider_town ul.slick-dots li button:before{
	color: #ccc;
	opacity: 1;
	font-size: 15px;
	content:'○';
}




/* --------------------------------------------------
access
-------------------------------------------------- */
.access{
	padding: 80px 0 80px 0;
}
.access h2{
	padding: 0 0 40px;
}
.access img{
	width: 90%;
	margin: 0 auto;
	max-width: 650px;
	display: block;
}

/* --------------------------------------------------
about
-------------------------------------------------- */
.about {
	position: relative;	
  	background: url("../aichi/image/pattern3.png"),
	 linear-gradient(	
    180deg,
    #000 0%,
    #000 60%,
    #bdcdce 60%,
    #bdcdce 100%
  );
  padding: 0 0 20px;
}

.about .container{
	width: 90%;
	max-width: 900px;
	margin: auto;
	padding: 40px 0;
	background-color: #ffffff;
	box-shadow: 0 0 6px #999;
	color: #000;	
}
.about h2{
	color: #000;
	margin: 0 auto 5px;
	line-height: 1.5em;
}
.about span{
	color: #bd9000;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.about p{
	width: 90%;
	margin: 0 auto 20px;
	line-height: 1.8em;
	font-size: 16px;
}
.about .hrline{
	display: block;
	margin: 0 auto 20px;
}
.about ul.staff{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	
}
.about ul.staff li{
	width: 30%;
	margin: 0 5px;
	display: block;
	
}
.about ul.staff li img{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.about ul.staff li span{
	color: #000;
	font-family: "a-otf-futo-min-a101-pr6n","Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12px;
}

/* --------------------------------------------------
othersearch
-------------------------------------------------- */
.othersearch{
	padding: 30px 0 40px;
	background-color: #bdcdce;
	background-image: url(../aichi/image/pattern3.png);
}
.othersearch p.read{
	text-align: center;
	padding: 0 0 20px;
}
.othersearch h2{
	color: #000;
}
.othersearch p{
	color: #000;
}
.othersearch ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 70%;
	margin: auto;
}
.othersearch ul li{
	width: 40%;
	margin: 0 5px 20px;
	padding: 5px 0 25px;
	display: block;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 0 6px #999;
	position: relative;
	
}
.othersearch ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align:center;
	min-height: 40px;
	line-height: 1.3em;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 12px;
	
}
.othersearch ul li a,
.othersearch ul li a:link,
.othersearch ul li a:visited{
	color: #4d8699;
}
.othersearch ul li::before {
	content: '';
	width: 14px;
	height: 14px;
	background: #a70000;
	border-radius: 50%;
	position: absolute;	
	bottom: 10px;
	margin: auto;
	display: block;
	left: 50%;
  	transform: translateX(-50%);
  }
.othersearch ul li::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	bottom: 14px;
	margin: auto;
	display: block;
	left: calc(50% - 1px);
  	transform: translateX(-50%)  rotate(45deg);
}
/* --------------------------------------------------
hojin
-------------------------------------------------- */

.hojin{
	padding: 80px 0 40px;
}

.hojin p.read{
	text-align: center;
	width: 90%;
}
.hojin strong{	
	display: block;
	margin: auto;
	text-align: center;
	margin: 0 auto 5px;
}
.hojin small{
	display: block;
	margin: auto;
	text-align: center;
}
.hojin .btn{
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
}
.hojin a.btn_contact{
	display: block;
	text-align: center;
	width: 70%;
	max-width: 400px;
	background-color: #8baaad;
	color: #fff;
	margin: 0 auto 20px;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	letter-spacing: 2px;
	padding: 20px 0;
}

.btn_hojin{
	cursor:auto !important;
	text-align: center;
	margin: 0 auto 20px;
}
.btn_hojin:active, .btn_hojin.active {
	box-shadow: none;
}


.hojin .btn_hojin a.tel,
.hojin .btn_hojin a.tel:link,
.hojin .btn_hojin a.tel:visited{
	color: #bd9000;
	font-size: 35px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}



/* --------------------------------------------------
	footer
	-------------------------------------------------- */

	footer{
		background-image: url(../image/bg_footer.jpg);
		background-size: cover;
		font-size: 12px;
		padding: 40px 40px;
	}
	footer dl{
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: auto;
	}
	footer dl dt{
		border-bottom: 1px solid #65758d;
		margin-bottom: 10px;
		font-size: 14px;
		width: 100%;
	}
	footer dl.cprofile dt.logo{
		width: 100%;
		margin: 0 0 20px;		
		line-height: 1.8em;
		border: none;
	}
	footer dl.cprofile dt.logo img{
		width: 30%;
		max-width: 200px;
	}

	footer dl dd{
		display: inline-block;
		margin: 0 10px 10px 0;
	}
	footer dl dd a,
	footer dl dd a:link,
	footer dl dd a:hover,
	footer dl dd a:visited{
		color: #fff;
	}
/* --------------------------------------------------
-----------------------------------------------------
window size 600-
検索意外の調整
-----------------------------------------------------
-------------------------------------------------- */
@media (min-width: 600px) {
	/* --------------------------------------------------
	mainimage
	-------------------------------------------------- */
	#mainimage{
		width: 100%;
		height: 25vh;
	}	

	

	/* --------------------------------------------------
	othersearch
	-------------------------------------------------- */
	.othersearch ul{
		width: 90%;
		max-width: 1024px;
	}
	.othersearch ul li{
		width: 24%;
		max-width: 120px;
	}

	/* --------------------------------------------------
	othersearch
	-------------------------------------------------- */
	.hojin h2{
		height: auto;
	}
	

}

/* --------------------------------------------------
-----------------------------------------------------
window size 700-　(768- iPad)
検索の切替
-----------------------------------------------------
-------------------------------------------------- */

@media (min-width: 700px) {
	
	.pc-view {
	  display: block;
	  width: 90%;
	  margin: auto;
	}
}

/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){	

	/* --------------------------------------------------
	header　オリジナル修正
	-------------------------------------------------- */
	header{

		background-color: transparent;
		margin: 0px 0 0 ;
		padding: 10px 0;

		/*デフォルトのヘッダリセット*/
		float: none;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: 100%;
		transform: inherit;
		-webkit-transform: inherit;
		line-height: inherit;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
	#mmenu.mm-menu,
	#mmenu.mm-menu nav#mmenu{
		display: none;
	}

	
	header div.right span.menubtn{
		display: block;
		margin: 0 10% 0 auto;
		border: none;
	}
	header span.logo{
		margin: 0;
	}
	header span.logo div{
		color: #fff;
		height: auto;
		font-size: 14px;
		text-align: left;
		margin: 0 0 0 8%;
	}
	header span.logo div span{
		display: inline;
	}

	header span.logo a.toplink{
		display: block;
		text-align: left;
		margin: 0;
		max-width: inherit;
		width: 100%;

	}
	header span.logo a.toplink img{
		width: auto;
		display: block;
		margin: 0 0 0 8%;
	}

	
	/* --------------------------------------------------
	mainimage
	-------------------------------------------------- */	
	#mainimage div.maintxt{
		width: 100%;
		max-width: inherit;
		margin: 0px auto 0;
	}	
	#mainimage div.maintxt p{
		color: #fff;
		font-size: 12px;
		font-size: 1.2rem;
		width: 80%;
		margin: auto;
		text-align: left;
		line-height: 1.8em;
		
		font-size: 16px;
		font-size: 1.6rem;
		padding: 15px 5vw;
	}
	#mainimage div.slider_main{
		width: 90%;
		margin: 0px auto 0;
	}
	/* --------------------------------------------------
	search
	-------------------------------------------------- */
	.jp_search .pc-view{
		display: flex;
		width: 100%;
	}
	.tab-buttons{
		display: none;
	}
	.tab-content {
		/*コーディング用に表示にする場合はコメントアウト*/
		display: block;
		width: 57%;
		margin: 0 1%;
	}
	.search{
		background: rgba(0,0,0,0.3);
		width: 80%;
		margin: 0px auto 80px;
	}
	.faq ul.faq_list li details.faq_list-item{
		background:rgb(0,0,0,0.5)
	}

	
	/* --------------------------------------------------
	footer
	-------------------------------------------------- */

	footer{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}
	footer dl{
		align-items: top;
		display: flex;
		flex-wrap: wrap;
		width: 30%;
		margin: 0 1%;
	}
	footer dl.cprofile{
		width: 20%;
	}
	footer dl.cprofile dt.logo img{
		width: 50%;
		max-width: inherit;
	}
	footer dl dd{
		display: block;
		width: 20%;
	}
	footer dl.cprofile dd{
		width: 100%;
	}

	
}



/* EOF */