@charset "UTF-8";

/* 経営理念 */
.philosophy .line-flame__box {
  margin: 32px auto;
  padding: 40px;
}

.philosophy .line-flame__box p {
  font-size: var(--f20-size);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
  font-weight: 900;
}

/* ごあいさつ */
.company.message .content__inner {
  max-width: 700px;
}

.company.message .content__inner strong {
  font-size: 110%;
  font-weight: 900;
}

/* 会社情報 */
.company .grid::before {
  display: block;
  content: "";
  width: 100%;
  border-top: solid 1px var(--color-red);
  margin-top: 100px;
  font-size: 0;
}

.company .grid .col:first-child {
  border-top: none;
}

.company .col {
  display: block;
  padding: 60px 20px;
  border-top: 1px solid var(--color-lightgray);
  overflow: hidden;
}

.company table.col {
  display: table;
  width: 100%;
  table-layout: auto;
  padding: 0;
  font-size: var(--f14-size);
  border: 3px solid var(--color-darkred);
  color: var(--color-darkgray);
  background-color: var(--color-white);
}

.company table.col tr th {
  width: 27%;
  padding: 15px;
  font-weight: bold;
  letter-spacing: 0.32px;
  border-left: 1px solid var(--color-darkred);
  border-top: 1px solid var(--color-darkred);
  vertical-align: middle;
  font-size: var(--f14-size);
}

.company table.col tr:first-child td {
  border-top: none;
}

.company table.col tr td {
  padding: 15px;
  border-left: 1px solid var(--color-darkred);
  border-top: 1px solid var(--color-darkred);
  vertical-align: middle;
}

.company table.col tr td .align {
  text-align: left;
}

.company a.detail-btn,
.employ a.detail-btn {
  position: relative;
  width: 100%;
}

.company a.detail-btn:before,
.employ a.detail-btn:before {
  display: inline-block;
  content: "\003E";
  margin-right: 3px;
  font-weight: bold;
}

.company a.detail-btn,
.employ a.detail-btn {
  padding: 10px 15px;
  font-size: var(--f13-size);
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  background-color: var(--color-blue);
  border-radius: 5px;
  color: var(--color-white);
}

/* 事業所一覧 */
.network .scroll-btn {
  margin-bottom: 40px;
}

.network .scroll-list li {
  width: 32%;
}

.network .scroll-list::after {
  content: "";
  display: block;
  width: 32%;
}

#honsha .line-top__item {
  border-top: none;
}

.gm-style-iw-chr {
	position: relative!important;
}

.gm-style-iw-chr button {
	position: absolute!important;
	right: -18px!important;
	top: -5px!important;
}

/* .flex.scroll-list */
.scroll-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: -0.64px;
}

.scroll-list li:first-child {
  margin-left: 0;
}

.scroll-list li a:before {
  content: "\003E";
  margin-right: 5px;
  padding: 2px 3px;
  font-size: var(--f11-size);
  font-weight: normal;
  vertical-align: middle;
  border-radius: 2px;
  background: var(--color-darkred);
  color: var(--color-white);
}

.scroll-list li {
  margin: 0 0 10px 0;
  font-size: var(--f12-size);
  font-weight: bold;
  letter-spacing: normal;
  border: var(--color-lightgray) 1px solid;
  border-radius: 5px;
  color: var(--color-darkgray);
}

.scroll-list li a {
  display: block;
  padding: 10px;
}

.scroll-list li:hover {
  border: var(--color-darkred) 1px solid;
}

.network .grid:before,
.network .grid:after {
  content: none;
  height: 0;
}

.network .grid .col:first-child {
  border-top: none;
}

.network .grid .col {
  border-top: none;
  border-bottom: 1px solid var(--color-lightgray);
}

.network .map .thum img {
  border: 3px solid var(--color-darkred);
  border-radius: 20px;
}

.network .col .link-btn a {
  margin-right: 5px;
  padding: 15px;
}

