/* ___________________________________

  タイトル
____________________________________ */

.page-template-page-about .ttlarea {
	background: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ttlarea ul.outer {
	max-width: 1200px;
}
h1.ttl {
	padding: 5em 0;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}

/* ------------------------------

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 80px;
	background: #292b2b;
}
#about {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.container_subpage {
	padding: 0;
}
#wrapper_about {
	padding: 0;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	padding: 0 0 1em;
  	color: #fff;
  	font-size: 3vw;
  	font-weight: 500;
  	text-align: center;
}
.container_subpage h2 span {
  	padding: 0 0 1em;
  	color: #ccc;
  	font-size: 1.5vw;
  	font-weight: 400;
  	text-align: center;
	display: block;
}

/* パンくず
--------------------------- */
.breadcrumbs {
	color: #fff;
	background: #292b2b;
}
.breadcrumbs span, .breadcrumbs span a {
	color: #eee;
}


/* ------------------------------

   会社概要

------------------------------ */

section#company-overview {
  	width: 100%;
  	margin: 0 auto;
  	padding: 8% 0 10%;
  	background: #2f2f2f;
}
.company_overview dl {
	width: 90%;
	align-items: normal;
}
.company_overview dt {
	flex: 0 0 16%;
	padding: 1em 2%;
	background-color: #c7c7c6;
	border-bottom: 1px solid #eee;
}
.company_overview dd {
	flex: 0 0 76%;
	padding: 1em 2%;
	background-color: #fff;
	border-bottom: 1px solid #eee;	
}


/* ------------------------------

   沿革

------------------------------ */

section#company-history {
  	width: 100%;
  	margin: 0 auto;
  	padding: 8% 0 10%;
}
.company_history dl {
	width: 90%;
	align-items: normal;
}
.company_history dt {
	flex: 0 0 16%;
	padding: 1em 2%;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.company_history dd {
	flex: 0 0 76%;
	padding: 1em 2%;
	background-color: #fff;
	border-bottom: 1px solid #eee;	
}



/* ------------------------------

   直営施設実績

------------------------------ */

section#facilities {
  	width: 100%;
  	margin: 0 auto;
  	padding: 8% 0 10%;
	background: #2f2f2f;
}


/* ------------------------------
   レイアウト
------------------------------ */
section#facilities li.outer-li {
	flex: 0 0 31.9999%;
	margin: 0 2% 2% 0;
}
section#facilities li.outer-li:nth-child(3n) {
	margin-right: 0;
}

/* 画像
--------------------------- */
section#facilities li.photo {
	position: relative;
}
section#facilities li.photo .wrapper_caption {
    position: absolute;
    bottom: 0;
	left: 0;
    z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3em;
}
section#facilities li.photo .caption {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	filter: drop-shadow(0 0 1rem #000);	
}
section#facilities li.photo .btn {
    position: absolute;
	right: 1em;
    top: 1em;
    z-index: 1;
}
section#facilities a li.photo .btn img {
	width: 50px;
	height: 50px;
	display: inline;
	vertical-align: middle;

}
section#facilities a:hover li.photo .btn img {
	opacity: 0.5;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

section#other-content {
  	width: 100%;
  	margin: 0 auto;
  	padding: 8% 0 10%;
	background: #ccc;
}

/* ------------------------------
   見出し
------------------------------ */
section#other-content h2 {
	color: #001011;
}
section#other-content h2 span {
	color: #666;
}

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
	width: 100%;
}
section#other-content li.outer-li {
	flex: 0 0 31.9999%;
	margin: 0 2% 2% 0;
}
section#other-content li.outer-li:nth-child(3n) {
	margin-right: 0;
}

/* 画像
--------------------------- */
section#other-content li.photo {
	position: relative;
}
section#other-content li.photo .wrapper_ttl {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}
section#other-content li.photo .wrapper_ttl p.ttl {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	filter: drop-shadow(0 0 1rem #000);	
}

/* リンク */
section#other-content li.photo .wrapper_link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: flex-bottom;
}
section#other-content li.photo p.link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	padding: 2%;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	line-height: 1;	
	background: rgba(155,136,22,.7);
}
section#other-content li.photo p.link:hover {
	color: #ccc;
}



/**
 * レスポンシブ: PC用 ウィンドウ幅1200px以下共通
 */
@media screen and ( max-width:1200px) {	

/* ------------------------------

   共通セレクタ

------------------------------ */
.contents {
	padding-top: 54px;
}

/* ___________________________________

  タイトル
____________________________________ */

.ttlarea ul.outer {
	max-width: 94%;
}
	


/* ------------------------------

   会社概要

------------------------------ */

.company_overview dt#business-details {
	padding-bottom: 2.75em;
}	
}


/**
 * レスポンシブ: PC用 ウィンドウ幅821px以上、1200px以下
 */
@media screen and (min-width:821px) and ( max-width:1200px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 38px;
}
}



/**
 * レスポンシブ: TB用 ウィンドウ幅820px以下共通
 */
@media screen and ( max-width:820px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	padding: 4em 0;
}

/* ___________________________________

  共通セレクタ
____________________________________ */

.container_subpage_inner {
	width: 94%;
	max-width: 94%;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 4vw;
}
.container_subpage h2 span {
  	font-size: 2vw;
}	


/* ------------------------------

   会社概要

------------------------------ */

.company_overview dl {
	width: 100%;
}

