/*基本設定*/
body{
	 font-size: 14px;
	 font-family: "Times New Roman", "source-han-serif-japanese",
	  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
	   "メイリオ", Meiryo, serif;
	   flood-color: #221f27;
}
.number {
    border-bottom: 1px solid #999;
    line-height: 3;
    display: inline-block;
}

/*リンク装飾*/
a{
	text-decoration: none;
	outline: none;
}
nav ul li:nth-child(3) a {
    text-decoration: underline;
}

nav a, .a{
display: inline-block;
	padding: 0.3em;
	transition: .3s;
	transform: scale(1);
	color: #221f27;
}
.a{
	color: #221f27;
}

nav a:hover, .a:hover {
	transform: scale(1.35);
}

/*リンク装飾ここまで*/

/*各コンテンツのタイトル↓*/
.content-titles{
	font-family: 'Taviraj', serif;
	font-size: 36px;
}
/*各コンテンツのタイトル↑*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
p{
	line-height: 100%;
}
ul li, dt, dd, small{
	 letter-spacing: .07em;
	 line-height: 140%;
}
dt{
	padding-top: 20px;
}
dd{
	padding-top: 10px;
}
/*基本設定ここまで*/

/*ヘッダー*/

.navbar ul{
	padding: 0;
	margin: 0;
}
.brand {
	text-align: center;
	padding-top: 34px;
}
.container{
	max-width: 1140px; 
	margin:0 auto;
}

.header2 {
	display: flex;
	height: 50px;
}
.left {
	flex: 2;
}
.navbar {
	flex: 3;
	align-items: center;
}
.navbar ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.tel {
	flex: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.tel_a{
	font-size: 20px;
	color: #221f27;
}
/*ヘッダーここまで*/

/*メインイメージ*/
figure{
	margin: 0 auto;
}
.main_img{
	text-align: center;
	padding-top: 35px;
	width: 100%;
}


/*メインイメージここまで*/

/*ページタイトル*/
h1 {
    font-size: 90px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    padding-right: 7%;
}
/*ページタイトルここまで*/


/*スタッフ紹介*/
h2{
	font-size: 36px;
	font-family: 'Taviraj', serif;
}
.wrap{
padding-bottom: 200px
}

.staff_01{
	display: flex;
	padding-top: 150px;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.staff_01 div, .staff_02 div, 
.staff_03 div, .staff_04 div{
	padding-right: 250px;
}

.staff_02, .staff_03, .staff_04{
	display: flex;
	 justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    padding-top: 100px;
}
.staff_01 img, .staff_02 img,
.staff_03 img, .staff_04 img{
	max-width: 250px;
}



/*スタッフ紹介ここまで*/


/*フッター*/
footer{
	background-color: #f4f4f1;
}
.footer_nav{
	display: flex;
	list-style-type: none;
	text-align: center;
	justify-content: center;
	padding-top: 5px;
}
 .footer_nav li{
	width: 157px;
}
.footer_rogo{
	display: flex;
	list-style-type: none;
	justify-content: center;
}
.footer_rogo li{
	width: 40px;
	margin-top: 1em;
}
.footer_text{
	display: flex;
	/*width: 960px;*/
	justify-content: center;
	/*justify-content: space-around;*/
	padding-top: 60px;
}
.footer_left{
	display: flex;
	flex-direction: column;
	padding-right: 150px;
}
.footer_right{
	display: flex;
	flex-direction: column;
}
.copy{
	text-align: center;
	margin-top: 60px;
	padding-top: 34px;
	padding-bottom: 34px;
	margin-bottom: 0;
}
.footer_left dd, .footer_right dd{
	margin: 0;
}

/*フッターここまで



/*スマホ版非表示*/
#menu{
	   display:none;
}
/*スマホ版非表示ここまで*/



/*------↓ここからレスポンシブ↓--------*/

/*----320px～559pxまでの幅の場合に適応される(スマホ)------*/
@media screen and (min-width:320px) and (max-width:559px) {


/*基本設定*/
img{
	max-width: 100%;
	height: auto;
}
.header2{
    display:none;/*with767px以下の時非表示になる*/
  }
  .wrap br {
    display: none;
  }

  /*メインイメージ*/
 figure {
 	margin: 0;
 }
.main_imag{
	padding: 0;
	margin: 0 auto;
}
/*メインイメージここまで*/

/****ハンバーガーメニュー****/
#menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
	display: block;
	  position: fixed;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 32px;
	height: 32px;
	background: #fff;
	/*配置*/
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: #f4f4f1;
	width: 35%;
	/*配置*/
	position: absolute;
	top: 30px;
	right: 0px;
	opacity: 0.9;
}

#menu li{
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*デザイン*/
	padding: 0 10px;
	color: rgba(0,0,0,1);
	border-bottom: 0px rgba(255,255,255,1) solid;
	height: 0;
	/*配置*/
	overflow: hidden;
	pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target li{
	/*デザイン*/
	padding: 10px;
	height: 40px;
}
a{
	color: #221f27;
}
#menu ul li:nth-child(3) a {
    text-decoration: underline;
}

