@charset "utf-8";

/* ==================================================================
	common.css

=================================================================== */

@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}

/* =================================
   ■ 共通指定
================================== */

/* --------------------------------
   □ font設定
-------------------------------- */
html{
	font-size: 62.5%;
}
body{
	font-size:16px;
}
/* WINIE用 \*/
* html body{ font-size:100%; }
*:first-child+html body{ font-size:100%; }
/* */

table {
	font-size:inherit;
	font:100%;
}

select, input, textarea {
	font:99%;
}

li li,li p,li pre,li dt,li dd,dd li,dd p,dd pre,dd dt,dd dd {
  font-size:100%;
}

:where(:not(.wp-block-table))>table :is(th,td){
  font-size: inherit;
}
/* --------------------------------
   □ body
-------------------------------- */
body{
	font-family: heisei-kaku-gothic-std,"Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	/*
	font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M" , "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	*/
	text-align: center; 	/* IE用 */

	color: #333333;
	background:#fff;

	-webkit-text-size-adjust: 100%;
}

.en{
	font-family: 'Arvo', serif;
}

main{
	display:block;
}

/* main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
} */


/* --------------------------------
   □ text
-------------------------------- */
p {
	margin:0 0 0.8em 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

p,table,ul,dl,ol,address{
	line-height:1.5;
}
/* --------------------------------
   □ form
-------------------------------- */

input, select{

}

select{
	box-sizing:border-box;
    position:relative;
	width:100%;
	border:1px solid #cfcfcf;
	padding:11px 30px 11px 11px;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	background-color: #fff;
}
select option{
	background-color: #fff;
	color: #333;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

.select-wrap {
	display:inline-block;
	position: relative;
}
.select-wrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
}

input.text{
	line-height:1.2;
}

input.text,
textarea {
	border:1px solid #cfcfcf;
	padding:11px;
}

input.text:hover,
textarea:hover {
	border:1px solid #cfcfcf;
}

input.text:focus,
textarea:focus {
	border: 1px solid #333333;
}

input.error,
textarea.error {
	border:1px solid #da3e42;
	background:#fff3f3;
}

input.error:hover,
textarea.error:hover {
	border:1px solid #C30;
}

input.submit{
	line-height:100%;
	padding-top:2px;
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}

/* --------------------------------
   □ link
-------------------------------- */
/* 基本 */
a,
a:link{
	color:#0033cc;
	text-decoration:none;
}

/* 訪問済 */
a:visited {
	color:#0033cc;
}

/* ロールオーバー */
a:hover{
	color:#245fbb;
	text-decoration:underline;
}

/* =================================
   ■ レイアウト
================================== */
/* --------------------------------
   □ 大枠
-------------------------------- */
header,
.contents,
footer{
	/* 14px基準 */
	font-size:100%;
}

/* .area → .containerに変更 */
.contents main > section,
.contents .chapter,
.contents .wide .container,
#breadcrumbs{
	/* max-width:1080px; */
  width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	box-sizing:border-box;
}

.banners_footer{
  margin: 80px 0;
}

header .container,footer .container{
	width:100%;
  max-width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	box-sizing:border-box;
}

#breadcrumbs,
.contents main > section.wideSize,
.contents .chapter.wideSize,
.contents .wide .container.wideSize{
	width: 1220px;
}

.contents section.wide,
.contents .chapter.wide{
	width:100%;
}
#breadcrumbs{

  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (min-width: 540px) {
  #breadcrumbs{
    max-width: 540px;
    padding-right: 15px;
  padding-left: 15px;
  }

}
@media screen and (min-width: 768px) {
  #breadcrumbs{
    max-width:720px;
  }
}
@media screen and (min-width: 992px) {
  #breadcrumbs{
    max-width:960px;
  }
}
@media screen and (min-width: 1200px) {
  #breadcrumbs{
    max-width:1080px;
  }
}
/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
header{
	height:auto;
}

header .wrap{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:3;
	overflow: hidden;
	transition: all .4s;
}


header.white .wrap{
	height:86px;
	background:rgba(255,255,255,1);
}