/* ------------------------------

   沿革

------------------------------ */

.company_history dl {
	width: 100%;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 18px;
}	
}



/**
 * レスポンシブ: TB用 ウィンドウ幅641px以上、820px以下
 */
@media screen and (min-width:641px) and ( max-width:820px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 36px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 24px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅768px以下
 */
@media screen and (max-width:768px) {

/* ------------------------------

   直営施設実績

------------------------------ */

/* 画像
--------------------------- */
section#facilities li.photo .caption {
	font-size: 15px;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 17px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅640px以下
 */
@media screen and (max-width:640px) {
	
/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 34px;
}


/* ___________________________________

  コンテンツ
____________________________________ */

.contents {
	padding-top: 50px;
}	


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 5vw;
}
.container_subpage h2 span {
  	font-size: 2.5vw;
}


/* ------------------------------

   会社概要

------------------------------ */

.company_overview dl {
	flex-direction: column;
}
.company_overview dt {
	flex: 0 0 auto;
	width: 96%;
	padding: 1em 2%;
}
.company_overview dd {
	flex: 0 0 auto;
	width: 96%;
	padding: 1em 2%;
}

	
	
/* ------------------------------

   直営施設実績

------------------------------ */

/* 画像
--------------------------- */
section#facilities li.photo .caption {
	font-size: 14px;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content li.photo .wrapper_ttl p.ttl {
  	font-size: 15px;
}
}



/**
 * レスポンシブ: SP用 ウィンドウ幅480px以下
 */
@media screen and ( max-width:480px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 32px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}


/* ------------------------------

   会社概要

------------------------------ */

.company_overview dt {
	font-size: 15px;
}
.company_overview dd {
	font-size: 15px;
}

/* ------------------------------

   沿革

------------------------------ */

.company_history dt {
	flex: 0 0 18%;
	font-size: 15px;	
}
.company_history dd {
	flex: 0 0 74%;
	font-size: 15px;
}



/* ------------------------------

   直営施設実績

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#facilities li.outer-li {
	flex: 0 0 49%;
	margin: 0 2% 2% 0;
}
section#facilities li.outer-li:nth-child(3n) {
	margin-right: 2%;
}
section#facilities li.outer-li:nth-child(2n) {
	margin-right: 0;
}	

/* 画像
--------------------------- */
section#facilities li.photo .caption {
	font-size: 15px;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */
section#other-content ul.outer {
  	width: 70%;
}	
section#other-content li.outer-li {
  	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
  	margin: 0 0 2% 0;
}
section#other-content li.photo .wrapper_ttl p.ttl {
    font-size: 20px;
}	
}


/**
 * レスポンシブ: SP用 ウィンドウ幅428px以下
 */
@media screen and ( max-width:428px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 30px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 6vw;
}
.container_subpage h2 span {
  	font-size: 3vw;
}


/* ------------------------------

   沿革

------------------------------ */

.company_history dt {
	flex: 0 0 20%;
}
.company_history dd {
	flex: 0 0 72%;
}



/* ------------------------------

   直営施設実績

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */

/* 画像
--------------------------- */	
section#facilities a li.photo .btn img {
	width: 40px;
	height: 40px;
}
section#facilities li.photo .caption {
	font-size: 14px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅414px以下
 */
@media screen and ( max-width:414px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 28px;
}

/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
	font-size: 22px;
}	
}


/**
 * レスポンシブ: SP用 ウィンドウ幅375px以下
 */
@media screen and ( max-width:375px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 26px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 7vw;
}
.container_subpage h2 span {
  	font-size: 3.5vw;
}


/* ------------------------------

   会社概要

------------------------------ */

.company_overview dt {
	font-size: 14px;
}
.company_overview dd {
	font-size: 14px;
}


/* ------------------------------

   沿革

------------------------------ */

.company_history dt {
	flex: 0 0 22%;
	font-size: 14px;	
}
.company_history dd {
	flex: 0 0 70%;
	font-size: 14px;	
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 17px;
}	
}


/**
 * レスポンシブ: SP用 ウィンドウ幅320px以下
 */
@media screen and ( max-width:320px) {

/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 24px;
}




/* ------------------------------

   沿革

------------------------------ */

.company_history dt {
	flex: 0 0 26%;
}
.company_history dd {
	flex: 0 0 66%;
}


/* ------------------------------

   直営施設実績

------------------------------ */

/* ------------------------------
   レイアウト
------------------------------ */

/* 画像
--------------------------- */	
section#facilities a li.photo .btn img {
	width: 30px;
	height: 30px;
}
	
	
	
	
/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 16px;
}	
}



/**
 * レスポンシブ: SP用 ウィンドウ幅280px以下
 */
@media screen and ( max-width:280px) {
	
/* ___________________________________

  タイトル
____________________________________ */

h1.ttl {
	font-size: 22px;
}


/* ------------------------------
   見出し
------------------------------ */
.container_subpage h2 {
  	font-size: 8vw;
}
.container_subpage h2 span {
  	font-size: 4vw;
}


/* ------------------------------

   沿革

------------------------------ */

.company_history dt {
	flex: 0 0 28%;
}
.company_history dd {
	flex: 0 0 64%;
}


/* ------------------------------

   その他のコンテンツ

------------------------------ */

/* 画像
--------------------------- */
section#other-content li.photo .wrapper_ttl p.ttl {
	font-size: 15px;
}	
}