.network .grid .col .l-txt {
  width: 470px;
  padding-right: 30px;
}

.network .grid .col .thum {
  width: 250px;
}

/* 詳細はこちら */
.network .detail {
  width: 90%;
  padding: 3%;
  margin: 3% 5% 1%;
  background: var(--color-white);
  overflow: scroll;
  border-radius: 0;
}

.network .detail .grid .col {
  border-bottom: none;
}

.network .detail .grid .col .l-txt {
  width: 390px;
  padding-right: 30px;
}

.network .detail h3 {
  margin-bottom: 30px;
  padding: 15px;
  font-size: var(--f18-size);
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 5px;
  background: var(--color-darkred);
  color: var(--color-white);
}

.network .detail h4 {
  padding: 12px;
  font-size: var(--f16-size);
  font-weight: bold;
  letter-spacing: 1px;
  border-top: var(--color-darkred) 2px solid;
  border-bottom: var(--color-darkred) 1px dashed;
  color: var(--color-darkgray);
}

.network .detail .list {
  letter-spacing: -0.64px;
}

.network .detail .item:first-child {
  margin-left: 0;
  width: 100%;
}

.network .detail .item {
  display: inline-block;
  width: 100%;
  letter-spacing: normal;
  vertical-align: top;
}

.network .detail .item:nth-child(2) {
  width: 100%;
}

.network .detail p,
.network .detail ul {
  margin: 15px 10px 20px 10px;
  color: var(--color-darkgray);
  font-size: var(--f14-size);
}

.network .detail ul {
  letter-spacing: -0.64px;
}

.network .detail ul:nth-child(2) {
  margin: 15px 0 20px 0;
  color: var(--color-darkgray);
}

.network .detail ul li:before {
  display: block;
}

.network .detail ul li {
  display: inline-block;
  width: 31%;
  margin: 0 0 2% 2%;
  padding: 8px 0;
  font-size: var(--f11-size);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
  border-radius: 5px;
  background: var(--color-skin);
}

.detail ul li.sushi:before {
  content: url(../images/company_profile/icon_sushi.png);
}

.detail ul li.onigiri:before {
  content: url(../images/company_profile/icon_onigiri.png);
}

.detail ul li.bento:before {
  content: url(../images/company_profile/icon_bento.png);
}

.detail ul li.pan:before {
  content: url(../images/company_profile/icon_pan.png);
}

.detail ul li.souzai:before {
  content: url(../images/company_profile/icon_sozai.png);
}

.network .detail .google_map {
  width: 100%;
  height: 300px;
  float: right;
  outline: none;
}

.network .detail .fukidashi {
  width: 100px;
  height: 25px;
}

.network .detail .map-link {
  text-align: right;
}

.network .detail .map-link a {
  text-decoration: underline;
}

/* コーポレートマーク_キャラクター */
.corp-mark {
	margin: 32px 0;
	text-align: center;
}

.chara__text.line-flame__box {
	background: var(--color-lightyellow);
	position: relative;
	padding-top: 64px;
	margin-top: 96px;
}

.chara__text.line-flame__box:before {
	position: absolute;
	width: 314px;
	height: 67px;
	background: url("../images/company_profile/character_title.png") no-repeat center top;
	content: "";
	background-size: contain;
	top: -20px;
	left: 50%;
  transform: translateX(-50%);
}

.chara__text h2 strong {
	font-size: 120%; 
	font-weight: 900;
}

.chara__text .flex li:first-child img,
.cahra_history img,
.corp-mark img {
	width: 60%;
	display: block;
	margin: 0 auto;
}

.chara__text .box__bg {
	position: relative;
	width: 90%;
}

.chara__text .box__bg:after {
	position: absolute;
	width: 38px;
	height: 52px;
	background: url("../images/company_profile/character_bg.png") no-repeat right top;
	content: "";
	background-size: contain;
	top: -20px;
	right: -40px;
}