header .information .logo{
	float:left;
	margin:6px 0 0 30px;
	font-weight: 600;
}
header .information .logo a{
	text-decoration: none;
	color: #53001B;
}
header .information .logo img{
	vertical-align: baseline;
  height: auto;
}
header .information .logo span{
	vertical-align: baseline;
	padding-left: 8px;
	font-size:16px;
	font-size: 1.6rem;
}
header .information .logo span >img{
	width: 310px;
}

header .information .utility{
	display:table;
	float:right;
	height:86px;
}
	header .information .utility > *{
		display:table-cell;
		vertical-align:middle;
	}
	header .information .utility > p.tel{
		padding-right:23px;
	}
  header .information .utility > p.tel img{
    width: 200px;
    display: block;
      margin: 0 10px 0 auto;
  }

	header .information .utility > ul.links{
		display:none;
		position:relative;
		z-index:106;
		width:420px;
		height:86px;
	}

	header .information .utility > ul.links li{
		float:left;
		display:table;
		width:20%;
		height:100%;
		box-sizing: border-box;
	}
		header .information .utility > ul.links li a{
			position:relative;
			display:table-cell;
			vertical-align:middle;
			text-align:center;
			color:#fff;
			font-size:81%;
			letter-spacing:1px;
			text-decoration:none;
			transition: all .4s;
		}
		header .information .utility > ul.links li a:before{
			display:block;
			margin-bottom:5px;
			transition: all .2s;
		}

		header .information .utility > ul.links li a:hover:before{
			margin-bottom:10px;
		}

	header .information .utility > ul.links li.contact a{
		background:#6a0e2c;
	}
	header .information .utility > ul.links li.modelhouse a{
		background:#8e173e;
    line-height: 1.2em;
	}
		header .information .utility > ul.links li.modelhouse a:before{
			content:url(./../img/common/icon/modelhouse.png);
      margin-top: 16px;
		}
		header .information .utility > ul.links li.contact a:before{
			content:url(./../img/common/icon/mail.png)
		}

	header .information .utility > ul.links li.contact a:hover{
		background:#832644;
	}

	header .information .utility > ul.links li.access{
	}

	header .information .utility > ul.links li.access a{
		background:#53001b;
	}
		header .information .utility > ul.links li.access a:before{
			content:url(./../img/common/icon/access.png)
		}
	header .information .utility > ul.links li.access a:hover{
		background:#7b1133;
	}
	header .information .utility > ul.links li.maintenance{
		width: 40%;
	}
	header .information .utility > ul.links li.maintenance a{
		background:#fff;
		border: 2px solid #7b1133;
		color: #7b1133;
		font-weight: 600;
	}
	header .information .utility > ul.links li.maintenance a:hover{
		color: #fff;
		background:#7b1133;
	}

	header .information .utility > .menu{
		position:relative;
		z-index:106;
		background:#fff;
		width:86px;
		font-size:0;
		cursor:pointer;
	}
	header .information .utility > .menu p {
  		position: relative;
		display: inline-block;
		line-height:1;
		width:34px;
		height:23px;
		margin:0;
		transition: all .4s;
	}

	header .information .utility > .menu p span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;

		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #53001b;
	}
	header .information .utility > .menu p span:nth-child(1) {
		top: 0;
	}
	header .information .utility > .menu p span:nth-child(2) {
		top: 10px;
	}
	header .information .utility > .menu p span:nth-child(3) {
		bottom: 0;
	}
	header .information .utility >  .menu.open > p span.bar:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}

	header .information .utility >  .menu.open > p span.bar:nth-child(2){
		opacity: 0;
	}
	header .information .utility >  .menu.open > p span.bar:nth-child(3) {
		-webkit-transform: translateY(-11px) rotate(315deg);
 		 transform: translateY(-11px) rotate(315deg);
	}



