@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/

html {
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
}

@media screen and (min-width: 769px) {
body {
width: 100%;
height: auto;
font-family: sans-serif "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ;
font-weight: 400;
font-style: normal;
color: #000;
background:#fff;
margin:0;
padding:0;
}}

@media screen and (max-width: 768px) {
body {
width: 100%;
height: auto;
font-family: sans-serif ,Lato, "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ;
font-weight: 300;
font-style: normal;
color: #000;
background:#fff;
margin:0;
padding:0;
}
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
}
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
}
}
@media screen and (min-width: 769px) {
  .spNone {
    display: block;
}
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
}
}
/*リンクのアクション*/
a {
color: #000;
text-decoration:none;
}
a:hover {
  color: #999999;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s;
text-decoration: underline;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

@media screen and (min-width: 769px) {
header {
width: 1000px;
height:auto;
margin:60px auto 120px auto;
}

h1 img {
display: block;
width: 15%;
margin:0 auto 15px auto;
}

h2 {
text-align:center;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 3.4rem;
line-height:1.2;
letter-spacing: 0.080em;
color: #000;
}
}

@media screen and (max-width: 768px) {
header {
width: 90%;
height:auto;
margin:30px auto 50px auto;
}

h1 img {
display: block;
width: 32%;
margin:0 auto 10px auto;
}

h2 {
text-align:center;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 2.0rem;
line-height:1.2;
letter-spacing: 0.080em;
color: #000;
}
}


@media screen and (min-width: 769px) {
.wrap1 {
width: 1000px;
height:auto;
margin: 0 auto;
}


ul.member_area {
width: 100%;
display:-webkit-box;/* (※flexbox※) display:flex;*/
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap;/* flex-flow:row wrap;*/
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;/* justify-content: flex-start;*/
}


ul.member_area li {
width:22%;
height:auto;
margin-right:4%;
margin-bottom:60px;
}

ul.member_area li:nth-child(4n) {
margin-right: 0;
}


ul.member_area li .mem_box p.name {
text-align:center;
margin-top: 20px;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height:1.2;
letter-spacing: 0.040em;
color: #000;
}

ul.member_area li .mem_box p.name br {
display: none;
}

ul.member_area li .mem_box p.area {
text-align:center;
margin-top: 10px;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.2rem;
line-height:1.2;
letter-spacing: 0.060em;
color: #999;
}

ul.member_area li .mem_box a img.staff_icon {
width: 100%;
border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
background-position: center center;
display: inline-block; /* 複数の画像を横に並べたい場合 */
}

ul.member_area li .mem_box a:hover img { 
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


ul.member_area li .mem_box ul {
width: 60%;
margin: 0 auto;
margin-top: 20px;
display:-webkit-box;/* (※flexbox※) display:flex;*/
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap;/* flex-flow:row wrap;*/
-ms-flex-pack: distribute;
justify-content: space-around;/*justify-content: space-around;*/

}

ul.member_area li .mem_box ul li {
display: inline-block;
width: 23%;
}

ul.member_area li .mem_box ul li img {
width: 100%;
}


ul.member_area li .mem_box ul li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
}

@media screen and (max-width: 768px) {
.wrap1 {
width: 90%;
height:auto;
margin: 0 auto;
}


ul.member_area {
width: 100%;
display:-webkit-box;/* (※flexbox※) display:flex;*/
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap;/* flex-flow:row wrap;*/
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;/* justify-content: space-between;*/
}


ul.member_area li {
width:47%;
height:auto;
margin-bottom:30px;
}

ul.member_area li:nth-child(4n) {
margin-right: 0;
}


ul.member_area li .mem_box p.name {
text-align:center;
margin-top: 20px;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height:1.2;
letter-spacing: 0.040em;
color: #000;
}

ul.member_area li .mem_box p.name br {
display: none;
}

ul.member_area li .mem_box p.area {
text-align:center;
margin-top: 10px;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.2rem;
line-height:1.2;
letter-spacing: 0.060em;
color: #999;
}

ul.member_area li .mem_box a img.staff_icon {
width: 100%;
border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
background-position: center center;
display: inline-block; /* 複数の画像を横に並べたい場合 */
}

ul.member_area li .mem_box a:hover img { 
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


ul.member_area li .mem_box ul {
width: 60%;
margin: 0 auto;
margin-top: 20px;
display:-webkit-box;/* (※flexbox※) display:flex;*/
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-flow:row wrap;
flex-flow:row wrap;/* flex-flow:row wrap;*/
-ms-flex-pack: distribute;
justify-content: space-around;/*justify-content: space-around;*/

}

ul.member_area li .mem_box ul li {
display: inline-block;
width: 23%;
}

ul.member_area li .mem_box ul li img {
width: 100%;
}


ul.member_area li .mem_box ul li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
}


/*-----------------
footer
-------------------*/

@media screen and (min-width: 769px) {
footer {
width:1000px;
margin: 0 auto;
padding: 40px 0 40px 0;
}

.top {
width: 30px;
margin:0 auto;
}

.top img {
width: 100%;
}

footer a.foot_logo img {
width: 15%;
display: block;
margin: 30px auto 15px auto;
}

footer p.foot_copy {
margin: 0 auto;
width: 100%;
text-align:center;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.0rem;
line-height:1.2;
letter-spacing: 0.040em;
}
}

@media screen and (max-width: 768px) {
footer {
width:100%;
margin: 0 auto;
padding: 40px 0 40px 0;
}

.top {
width: 6%;
margin:0 auto;
}

.top img {
width: 100%;
}

footer a.foot_logo img {
width: 28%;
display: block;
margin: 30px auto 15px auto;
}

footer p.foot_copy {
margin: 0 auto;
width: 100%;
text-align:center;
font-family: europa, sans-serif;
font-weight: 400;
font-size: 1.2rem;
line-height:1.2;
letter-spacing: 0.040em;
}
}