/*ナビメニューここまで*/

/*基本設定ここまで*/

/*ページタイトル*/
h1{
	position:static;
	font-size: 45px;
	margin: 0;
	text-align: right;
	padding-right: 20px;
}
/*ページタイトルここまで*/

/*メインイメージ*/
.main_img {
	padding-top: 35px;
}
.wrap{
padding-bottom: 50px;
}

/*スタッフ*/

/*↑PC設定*/
.staff_01{
	display: block;
	padding-top: 21px;

}

.staff_02, .staff_03, .staff_04{
	display: block;
    padding-top: 40px;
}
/*↑PC設定*/

/*試し*/
.wrap{
	display: block;
	padding-left: 20px;
padding-right: 20px;

}
.staff_01, .staff_02, .staff_03, .staff_04{
	display: block;
	text-align: right;
	/*padding-right: 0;*/
}
.text{
	text-align: left;
}
.staff_01 img, .staff_02 img, .staff_03 img, .staff_04 img{
	width: 60%;
	margin: auto;
	
	/*vertical-align :middle;*/
}
/*試し*/


.staff_01 div, .staff_02 div, .staff_03 div, .staff_04 div {
    padding-right: 0;
}


/*スタッフ紹介ここまで*/

/*フッター*/
.footer_nav{
	display: flex;
	padding-top: 5px;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
}
ul.footer_nav > li {
 width: 50%;
}

.footer_rogo li{
	width: 40px;
	margin-top: 1em;
	padding-left: 0;
}
.footer_text{
	display: block;
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
}
.footer_left{
	padding-right: 0px;
}
.footer_right{
	display: flex;
	flex-direction: column;
}
.copy{
	margin-top: 0px;
	padding-top: 34px;
	padding-bottom: 34px;
}
/*フッターここまで*/



}/*←スマホ版閉じ*/


/*----560px～959pxまでの幅の場合に適応される(タブレット)------*/
@media screen and (min-width:560px) and (max-width:959px) {

/*基本設定*/
img{
max-width: 100%;
height: auto;
}

h1{
	position:static;
	font-size: 60px;
	margin: 0;
	text-align: right;
	padding-right: 60px;
	padding-right: 10px;
}

.left {
    flex: 1.5;
}
figure{
	margin: 0;
}
.wrap{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
}
.wrap br{
	display: none;
}
.staff_01 {
	padding-top: 100px;
	}
.staff_01 img, .staff_02 img, .staff_03 img, .staff_04 img{
	width: 38%;
}
.staff_01 div, .staff_02 div, .staff_03 div, .staff_04 div {
    padding-right: 20px;
    padding-top: 50px;
    width: 50%;
}
.text{
	padding-top: 0;
}
/*フッター*/
.footer_left{
padding-right: 60px;
}
.copy{
	margin-top: 0px;
}
/*フッターここまで*/


}/*←タブレット版閉じ*/

	/*----960px～1280pxまでの幅の場合に適応される(pc小)------*/
@media screen and (min-width:960px) and (max-width:1280px) {
	/*基本設定*/
img{
max-width: 100%;
height: auto;
}

/*メインタイトル*/
h1{
	position:static;
	font-size: 90px;
	margin: 0;
	text-align: right;
	padding-right: 35px;
}

.wrap {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 150px;
}
.staff_01 div, .staff_02 div, .staff_03 div, .staff_04 div {
    padding-right: 150px;
}


}/*←ｐｃ小版閉じ*/