header #globalNavigation{
	position:relative;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:105;
	background:rgba(83,0,27,0.8);
}
	header #globalNavigation > div{
		position: relative;
		margin-left:auto;
		display:table;
		width:50%;
		min-width:510px;
		height:100%;
		text-align:center;
		vertical-align:middle;
	}
	header #globalNavigation > div ul.navigation{
		display:table-cell;
		text-align:right;
		vertical-align:middle;
		padding-right:20px;
		padding-top:40px;
	}
	header #globalNavigation ul.navigation li{
		position:relative;
		z-index:2000;
		box-sizing:border-box;
		float:left;
		text-align:right;
		width:50%;
		padding:3px 5px;
		transition: all 300ms 0s ease;
		animation:animation-fadeIn 1s both;
	}

	header #globalNavigation ul.navigation li a{
		display:block;
		padding:6px 10px;
		text-align:right;
		color:#fff;
		font-weight:700;
		font-size:78%;
	}
	header #globalNavigation ul.navigation li a.blank{
		padding-right:20px;
		background:url(./../img/common/icon/blank.png) 100% 50% no-repeat;
		background-size:auto 20%;
	}

	header #globalNavigation ul.navigation li a span.en{
		display:block;
		font-weight:400;
		font-size:132%;
	}

	header #globalNavigation ul.navigation li.em a span.w{
		display:inline-block;
		line-height:1.1;
		border:1px solid #fff;
		padding:8px 20px;
	}

	header #globalNavigation ul.sns{
		position:absolute;
		right:10px;
		bottom:20px;
		animation:animation-fadeIn 1s both;
		animation-delay: 1.24s;
	}

	header #globalNavigation ul.sns li{
		display:inline-block;
		margin-right:18px;
	}

	header #globalNavigation ul.navigation li.no1{
		animation-delay: .1s;
	}
	header #globalNavigation ul.navigation li.no2{
		animation-delay: .2s;
	}
	header #globalNavigation ul.navigation li.no3{
		animation-delay: .3s;
	}
	header #globalNavigation ul.navigation li.no4{
		animation-delay: .4s;
	}
	header #globalNavigation ul.navigation li.no5{
		animation-delay: .5s;
	}
	header #globalNavigation ul.navigation li.no6{
		animation-delay: .6s;
	}
	header #globalNavigation ul.navigation li.no7{
		animation-delay: .7s;
	}
	header #globalNavigation ul.navigation li.no8{
		animation-delay: .8s;
	}
	header #globalNavigation ul.navigation li.no9{
		animation-delay: .9s;
	}
	header #globalNavigation ul.navigation li.no10{
		animation-delay: 1.0s;
	}
	header #globalNavigation ul.navigation li.no11{
		animation-delay: 1.1s;
	}

	header #globalNavigation > div:before{
		position: absolute;
		top: 50%;
		margin-top: -227px;
		right: 4%;
		content: url("./../img/common/header/menu.png");
	}
	header #globalNavigation > div:after{
		position: absolute;
		top: 50%;
		margin-top: -171px;
		left: 0;
		width: 96%;
		border-top:2px solid #fff;
		content: "";
	}
/*
	header #globalNavigation > div:before{
		position: absolute;
		top: 30%;
		left: -50%;
		content: url("./../img/common/header/menu.png");
	}
*/
/* --------------------------------
   □ ページコンテンツ
-------------------------------- */
.contents{
	overflow-x:hidden;
	height:auto;
	padding-bottom: 100px;
	background:#f7f8fc url(./../img/common/background.jpg) 0 0 repeat;
}

	/* ◆ 汎用指定
	-------------------------------- */

	/* ◇ box
	-------------------------------- */
	/* main直下のsection */
	.contents main > section{
		margin-bottom:70px;
	}

	.contents main > section:last-child{
		margin-bottom:0px;
	}

	/* ◇ box
	-------------------------------- */
	/* main直下のsection */
	.contents .accentArea{
		position: relative;
		margin-top:86px;
		display:table;
		height: 320px;
		float: right;
		width:calc(100% - ((100% - 1220px)/ 2));
		background: 120% 50% no-repeat;
		background-size:auto 100%;
	}

	.contents .accentArea:before{
		position: absolute;
		width: 90%;
		height: 100%;
		top: 0;
		right: 0;
		background: 50% 50% no-repeat;
		background-size:cover;
		content: "";
	}

	.contents .accentArea h1{
		position: relative;
		display:table-cell;
		text-align: left;
		padding-top: 10%;
		vertical-align: middle;
		font-size: 275%;
		font-weight: 700;
		color: #54011C;
	}
	.contents .accentArea h1:before{
		position: absolute;
		width: 90%;
		height: 100%;
		z-index: 1;
		top: 0;
		right: 0;
		background: rgba(0,0,0,0.2);
		content: "";
	}
	.contents .accentArea h1 span{
		position: relative;
		display: block;
		line-height: 1.1;
		letter-spacing: 0.1em;
		text-shadow: 0px 0px 5px #fff , 0px 0px 5px #fff;
		z-index: 2;
	}
	.contents .accentArea h1 span.jp,
	.contents .accentArea h1 span.en{
		margin-bottom: 11px;
		font-weight: 500;

	}
	.contents .accentArea h1 span.ruby{
		font-size: 31%;
	}


	.contents .accentArea h1 a.link{
		position:absolute;
		top:10%;
		right:3%;
		z-index:2;
	}

	.contents .accentArea h1 a.wrap{
		position:relative;
		z-index:1;
		display:block;
		box-sizing:border-box;
		height:320px;
		text-decoration:none;
		margin-top: -10%;
		padding-top: 17.5%;
		color: #54011C;
	}
	.contents .accentArea h1 a.wrap:before{
		position:absolute;
		width: 90%;
		height: 100%;
		z-index: 1;
		top: 0;
		right: 0;
		content: "";
		transition:0.3s;
	}
	.contents .accentArea h1 a.wrap:hover:before{
		background: rgba(0,0,0,0.2);
	}
