@charset "UTF-8";

html{
	width:100%;
}
body{
	/* font-size:small; */
	/* font:x-small; */
	font-size:13px;
	color:#333333;
	line-height:1.2;
	font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}
.footstepBox{
	max-width: 1280px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.contentsBox2{
	max-width: 1200px;
	margin: 80px auto 0;
	padding: 0 40px 60px;
}
.tb {
	display: none;
}

@media screen and (max-width: 980px) {
	.tb {
		display: block;
	}
}

@media screen and (max-width: 750px) {
.footstepBox{
	padding-left: 16px;
	padding-right: 16px;
}
.contentsBox2{
	margin: 40px auto 0;
	padding: 0 16px;
}
.tb {
	display: none;
}
}


/* 共通
-----------------------------------------------*/
section{
  padding: 56px 0 0;
}
h1 + section{
  padding-top: 22px;
}
section .ttlArea{
	position: relative;
	padding-left: 20px;
	margin-bottom: 36px;
}
section .ttlArea::before{
	content: "";
	width: 5px;
	height: 32px;
	background: #003459;
	position: absolute;
	left: 0;
	top: -2px;
}
section .ttlArea h2{
  font-size: 24px;
}
@media screen and (max-width: 750px) {
section{
  padding-top: 40px;
}
h1 + section{
  padding-top: 23px;
}
section .ttlArea{
	padding-left: 18px;
	margin-bottom: 16px;
}
section .ttlArea::before{
	width: 5px;
	height: 24px;
	top: -2px;
}
section .ttlArea h2{
  font-size: 18px;
}
}

/* storeInformation
-----------------------------------------------*/
.contentsBox2 h1{
  font-size: 36px;
  line-height: 1.333;
  font-weight: normal;
  color: #333333;
}
@media screen and (max-width: 750px) {
.contentsBox2 h1{
  font-size: 24px;
  line-height: 1;
}
}


/* services
-----------------------------------------------*/
#services > p{
	font-size: 14px;
	line-height: 1.71;
}
#services .linkList{
	max-width: 1200px;
	margin: 0 auto;
}
#services .linkList ul::after{
	content: "";
	display: block;
	clear: both;
}
#services .linkList ul li{
	float: left;
	width: 48.5%;
	margin-left: 3%;
	margin-top: 36px;
	box-shadow: 0 24px 12px rgba(0,0,0,0.1), 0 0 12px rgba(0,26,51,0.05);
}
#services .linkList ul li:nth-child(2n+1){
	margin-left: 0;
	clear: left;
}
#services .linkList ul li a{
	display: block;
	background: #fff;
	padding: 56px 56px 50px;
	color: #333;
}
#services .linkList ul li a h2{
	font-size: 16px;
	color: #003459;
	line-height: 1.2;
	text-align: center;
	margin-top: 22px;
}
#services .linkList ul li a p{
	font-size: 14px;
	line-height: 1.71;
	margin-top: 18px;
}
#services .linkList ul li a .thumb{
	overflow: hidden;
}
#services .linkList ul li a .thumb img{
	transition: transform 0.2s ease-out;
}
#services .linkList ul li a:hover .thumb img{
	transform: scale(1.04);
}
@media screen and (max-width: 980px) {
	#services .linkList ul li a{
		padding: 40px 30px;
	}
	#services .linkList ul li a h2{
		font-size: 22px;
	}
}
@media screen and (max-width: 750px) {
	#services{
		padding-bottom: 20px;
	}
	#services > p{
		font-size: 13px;
		line-height: 1.84;
	}
	#services .linkList ul li{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 18px;
	}
	#services .linkList ul li a{
		padding: 28px;
	}
	#services .linkList ul li a h2{
		font-size: 13px;
		margin-top: 16px;
	}
	#services .linkList ul li a p{
		font-size: 13px;
		line-height: 1.84;
		margin-top: 10px;
	}
}

/* voice
-----------------------------------------------*/
section .col4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	font-size: 0;
	max-width: 1200px;
	height: auto;
	margin: 36px auto 0;
	/* text-align: center; */
}
section .col4 li{
	/* display: inline-block;
	vertical-align: top;
	width: 22.75%;
	margin-left: 3%; */
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
}
/* section .col4 li:first-child{
	margin-left: 0;
} */
section .col4 li a{
	color: #333 !important;
}
section .col4 li a h3{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}
section .col4 li p{
	font-size: 14px;
}
section .col4 li a .thumb{
	overflow: hidden;
	margin-bottom: 14px;
}
section .col4 li a .thumb img{
	transition: transform 0.2s ease-out;
}
section .col4 li a:hover .thumb img{
	transform: scale(1.04);
}
@media screen and (max-width: 750px) {
	section .col4{
		grid-template-columns: 1fr 1fr;
		gap: 16px;
		text-align: left;
		margin-top: 0;
		/* margin-right: -20px; */
	}
	/* section .col4::after{
		content: "";
		display: block;
		clear: both;
	} */
	section .col4 li{
		/* display: block;
		float: left;
		width: 50%;
		margin-left: 0;
		margin-top: 16px; */
		font-size: 13px;
		line-height: 1.84;
	}
	/* section .col4 li:nth-child(-n+2){
		margin-top: 0;
	} */
	/* section .col4 li:nth-child(2n+1){
		clear: left;
	} */
	section .col4 li a{
		display: block;
		/* margin-right: 20px; */
	}
	section .col4 li a h3{
		font-size: 13px;
		margin-bottom: 2px;
	}
	section .col4 li p{
		font-size: 13px;
	}
	section .col4 li a .thumb{
		margin-bottom: 8px;
	}
}

/* dream
-----------------------------------------------*/
#dream a{
  background: #f4efe7;
  display: flex;
  padding: 56px 56px 50px;
	transition: opacity 0.2s ease-out;
  align-items: center;
  position: relative;
}
#dream a:hover{
  opacity: .7;
}
#dream .img{
  width: 45.96%;
}
#dream .txt{
 padding-right: 40px;
  width: 54.04%;
  box-sizing: border-box;
}
#dream h2{
  margin-bottom: 15px;
  font-weight: bold;
	font-size: 36px;
  line-height: 1.333;
  color: #333333;
}
#dream h2 span{
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
#dream p{
  line-height: 2;
  color: #333;
  word-break: auto-phrase;
}
#dream .btn{
  position: relative;
  border-radius: 4px;
  background: #ef8742;
  color: #fff;
  display: inline-block;
	vertical-align: middle;
  padding: 5px 60px 5px 30px;
  margin-top: 20px;
}
#dream .btn span{
  position: relative;
  display: block;
}
#dream .btn span::after{
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg)translateY(-50%);
  right: -15px;
  top: 50%;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
#dream a{
  flex-wrap:wrap;
  flex-direction: column-reverse;
  padding: 28px;
}
#dream .img{
  text-align: center;
  width: 100%;
}
#dream .img::after{   
    right: -15px;
    bottom: -15px;
}
#dream .txt{
 padding-right: 0;
  width: 100%;
  margin: 20px auto 10px;
}
#dream h2{
  text-align: center;
}
#dream p{
  line-height: 2;
  color: #333;
  word-break: auto-phrase;
}
#dream .btn{
  margin: 20px auto 0;
  max-width: 190px;
  box-sizing: border-box;
  display: block;
}
}