.border__text {
 	position: relative;
	color: var(--color-red);
	-webkit-text-stroke: 6px var(--color-white);
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.4;
	border-radius: 5px;
	z-index: 2;
}

.border__text::before {
	content: attr(data-text);
	position: absolute;
	color: var(--color-red);
	-webkit-text-stroke: 1px var(--color-red);
	border-radius: 5px;
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.4;
	z-index: 2;
}

.cahra_history {
	background-size: auto auto;
	background-color: rgba(252, 238, 33, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 18px, rgba(252, 245, 134, 1) 18px, rgba(252, 245, 134, 1) 36px );
	border-radius: 20px; 
	margin-top: 48px; 
	padding: 32px;
}

.flow-wrapper.chara li h4 {
  font-size: var(--f17-size);
}

.flow-wrapper.chara li h4 small {
  font-size: 80%;
	color: var(--color-gray);
}

.flow-wrapper.chara li p {
  font-size: 80%;
}

.flow-wrapper.chara li img {
	width: 76%;
	margin: 0 auto;
	display: block;
}

/* CM */
.cm .box {
	max-width: 700px;
	margin: 64px auto 0;
}

/* 〜767px（スマホ＆タブレット用）
---------------------------*/
@media (max-width: 767px) {
  .company a.detail-btn {
    display: inline-block;
    max-width: 140px;
    margin-top: 10px;
    padding: 5px 15px;
  }
}

/* 768px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 768px) {
  /* 経営理念 */
  .philosophy .line-flame__box {
    max-width: 520px;
    padding: 64px;
  }

  .philosophy .line-flame__box p {
    line-height: 2;
  }

  /* 事業所一覧 */
  .network .scroll-list li {
    width: 19.2%;
  }

  .network .detail {
    width: 100%;
    padding: 30px;
    background: var(--color-white);
    overflow: hidden;
    margin: 0;
  }

  .network .detail .item:first-child {
    margin-left: 0;
    width: 38%;
  }

  .network .detail .item {
    display: inline-block;
    width: 31%;
    margin-left: 3%;
    letter-spacing: normal;
    vertical-align: top;
  }

  .network .detail .item:nth-child(2) {
    width: 24%;
  }
  
  .network .detail ul li {
    margin: 0 0 2% 0.5%;
  }

  .lity-iframe-container iframe {
    background: #FFF!important;
  }	

  .gm-style-iw-chr button {
		right: -5px!important;
	}
  
	/* コーポレートマーク_キャラクター */
	.corp-mark img {
		max-width: 200px;
	}

	.chara__text .flex {
		justify-content: space-between; 
		margin: 0 48px;
	}
	
	.chara__text .flex li {
		width: 62%;
	} 
	
	.chara__text .flex li:first-child {
		width: 30%;
	}
	
	.chara__text .flex li:first-child img, 
	.cahra_history img {
		width: 100%;
	}
	
	.cahra_history .flex li:first-child {
		width: 60%;
	}
	
	.border__text {
		font-size: var(--f22-size);
		letter-spacing: -1px;
	}
	
	.cahra_history {
		padding: 48px;
	}
	
	.cahra_history .l-title {
		font-size: var(--f32-size);
	}
	
	.cahra_history p {
		width: 90%;
	}
	
	.flow-wrapper.chara li {
		width: 21.6%;
	}

	/* CM */
	.flex.half {
		justify-content: space-between;
		align-items: flex-start;
	}

	.flex.half li {
		width: 47%;		
	}

	.flex.half li img {
		width: 100%;
	}	
}

/* 960px〜（タブレット＆PC用）
---------------------------*/
@media (min-width: 960px) {
  /* 会社情報 */
  .company table.col tr th {
    width: 22%;
    padding: 15px 20px;
    font-size: initial;
  }
  
  .chara__text h2 {
		font-size: 180%;
		letter-spacing: -1px;
		font-weight: normal;
	}
}