.contents .accentArea:before{
		background-image: url("./../img/company/accent.jpg");
	}


	/* ◇ title
	-------------------------------- */
	.contents main  section h2.title{
		margin-bottom:25px;
		font-weight:500;
		font-size:100%;
	}
	.contents main  section h2.title .en{
		display:block;
		font-weight:500;
		font-size:281%;
		line-height:1.1;
		letter-spacing:0.1em;
		margin-bottom:15px;
	}
	.contents main  section h2.title .ruby{
		display:block;
		font-weight:600;
		font-size:106%;
		line-height:1.1;
		letter-spacing:0.1em;
	}


	/* ◇ breadcrumbs
	-------------------------------- */
	ol#breadcrumbs {
		clear: both;
		padding-top: 20px;
		margin: 0 auto 57px auto;
		font-size:84%;
	}

	/* --------------------------------
	   □ pageNavigation
	-------------------------------- */
		.contents .pageNavigationArea{
			position:relative;
			padding:24px;
		}

		.contents .pageNavigationArea p.return{
			position: absolute;
			top:12px;
			left:50%;
			margin:0 0 0 -10%;
			width:20%;
			text-align:center;
		}
		.contents .pageNavigationArea p.return a{
			width:100%;
			display:inline-block;
			box-sizing:border-box;
			background:#60132c;
			border-radius:40px;
			color:#fff;
			line-height:1.1;
			text-decoration:none;
			font-weight:600;
			padding:17px 30px;
			font-size:92%;
			transition: all 300ms 0s ease;
		}
		.contents .pageNavigationArea p.return a:hover{
			background:#430e1f;
		}


		.contents .pageNavigationArea ul.navigation{
			display:table;
			width:100%;
		}
		.contents .pageNavigationArea ul.navigation > li{
			display:table-cell;
			vertical-align:middle;
			text-align:center;
		}
		.contents .pageNavigationArea ul.navigation > li a{
			position:relative;
			text-decoration:none;
			color:#60132c;
			font-size:107%;
			font-weight:400;
			padding-right:25px;
			letter-spacing:0.1em;
		}
		.contents .pageNavigationArea ul.navigation > li a:hover{
			color:#430e1f;
		}

		.contents .pageNavigationArea ul.navigation > li a:before{
			position:absolute;
			bottom:-4px;
			right:0;
			width: 25px;
			height: 10px;
			border-top: 1px solid #60132c;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			content:"";
			transition: all 300ms 0s ease;
		}
		.contents .pageNavigationArea ul.navigation > li a:after{
			position:absolute;
			bottom:-4px;
			left:0;
			width: 100%;
			height: 0;
			border-bottom: 1px solid #60132c;
			content:"";
			transition: all 300ms 0s ease;
		}


		.contents .pageNavigationArea ul.navigation > li.prev{
			text-align:left;
		}
		.contents .pageNavigationArea ul.navigation > li.prev a{
			padding-left:25px;
			padding-right:0;
		}
		.contents .pageNavigationArea ul.navigation > li.prev a:before{
			left:0;
			-webkit-transform: rotate(-43deg);
			transform: rotate(-43deg);
		}
		.contents .pageNavigationArea ul.navigation > li.prev a:hover:before{
			left:-5px;
		}
		.contents .pageNavigationArea ul.navigation > li.prev a:hover:after{
			left:-5px;
		}


		.contents .pageNavigationArea ul.navigation > li.next{
			text-align:right;
		}
		.contents .pageNavigationArea ul.navigation > li.next a:before{
			right:0px;
		}
		.contents .pageNavigationArea ul.navigation > li.next a:hover:before{
			right:-5px;
		}
		.contents .pageNavigationArea ul.navigation > li.next a:hover:after{
			left:5px;
		}



