@charset "UTF-8";

/****************
  page
****************/

main {
 margin: 0 auto;
 padding: 40px 0;
 width: 1000px;
}

main.thin {
 width: 700px;
}

main h1 {
  color: #677;
  font-size: 16px;
  margin-bottom: 50px;
  text-align: center;
}

/* localNavigation */

.localNavigation {
  margin-bottom: 30px;
  text-align: center;
}

.localNavigation li {
  display: inline-block;
  margin: 0 20px;
}

.localNavigation li a {
  text-decoration: none;
}

/*******************
   topics page
********************/

.topics .year {
  font-size: 23px;
  margin-bottom: 20px;
  color: #aaa;
}

.topics .topicsList article {
 margin-bottom: 70px;
}

.topics .topicsList article h2 {
 font-size: 18px;
 margin-bottom: 10px;
}

.topics .topicsList article .summary p {
  font-size: 18px;
  margin-bottom: 1em;
}

.topics .topicsList article .summary img {
  width: 100%;
}

.sample_h_10{
font-size: 1.4em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-left: .5em;
padding-top: .3em;
padding-bottom: .3em;
margin-bottom: 2em;
border-left: 5px solid #989a2a;/* 線 */
color: #929415;/* フォント色 */
}

.topics img {
  display: block;
  float: center;
  margin-right: 45px;
  width: 550px;
}

/****************
  shop page
*****************/

/* shop */

.map {
height: 0;
overflow: hidden;
padding-top: 56.25%;
position: relative;
}

.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.shopinfo {
  width: 70%;
  display: inline-block;
  float: left;
}

.insta {
  display: inline-block;
  width: 30%; 
}

.insta img {
  width: 100%!important;
}

.shop .shopList > li {
  margin-bottom: 80px;
  overflow: hidden;
}

.shop .shopList li img {
  display: block;
  float: center;
  margin-right: 50px;
  width: 600px;
}

.shop .shopList main h2 {
  font-size: 50px;
  margin-bottom: 6px;
}

.shop .shopList li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop .shopList li .date {
  margin-bottom: 10px;
}

.shop .shopList li .features li:before {
  content: "・";
  font-size: 16px;
  vertical-align: middle;
}

.shop .shopList li {
  width: 100%;
  background: #f8f8f8;
}

/*****************
  company page
*****************/

.company img {
 display:block;
 margin: 0 auto 40px;
 width: 980px;
}

.company section {
 font-size: 15px;
 margin: 0 auto 30px;
 width: 700px;
}

.company section h2 {
 font-size: 25px;
 margin-bottom: 30px;
 text-align: center;
}

/* history */

.company section.history .historyText {
  color: #666;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.company section.history .historyText:before,
.company section.history .historyText:after {
  font-size: 80px;
  line-height: 40px;
  vertical-align: text-top;
} 

.company section.history .historyText:before {
  content: "❛❛";
  margin-right: 10px;
}

.company section.history .historyText:after {
	content: "❜❜";
	margin-left: 10px;
}

/* access */

.company section.access .map {
  margin-bottom: 20px;
}

/* detail */

.company section.detail dl {
  border-top: 1px solid #D7D3D3;
  display: table;
  font-size: 13px;
  width: 100%;
}

.company section.detail dl:last-child {
  border-bottom: 1px solid #D7D3D3;
}

.company section.detail dl dt,
.company section.detail dl dd { 
  display: table-cell;
  padding: 13px 20px;
  vertical-align: top;
}

.company section.detail dl dt {
  background: #D9D2D2;
  width: 100px;
}

/*******************
   job page
*******************/

.job li img {
  display: block;
  float: center;
  margin-right: 50px;
  width: 600px;
}

.job ul{
  border-top: 1px solid #D7D3D3;
  display: table;
  font-size: 15px;
  width: 100%;
}

.job ul dl:last-child {
  border-bottom: 1px solid #D7D3D3;
}

.job ul dl dt,
.job ul dl dd { 
  display: table-cell;
  padding: 13px 20px;
  vertical-align: top;
}

.job ul dl dt {
  background: #E0FCFF;
  width: 130px;
}

.job ul li {
  padding-left: 0;	
  list-style: none;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /*　比率を1:1に固定　*/
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.type {
  display: flex; /*横並び*/		
}

.type img {
  width: 100px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.type .text {
  margin: 0 0 0 20px;
  padding: 0;
}

.job ul {
  padding-left: 0;
}

.job li {
  list-style: none;
}

/******************
   bargen page
******************/

.bargen {
  margin-bottom: 80px;
  overflow: hidden;
}

.bargen img {
  display: block;
  float: center;
  margin-right: 50px;
  width: 600px;
}

.type4 {
  display: flex; /*横並び*/		
}

.type4 img {
  width: 130px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.type4 .text {
  margin: 0 0 0 20px;
  padding: 0;
}

.bargen ul {
  padding-left: 0;
}

.bargen li {
  list-style: none;
}
