@charset "utf-8";
/* CSS Document */
/**********************************************************/
/* リセット */
/**********************************************************/
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-style: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.clear {
  clear: both;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.center {
  text-align: center;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
img {
  vertical-align: bottom;
}
a {
  color: #444;
  text-decoration: none;
}
/*a:hover{
	color:#F75C0C;
	text-decoration:none;
}
*/
@font-face {
  font-family: 'やさしさアンチック';
  src: url('./font/07YasashisaAntique.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: あおぞら明朝 Medium;
  src: url('https://cdn.leafscape.be/aozoramincho/AozoraMinchoMedium_web.woff2') format("woff2");
}
@font-face {
  font-family: あおぞら明朝 Regular;
  src: url('https://cdn.leafscape.be/aozoramincho/AozoraMinchoRegular_web.woff2') format("woff2");
}
@font-face {
  font-family: あおぞら明朝 thin;
  src: url('https://cdn.leafscape.be/aozoramincho/AozoraMincho-thin_web.woff2') format("woff2");
}
/*************** PC・SP共通ベース ***************/
html {
  font-size: 62.5%;/
}
body {
  background: #FFF;
  color: #444;
  font-weight: 400;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anti {
  font-family: 'やさしさアンチック', serif;
  font-weight: normal;
}
.aozora {
  font-family: 'あおぞら明朝 thin', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/* ページの先頭に戻る(すべてのページ) */
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
}
.pagetop a {
  display: block;
  text-align: center;
  text-decoration: none;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.pagetop a:hover {
  display: block;
  text-align: center;
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 1;
}
/* Google Map */
.ggmap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  margin-bottom: 40px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px), print {
  /**********************************************************/
  /* ベース部分 */
  /**********************************************************/
  body {
    min-width: 1400px;
    font-size: 1.8rem;
  }
  .pc_none, .hidden {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  /**********************************************************/
  /* ヘッダー */
  /**********************************************************/
  header {
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    position: relative;
  }
  header .headerNavWrap .inner {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    position: relative;
  }
  header p.catch {
    font-size: 1.4rem;
    color: #EF858C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    margin-left: -50px;
    line-height: 1.4
  }
  header p.header_tel {
    font-size: 3.6rem;
    font-weight: 600;
    color: #7F4F21;
    letter-spacing: -0.1rem;
    background: url(./images/header/tel.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
    float: right;
  }
  header a.nav_logo {
    padding-top: 23px;
    display: block;
    float: left;
  }
  header a.nav_logo:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  header a.nav_logo img {
    width: 156px;
    display: block;
  }
  header .nav_bg {
    background: #FF9999;
  }
  header .nav_bg .inner {
    height: 40px;
  }
  header nav ul {
    color: #FFF;
    line-height: 40px;
    float: right;
  }
  header nav ul li {
    margin-right: 25px;
    float: left;
  }
  header nav ul li:last-child {
    margin-right: 0;
  }
  header nav ul li a {
    color: #FFF;
    display: block;
    font-weight: 700;
  }
  header nav ul li a::before {
    content: '・';
  }
  header nav ul li a:hover {
    opacity: 0.85;
    transition: 0.3s;
  }
  header nav ul.banners {
    padding-top: 15px;
  }
  header nav ul.banners li {
    margin: 0 0 0 10px;
  }
  header nav ul.banners li a::before {
    content: none;
  }
  /**********************************************************/
  /*  メインエリア */
  /**********************************************************/
  main {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .content {
    width: 100%;
    position: relative;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  /* レイアウト */
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  /* お問合せへのリンク */
  .tocontact {}
  .tocontact p {
    text-align: center;
    margin: 40px auto;
  }
  .tocontact p a {
    font-size: 29px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 0.3rem;
    background: #EF858C;
    display: inline-block;
    padding: 5px 50px 10px;
    border-radius: 20px;
  }
  .tocontact p a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  /* 下部メニュー */
  .menulist {
    background: #EFEFEF;
    padding: 50px 0;
  }
  .menulist ul {
    width: 852px;
    margin: 0 auto;
  }
  .menulist ul li {
    width: 277px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .menulist ul li:nth-child(3n) {
    margin-right: 0;
  }
  .menulist ul li:nth-child(3n+1) {
    clear: both;
  }
  .menulist ul li a {
    display: block;
  }
  .menulist ul li a:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  /**********************************************************/
  /* 見出し・本文・リスト設定 */
  /**********************************************************/
  .main_img h1 {
    font-family: 'やさしさアンチック', serif;
    color: #FFF;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-feature-settings: "palt";
  }
  .main_img h2 {
    font-family: 'やさしさアンチック', serif;
    color: #FFF;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-feature-settings: "palt";
  }
  hr {
    width: 100%;
    /*height:4px;
	border:none;
	background:url(./images/hr.png) 0 0 repeat-x;*/
    clear: both;
    margin: 40px auto;
  }
  hr {
    border-top: 3px dotted #EEE;
    border-bottom: none;
  }
  .bold {
    font-weight: 600;
  }
  .red {
    color: #C0262C;
  }
  .red_bold {
    color: #C0262C;
    font-weight: bold;
  }
  /**********************************************************/
  /* テーブル */
  /**********************************************************/
  main table {
    width: 100%;
    border-left: 1px solid #AAA;
    border-top: 1px solid #AAA;
    margin: 20px 0 50px;
  }
  main th {
    background: #FFF;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    font-weight: 500;
    /*line-height: 1.2;*/
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
  }
  main td {
    background: #FFF;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    font-weight: 500;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
  }
  /**********************************************************/
  /* フッター */
  /**********************************************************/
  footer {
    width: 100%;
    height: 135px;
    background: url(https://epsylonbloom.com/assets/img/news/footer_bg.png);
    color: #FFF;
  }
  footer .inner {
    padding: 27px 0;
  }
  .footer_logo {
    width: 243px;
    display: block;
    float: left;
    margin-right: 20px;
  }
  footer dl.address {
    float: left;
    line-height: 1.4;
    margin-left: 30px;
  }
  footer dl.address dt {
    background: #FFF;
    color: #F29C97;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    width: 110px;
    height: 87px;
    line-height: 81px;
    border-radius: 10px;
    margin-right: 10px;
    float: left;
  }
  footer dl.address dd {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    float: left;
  }
  footer p.copy {
    font-size: 13px;
    background: #FFF;
    color: #111;
    padding-bottom: 5px;
  }
  .inner2 {
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  footer dl.address2 {
    float: left;
    line-height: 1.4;
    margin-left: 30px;
    padding: 15px 0;
  }
  footer dl.address2 dt {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-right: 10px;
  }
  footer dl.address2 dd {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    float: left;
  }
  footer#footer2 {
    height: 170px;
    margin: 0 0 30px 0;
  }
  #footer2 .footer_logo {
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width:768px) {
  footer#footer2 {
    width: 100%;
    background: url(./assets/img/news/footer_bg.png);
    color: #FFF;
    padding: 0 30px;
  }
  footer#footer2 .footer_logo {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .inner2 {
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  footer dl.address2 {
    float: none;
    line-height: 1.4;
    margin-left: 0;
    padding: 15px 0;
  }
  footer dl.address2 dt {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-right: 10px;
  }
  footer dl.address2 dd {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    float: left;
  }
  footer p.copy {
    color: #fff;
    background: none !important
  }
}

.box {
    max-width: 1100px;
    margin: 0 auto;}

#group {
  padding: 65px 0;
  /*margin: 65px 0 0 0;
  border-top: solid 15px #f7f7f7;*/
}
#group .list__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#group .list__box .list__box__item {
  width: 24%;
  padding: 1%;
  margin: 30px 0 0 0;

}

#group .list__box .list__box__item img{
height:35px;
  } 


@media (max-width:641px) {
#group .list__box .list__box__item {
    width: 48.5%;
    margin: 15px 0 0 0;
  }
    
#group .list__box .list__box__item img{
    width:auto;
height:25px;
  }  
    
    
}
#group .list__box .list__box__item img {
  vertical-align: middle;
  max-width: 100%;
}