/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */
footer{
	clear:both;
	color:#fff;
	background:#60132c url(./../img/common/footer/background.jpg) 0 0 repeat-y;
	background-size:100% auto;
}

footer p.pagetop{
	position:fixed;
	bottom:5px;
	left:15px;
	margin:0;
	transition: all .4s;
}

footer p.floatconcept{
	position:fixed;
	bottom:-204px;
	right:0;
	margin:0;
	transition: all .4s;
}


footer p.eventbanner{
	position:fixed;
	box-sizing: border-box;
	bottom:0;
	right:0;
	margin:0;
	width: 100%;
	background:rgba(255,255,255,0.7);
	padding: 5px 10px;
	text-align: center;
	transition: all .4s;
}

footer p.eventbanner a{
	position: relative;
	display: block;
	width: 600px;
	margin: 0 auto;
	padding:  14px 0;
	color: #53001B;
	border:2px solid #53001B;
	border-radius: 3px;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.1;
	letter-spacing: 1px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

footer p.eventbanner a:before{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 4%;
	width: 35px;
	height: 5px;
	background: url("./../img/common/footer/arrow.png") 0 0 no-repeat;
	transition: all .4s;
	content: "";
}

footer p.eventbanner a span{
	padding-left: 30px;
	background: url("./../img/common/footer/icon.png") 0 30% no-repeat;
	background-size: auto 75%;
	transition: 0.4s;
	line-height: 1.1;
}

footer p.eventbanner a:hover{
	color: #fff;
	background:#53001B;
}
footer p.eventbanner a:hover span{
	background-image: url("./../img/common/footer/icon-w.png");
}

footer p.eventbanner a:hover:before{
	right: 2%;
	background-image: url("./../img/common/footer/arrow-w.png");
}
/* --------------------------------
   accessArea
-------------------------------- */
footer .accessArea ul{
	display:table;
	width:100%;
}

	footer .accessArea ul li{
		display:table-cell;
		width:33.3%;
		color:#fff;
		background:#53001b;
	}

	footer .accessArea ul li.chiba{
		background:#711130;
	}

	footer .accessArea ul li:last-child{
		/* width:34%; */
	}

		footer .accessArea ul li dl dt{
			padding:30px 0 9px 0;
			text-align:center;
			font-size:118%;
			font-weight:600;
		}

		footer .accessArea ul li dl dd.status{
			position:relative;
			padding-bottom:33px;
		}

		footer .accessArea ul li dl dd.status:before{
			content: "";
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -10px;
			border: 10px solid transparent;
			border-top: 10px solid #53001b;
		}
		footer .accessArea ul li.chiba dl dd.status:before{
			border-top-color:#711130;
		}

		footer .accessArea ul li dl dd.status p{
			text-align:center;
			margin-bottom:10px;
		}
		footer .accessArea ul li dl dd.status p.address{
			font-size:95%;
			line-height:1.4;
		}
		footer .accessArea ul li dl dd.status p.tel{
			font-size:140%;
			line-height:1.1;
		}

		footer .accessArea ul li dl dd.status p a{
			color:#fff;
		}

		footer .accessArea ul li dl dd.status p.buttonStyle{
			margin-bottom:0;
		}

		footer .accessArea ul li dl dd.status p.buttonStyle a{
			padding:10px 20px;
		}

		footer .accessArea ul li dl dd.map{
			padding:0 0 10px 0;
			line-height:1;
			text-align: center;
		}
		footer .accessArea ul li dl dd.map iframe{
			width:96%;
			margin-bottom:3px;
		}

		footer .accessArea ul li dl dd.map p.link{
			text-align:right;
			font-size:84%;
			line-height:1.3;
			margin:0;
			padding-right:2%;
		}
		footer .accessArea ul li dl dd.map p.link a{
			color:#fff;
			padding-left:9px;
			background:url(./../img/common/icon/arrow/white.gif) 0 50% no-repeat;
		}

/* --------------------------------
   information
-------------------------------- */
footer .information{
	padding:35px 0 31px 0;
}

	footer .information .about{
		float:left;
		width:260px;
	}

		footer .information .about p.logo{
			margin-bottom:36px;
		}
		footer .information .about ul.sns li{
			display:inline-block;
			margin-right:18px;
		}

	footer .information nav{
		float:right;
		width:810px;
	}

	footer .information nav ul.navigation{
		margin-bottom:22px;
		text-align:right;
	}
	footer .information nav ul.navigation li{
		display:inline-block;
		margin-left:30px;
		margin-bottom:22px;
	}
	footer .information nav ul.navigation li a{
		color:#fff;
		font-size:93%;
		font-weight:600;
	}

	footer .information nav ul.navigation li a.blank{
		padding-right:20px;
		background:url(./../img/common/icon/blank.png) 100% 50% no-repeat;
		background-size:auto 50%;
	}

	footer .information nav p.copyright{
		margin-top:24px;
		margin-bottom:0;
		text-align:right;
		color:#fff;
		font-size:75%;
		font-weight:600;
	}

/* --------------------------------
   □ スマートフォン用の記述
-------------------------------- */
.pc{
}
.sp,
span.textized,
br.spOnly{
	display:none;
}

a.phone.noanchor{
	text-decoration:none;
	cursor:default;
}

/* SP以外(PC)
-------------------------------------------- */
@media screen and (min-width: 768px)  {

body {
	min-width: 1000px;
}
}

/* タブレット用
-------------------------------------------- */
@media (max-width: 1399px) and
(min-width: 768px) {
  .contents .accentArea{

		width:95%;
  }

}

@media (max-width: 1220px) and
(min-width: 768px) {

	header .information .logo span{
		display: none;
	}

}

@media (max-width: 900px) and
(min-width: 768px) {

	header .information .utility > p.tel {
		width: 220px;
		padding-right: 0;
	}
	header .information .utility > p.tel img{
		width: 70%;
	}
	header .information .utility > ul.links {
    width: 450px;
}
}

/* SP用
-------------------------------------------- */
@media only screen and
(max-width : 767px) {

/* =================================
   ■ 共通指定
================================== */

body {
	min-width: auto;
}

img{
	max-width:100%;
	height:auto;
}

body .pc{
	display:none;
}
body .pc-vertical-title.pc{
  display: block;
}
.sp{
	display:block;
}

span.textized{
	display:inline;
}

br.spOnly{
	display:inline-block;
}

br.pcOnly{
	display:none;
}

.txtimg{
	display:none;
}

input, select{
	font-size:16px;
}

/* --------------------------------
   □ 大枠
-------------------------------- */
header .container,
.contents main > section,
.contents .chapter,
.contents .wide .container,
#breadcrumbs,
footer .container{
	font-size:100%;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

#breadcrumbs,
.contents main > section.wideSize,
.contents .chapter.wideSize,
.contents .wide .container.wideSize{
	width:auto;
}

.contents section.wide,
.contents .chapter.wide{
	width:auto;
	margin-left:-2%;
	margin-right:-2%;
}

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
header{
	position:relative;
	height:auto;
}
header .wrap{
	height:66px;
	overflow:visible;
}

header.white .wrap{
	height:66px;
}

header .information{
	display:table;
	width:100%;
}

header .information .logo{
	box-sizing: border-box;
	margin:12px 0 0 0px;
	width:auto;
	padding-left: 2%;
	vertical-align:middle;
}
header .information .logo img{
	max-width:min-content;
	max-height: 44px;
  height: auto;
  width: auto;
}
header .information .logo span{
	display: none;
}

header .information .utility{
	float:right;
	width:50%;
	height:66px;
	box-sizing:border-box;
}
	header .information .utility > *{
		display:table-cell;
		vertical-align:middle;
	}
	header .information .utility > p.tel{
		padding-right:0;
		text-align:center;
	}
	header .information .utility > p.tel img{
		max-width:90%;
		max-height: 60px;
	}

	header .information .utility > ul.links{
		position:fixed;
		left:0;
		bottom:0;
		width:100%;
		height:4em;
	}
  header .information .utility > ul.links li.modelhouse a:before{
    content:url(./../img/common/icon/modelhouse.png);
    margin-top: 0px;
  }
  header .information .utility > ul.links li.modelhouse a br{
    display: none;
  }
	header .information .utility > ul.links li{
		width: 33.3%;
	}
	header .information .utility > ul.links li.maintenance{
		display: none;
	}
	header .information .utility > .menu{
		width:50px;
		background:transparent;
	}

	header .information .utility > .menu.open p span {
		background-color: #fff;
	}

header #globalNavigation{
}
	header #globalNavigation > div{
		margin-left:auto;
		display:table;
		width:100%;
		min-width:inherit;
		height:100%;
		text-align:center;
		vertical-align:middle;
	}
	header #globalNavigation > div ul.navigation{
		display:table-cell;
		text-align:right;
		vertical-align:middle;
		padding-right:10px;
		padding-top:0;
	}
	header #globalNavigation ul.navigation li{
		text-align:right;
		width:50%;
		padding:4px 0;
	}

	header #globalNavigation ul.navigation li a{
		padding:2px 10px;
    font-size: 60%;
	}
	header #globalNavigation ul.navigation li a.blank{
		padding-right:20px;
		background:url(./../img/common/icon/blank.png) 100% 50% no-repeat;
		background-size:auto 13%;
	}
	header #globalNavigation ul.navigation li.maintenance{
		width:100%;
		padding:8px 0;
	}

	header #globalNavigation ul.navigation li a span.en{
		display:block;
		font-weight:400;
		font-size:132%;
	}

	header #globalNavigation ul.navigation li.em a span.w{
		display:inline-block;
		line-height:1.1;
		border:1px solid #fff;
		background: #fff;
		padding:10px 20px;
		color: #54021B;
	}
	header #globalNavigation ul.navigation li.maintenance a span.w{
		width: 19.5em;
		max-width: 100%;
		text-align: center;
	}

	header #globalNavigation ul.sns{
		position:absolute;
		right:10px;
		bottom:20px;
		animation:animation-fadeIn 1s both;
		animation-delay: 1.24s;
	}

	header #globalNavigation ul.sns li{
		display:inline-block;
		margin-right:18px;
	}

	header #globalNavigation > div:before{
		display: none;
	}
	header #globalNavigation > div:after{
		display: none;
	}

/* --------------------------------
   □ ページコンテンツ
-------------------------------- */
.contents{
	height:auto;
	padding:0 2% 8% 2%;
}

	/* ◆ 汎用指定
	-------------------------------- */

	/* ◇ box
	-------------------------------- */
	/* main直下のsection */
	.contents main > section{
		margin-bottom:7%;
	}

	.contents main > section:last-child{
		margin-bottom:0px;
	}

	/* ◇ box
	-------------------------------- */
	/* main直下のsection */
	.contents .accentArea{
		margin-top:66px;
		display:table;
		height: 280px;
		width:100%;
    margin-left: -2%;
    margin-right: -2%;
	}

	.contents .accentArea h1{
		font-size: 200%;
	}
	.contents .accentArea h1 span.jp,
	.contents .accentArea h1 span.en{
		margin-bottom: 2%;

	}
	.contents .accentArea h1 span.ruby{
		font-size: 51%;
	}


	.contents .accentArea:before{
		width: 80%;
		background: 20% 50% no-repeat;
		background-size:cover;
	}

	.contents .accentArea h1:before{
		width: 80%;
	}


	.contents .accentArea h1 a.wrap{
		height:280px;
		margin-top: -10%;
		padding-top: 36%;
	}
	.contents .accentArea h1 a.wrap:before{
		width: 80%;
	}


	.contents .accentArea h1 a.link{
		width:25%;
	}

	.contents .accentArea h1 a.link img{
		width:100%;
	}

	/* ◇ title
	-------------------------------- */
	.contents main section h2.title{
		margin-bottom:3%;
	}
	.contents main section h2.title .en{
		font-size:181%;
		margin-bottom:5px;
	}
	.contents main > section h2.title .ruby{
		font-size:92%;
	}



	/* ◇ breadcrumbs
	-------------------------------- */
	ol#breadcrumbs {
		clear: both;
		padding-top: 2%;
		margin: 0 auto 5% auto;
	}

	/* --------------------------------
	   □ pageNavigation
	-------------------------------- */
		.contents .pageNavigationArea{
			position:relative;
			padding:0;
			margin:5% 0;
		}

		.contents .pageNavigationArea p.return{
			position: static;
			margin:6% auto 0 auto;
			width:80%;
		}
		.contents .pageNavigationArea p.return a{
			padding:12px 30px;
			font-size:92%;
		}
		.contents .pageNavigationArea p.return a:hover{
			background:#430e1f;
		}

		.contents .pageNavigationArea ul.navigation{
			display:table;
			width:100%;
		}
		.contents .pageNavigationArea ul.navigation > li{
			display:table-cell;
			vertical-align:bottom;
			text-align:center;
			width: 50%;
		}
		.contents .pageNavigationArea ul.navigation > li a{
			box-sizing: border-box;
			display:inline-block;
			letter-spacing:0.1em;
			text-align:left;
			width: 90%;
			line-height: 1.2;
		}


/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */

footer p.pagetop{
	display:none;
}


footer p.floatconcept{
	width:25%;
	right: 15px;
}

/* --------------------------------
   accessArea
-------------------------------- */
footer .accessArea ul{
	display:block;
	width:auto;
}

	footer .accessArea ul li{
		display:block;
		width:auto;
	}

	footer .accessArea ul li:last-child{
		width:auto;
	}

		footer .accessArea ul li dl dt{
			padding:7% 0 2% 0;
		}

		footer .accessArea ul li dl dd.status{
			padding-bottom:3%;
		}

		footer .accessArea ul li dl dd.status p.buttonStyle a{
			padding:10px 20px;
			font-size:100%;
		}

		footer .accessArea ul li dl dd.map{
			padding:0 0 4% 0;
			line-height:1;
		}

		footer .accessArea ul li dl dd.map iframe{
			height:300px;
			width:95%;
		}
		footer .accessArea ul li dl dd.map p.link{
			text-align:right;
			font-size:84%;

		}


/* --------------------------------
   information
-------------------------------- */
footer .information{
	padding:7% 0 4% 0;
}

	footer .information .about{
		display:table;
		float:none;
		width:100%;
		margin-bottom:10%;
	}

		footer .information .about p.logo{
			display:table-cell;
			width:40%;
			margin-bottom:0;
			vertical-align:middle;
			text-align:center;
		}

		footer .information .about p.logo img{
			width:70%;
		}
		footer .information .about ul.sns{
			display:table-cell;
			vertical-align:middle;
			text-align:center;
		}
		footer .information .about ul.sns li{
			display:inline-block;
			margin-right:18px;
		}

	footer .information nav{
		float:none;
		width:auto;
	}

	footer .information nav ul.navigation{
		margin-bottom:0;
		margin-left:-2%;
		text-align:center;
	}
	footer .information nav ul.navigation li{
		float:left;
		width:48%;
		margin-left:2%;
		margin-bottom:4%;
	}
	/*
	footer .information nav ul.navigation li.wide{
		width:100%;
		margin-left:0;
	}
	*/


	footer .information nav p.copyright{
		margin-top:6%;
		text-align:center;
	}
}

.kodawari-menu{
  position: relative;
  bottom: -150px;
}
.kodawari-menu a{
  color: #fff
}



/* 20210415メニュー配置変更 */

header #globalNavigation ul.navigation li{
  width: 30%;
}
header #globalNavigation > div{
  width: 100%;
  max-width: 800px;
}
.sp-nav-edit{
  display: none;
}
@media only screen and
(max-width : 600px) {
  .pc-nav-edit{
    display: none;
  }
  .sp-nav-edit{
    display: block;
  }
  header #globalNavigation ul.navigation .sp-nav-edit li {
    width: 50%;
  }
}


.anniversary-logo{
  width: 60px;
  display: inline-block;
}
.anniversary-logo.pc{
  display: none;
}
@media only screen and
(min-width : 1200px) {
  .anniversary-logo.sp{
    display: none;
  }
  .anniversary-logo.pc{
    display: inline-block;
  }
  .anniversary-logo{
    width: 180px;
  }
}
