@charset "UTF-8";
/* --HTML-- */
html {
  font-size: 62.5%;
}

/* --BODY-- */
body {
  font-size: 1.4rem;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1160px;
  -webkit-text-size-adjust: 100%;
  color: #666;
 overflow-x: hidden;
}
@media only screen and (max-width: 640px) {
  body {
    font-family: sans-serif;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  img {
    width: 100%;
  }
}

/* --OTHER TAGS-- */
*,
*:after,
*:before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #191919;
  outline: none;
}

/* responsive display */
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

/*-----------------------------------------
  00:style
------------------------------------------*/
/*-----margin-----*/
.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb230 {
  margin-bottom: 230px;
}

.mr0 {
  margin-right: 0px !important;
}

/*---padding---*/
.pt10 {
  padding-top: 10px;
}

/*-----float-----*/
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.cl_both {
  clear: both;
}

/*-----font-----*/
.fw_b {
  font-weight: bold;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.f_min {
  font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

/*-----clearfix-----*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

/*-----------------------------------------
  01:common
------------------------------------------*/
.wysiwyg {
  line-height: 1.4;
}

.wysiwyg img {
  height: auto;
  max-width: 100%;
}

.wysiwyg strong {
  font-weight: bolder;
}

.wysiwyg em {
  font-family: "ＭＳ ゴシック", sans-serif;
  font-style: italic;
}

.wysiwyg img {
  height: auto!important;
  max-width: 100%;
}

.wysiwyg h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.wysiwyg h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

.wysiwyg h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

.wysiwyg h4 {
  font-size: 1.12em 0;
}

.wysiwyg h5 {
  font-size: .83em;
  margin: 1.5em 0;
}

.wysiwyg h6 {
  font-size: .75em;
  margin: 1.67em 0;
}

/*-----------------------------------------
  02:header
------------------------------------------*/
.l-header {
  height: 140px;
  font-size: 1.2rem;
  color: #191919;
}
@media only screen and (max-width: 640px) {
  .l-header {
    height: auto;
    position: relative;
  }
}

.h_logo {
  float: left;
  padding: 10px 43px 0 0;
}
@media only screen and (max-width: 640px) {
  .h_logo {
    float: none;
    width: 50%;
    padding: 0;
  }
}

.h_contact {
  float: right;
  padding-top: 30px;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 500;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .h_contact {
    float: none;
    padding: 0;
  }
}

.h_tel {
  font-size: 2.2rem;
  letter-spacing: .17em;
  background-image: url("../images/common/h_tel.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 35px;
}
@media only screen and (max-width: 640px) {
  .h_tel {
    background-size: 15px 9px;
    padding: 0;
  }
}

.h_time {
  text-align: right;
  letter-spacing: .15em;
  line-height: 1.5;
  margin: 6px 0 11px;
}
@media only screen and (max-width: 640px) {
  .h_time {
    text-align: left;
    margin: 0;
  }
}

.h_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90px;
  float: right;
}
@media only screen and (max-width: 640px) {
  .h_sns {
    width: 30%;
    float: none;
  }
}

.h_menu {
  width: 10vw;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
}

.pageTitle {
  background-image: url("../images/common/bg_pagetitle.jpg");
  background-repeat: repeat-x;
  background-position: 50% 0;
  line-height: 100px;
  text-align: center;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: .5em;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 3rem;
}
@media only screen and (max-width: 640px) {
  .pageTitle {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------
  03:global_nav
------------------------------------------*/
.global_nav_pc ul {
  float: left;
  padding-top: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .global_nav_pc ul {
    display: none;
  }
}

.global_nav_sp {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
	 overflow: scroll;
}

/*-----------------------------------------
  05:footer
------------------------------------------*/
.l-footer {
  background-color: #181919;
  color: #4c92b4;
  text-align: center;
  font-size: 1.2rem;
  padding: 48px 0 40px;
  letter-spacing: .2em;
}


	.lv-02{
		padding-left: 2em;
	}

@media only screen and (max-width: 640px) {
  .l-footer {
        padding: 3.13vw 3.13vw 24%;
  }
}

.f_contact {
  padding: 13px 0 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;  font-weight: 500;
  font-weight: 500;
  line-height: 2.1;
}

.f_sns {
  display: inline-block;
	margin-bottom: 30px;
}
.f_sns li {
  display: inline-block;
  margin: 10px;
}

.f_navi {
  overflow: hidden;
  text-align: left;
  width: 995px;
  margin: 55px auto;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .f_navi {
    width: 100%;
  }
}
.f_navi a {
  color: #fff;
}

.f_navi_home {
  float: left;
  padding-left:100px;
  width: 300px;
  margin-right: 90px;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .f_navi_home {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.f_navi_home a {
  display: block;
  margin-bottom: 20px;
}
.f_navi_home a:before {
  content: '■';
}

.f_navi_link {
  float: left;
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .f_navi_link {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.f_navi_link li {
  line-height: 2;
}
/*.f_navi_link li a:before {
  content: '>';
}
.f_navi_link li.f_nav_case:before {
  content: 'L ';
  padding-left: 2em;
}*/

.f_copy {
	color:#4c92b4 !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;  font-weight: 500;
  font-size: 1rem;
}

.pagetop {
  background-color: #eaedf2;
  line-height: 60px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;  font-weight: 500 !important;
  font-weight: 500;
	margin-top: 120px;
}
.pagetop a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;  font-weight: 500 !important;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 25px;
  color: #191919;
display: block;
}

.pagetop span{
background-image: url(../images/common/ico_arrow01.png);
background-repeat: no-repeat;
background-position: 11.5em .3em;
padding-right: 2em;
padding-left: 2em;
}


/*-----------------------------------------
  05:content
------------------------------------------*/
.l-content {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media only screen and (max-width: 640px) {
  .l-content {
    width: 94%;
    padding-bottom: 30px;
    display: block;
  }
}

.l-main {
  width: 730px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 640px) {
  .l-main {
    width: 100%;
  }
}
.l-main p {
  line-height: 2;
}

.breadcrumb {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #999;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child):after {
  content: '　>　';
}
.breadcrumb a {
  text-decoration: underline;
  color: #999;
}
.breadcrumb a:hover {
  text-decoration: none;
}

/* side bar */
.l-side {
  width: 260px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #191919;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 500;
  letter-spacing: .2em;
}
@media only screen and (max-width: 640px) {
  .l-side {
    display: none;
  }
}
.l-side > a {
  display: block;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.l-side > a.s_blog {
  margin-bottom: 10px;
}
.l-side > a img {
  margin-bottom: 1em;
}
.l-side .s_link {
  font-size: 1.3rem;
  text-align: right;
  display: block;
  letter-spacing: .3em;
}
.l-side .s_link:before {
  content: '>';
}

.s_contact {
  border-top: 1px solid #ccc;
}
.s_contact li {
  border-bottom: 1px solid #ccc;
  padding: 30px;
}

.s_tel {
  font-size: 2.4rem;
  text-align: center;
  padding: 25px 0;
  letter-spacing: .08em;
}
.s_tel span {
  font-size: 1.2rem;
  letter-spacing: .07em;
}

.s_seminar {
  font-size: 1.3rem;
  color: #707070;
  margin: -1em 0 40px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

.s_event {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 20px 28px 28px;
  position: relative;
}
.s_event:before {
  content: url("../images/common/s_txt_event.png");
  position: absolute;
  top: -23px;
  left: 8px;
  z-index: 100;
}
.s_event img {
  margin-bottom: 1em;
}

.s_menu {
  margin: 40px 0;
  border-top: 1px dotted;
}
.s_menu li {
  border-bottom: 1px dotted;
  padding: 28px 0 28px 40px;
}

/*-----------------------------------------
  サイト内共通 パーツ・モジュール
------------------------------------------*/
/* headings
------------------------------- */
.sectionTitle {
  margin-bottom: 35px;
  background-image: url("../images/common/bg_section_title.jpg");
  background-repeat: no-repeat;
  text-align: center;
  line-height: 50px;
/*  font-family: "游明朝", YuMincho, serif;*/
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: .5em;
  color: #191919;
}
@media only screen and (max-width: 640px) {
  .sectionTitle {
    font-size: 2rem;
    letter-spacing: .2em;
  }
}

.sectionTitle02 {
  font-size: 3rem;
  border-bottom: 4px solid #e8ecea;
  margin-bottom: 35px;
  padding: 0 0 5px 10px;
  color: #000;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 500;
  letter-spacing: .2em;
}

.sectionTitle03 {
  font-size: 2.4rem;
  border-bottom: 1px dotted;
  margin: 60px 0 20px;
  padding-bottom: 15px;
  color: #000;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 500;
}

/* icon
------------------------------- */
/* .listIco {
  li {
    background-image: url("../images/common/ico01.png");
    background-repeat: no-repeat;
    font-size: 1.8rem;
    padding: 5px 0 15px 50px;
    line-height: 1.33;
  }
} */
/* iframe object */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* inner container */
.l-container {
  margin: 0 auto;
  width: 1060px;
}
@media only screen and (max-width: 640px) {
  .l-container {
    width: 94%;
  }
}

/* text
------------------------------- */
.txtSerif {
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 500;
  color: #000;
	line-height: 1.6;
}

.txtContact01 {
  font-size: 2.6rem;
  line-height: 2.3;
  margin: 50px 0 35px;
	text-align: center;
  padding: 30px 0 30px 0px;
}
@media only screen and (max-width: 640px) {
  .txtContact01 {
    padding: 30px 0 30px 30%;
    background-position: 0 50%;
    background-size: 25%;
    font-size: 1.5rem;
  }
}

/* btn
------------------------------- */
/* list
------------------------------- */
.listArrow > li {
  display: inline-block;
  margin-right: 1em;
}
.listArrow > li:before {
  content: '> ';
}

.listDef > li {
  position: relative;
  padding-left: 10px;
}
.listDef > li:before {
  position: absolute;
  left: 0;
  top: 45%;
  background: #000;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  content: "";
}

/* flex list */
.flexList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media only screen and (max-width: 640px) {
  .flexList > li {
    width: 48%;
    margin-bottom: 3.33vw;
  }
}

/* boxs
------------------------------- */
/* flex display with image */
.l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .l-flex {
    display: block;
  }
}
.l-flex .fig {
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .l-flex .fig {
    padding-left: 0;
  }
}

.l-flex-l .fig {
  padding-left: 0;
  padding-right: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 640px) {
  .l-flex-l .fig {
    padding: 0;
  }
}
.l-flex-l .txt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* tel */
.tel {
  background-image: url("../images/common/bg_tel.jpg");
  padding: 40px 28px 26px 34px;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 500;
  color: #000;
  display: table;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .tel {
    padding: 3.13vw;
  }
}
.tel dd {
  display: table-cell;
}
@media only screen and (max-width: 640px) {
  .tel dd {
  display: block;
    width: 263px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tel__txt {
  font-size: 1.8rem;
  letter-spacing: .2em;
  display: table-cell;
  vertical-align: middle;
  width: 263px;
}
@media only screen and (max-width: 640px) {
  .tel__txt {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.tel__num {
  display: inline-block;
  font-size: 3.6rem;
  background-image: url("../images/common/bg_tel.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 55px;
  letter-spacing: .08em;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .tel__num {
    display: block;
  }
}

.tel__time {
    letter-spacing: .1em;
    display: block;
    font-size: 1.2rem;
}

/*-----------------------------------------
  フォーム共通
------------------------------------------*/
.contactTab {
  border-bottom: 1px solid #ccc;
}
.contactTab:after {
  content: "";
  display: block;
  clear: both;
}
.contactTab li {
  font-size: 1.8rem;
  line-height: 60px;
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: 1px #fff solid;
  width: 260px;
  bottom: -1px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .contactTab li {
    width: 50%;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2;
  }
}
.contactTab li.off {
  border-bottom: 1px #ccc solid;
  background-color: #ecefee;
}
.contactTab li:last-child {
  margin-left: -1px;
}
.contactTab li a {
  display: block;
}

.contactPanel {
  border: solid #ccc;
  border-width: 0 1px 1px;
  padding: 45px 35px;
}
@media only screen and (max-width: 640px) {
  .contactPanel {
    padding: 3.13vw;
  }
}

form p {
  color: #181919;
}

form table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
form table span {
  font-size: 1.3rem;
}
form table li {
  display: inline-block;
  margin: 0 3em 1em 0;
}
form table .error {
  margin-top: .5em;
}
@media only screen and (max-width: 640px) {
  form tr {
    display: block;
  }
}
form th,
form td {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  form th,
  form td {
    display: list-item;
    list-style-type: none;
    padding: 10px 0;
  }
}
form th {
  font-size: 1.4rem;
  text-align: left;
  white-space: nowrap;
  padding-right: 1em;
  color: #191919;
  font-weight: 500;
font-weight: bold;


}
@media only screen and (max-width: 640px) {
  form th {
    border-bottom: none;

  }
}
form td {
  font-size: 1.3rem;
  color: #000;
}
form input{
	margin-bottom: 8px;
}

form input[type="checkbox"],
form input[type="radio"] {
  margin: 0 .3em 0 0;
  vertical-align: middle;
}
form input[type="text"] {
  height: 30px;
	margin-bottom: 8px;
}
form input[type="text"],
form input[type="email"],form textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 3px;
}

.btnContact {
  display: inline-block;
}
.btnContact li {
  display: inline-block;
  margin: 0 10px;
}

/* 詳細ページのフォーム
------------------------------- */
.entry__form {
  background-color: #ebefed;
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  .entry__form {
    padding: 3.13vw;
  }
}
.entry__form h3 {
  font-size: 2.4rem;
  letter-spacing: .08em;
  text-align: center;
}
.entry__form p {
  color: #333;
  margin-top: 10px;
}

/*-----------------------------------------
  システムページ共通
------------------------------------------*/
/* 写真付き一覧ページ共通
------------------------------- */
.entryList__item {
  width: 350px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 2.5em;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .entryList__item {
width: 100%;

  }

.entryList__item:nth-child(2n){
margin-right: 0;
}

}

.entryList_img {
  overflow: hidden;
  margin-bottom: 14px;
}
.entryList_img img {
  width: 100%;
}

.entryList__customer {
  letter-spacing: .2em;
}

.entryList__title {
  letter-spacing: .2em;
  line-height: 1.5;
}

.entryList__more {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .3em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.entryList__more:after {
  content: ' >';
}

/* 写真なし一覧ページ共通
------------------------------- */
.articleList__item {
  padding: 25px 35px;
  border-bottom: 1px dotted;
  color: #000;
  line-height: 1.3;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 700;
  letter-spacing: .2em;
}
@media only screen and (max-width: 640px) {
  .articleList__item {
    padding: 10px;
  }
}

.articleList__title a:hover {
  text-decoration: underline;
}

.entry__time {
  font-size: 1.6rem;
  color: #777;
}

/* 記事ページ共通
------------------------------- */
.entry--wrap {
  margin: 0 35px;
}
@media only screen and (max-width: 640px) {
  .entry--wrap {
    margin: 0;
  }
}

.entry__header {
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 700;
  color: #000;
  letter-spacing: .2em;
  margin-bottom: 30px;
}

.entry__customer {
  font-size: 1.6rem;
}

.entry__title {
  font-size: 2.8rem;
  line-height: 1.5;
}

.entry__img {
  text-align: center;
  margin-bottom: 30px;
}

/* gallery */
.entry__gallery {
  font-size: 1.2rem;
  margin: 50px 35px 0;
}
@media only screen and (max-width: 640px) {
  .entry__gallery {
    margin: 30px 0 0;
  }
}
.entry__gallery dt {
  margin-bottom: 30px;
  text-align: center;
}
.entry__gallery ul {
  margin-left: -18px;
  font-size: 0;
}
@media only screen and (max-width: 640px) {
  .entry__gallery ul {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.entry__gallery li {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 25px 18px;
}
@media only screen and (max-width: 640px) {
  .entry__gallery li {
    width: 48%;
    margin-left: 0;
  }
}
.entry__gallery li img {
  width: 100%;
}
.entry__gallery li figcaption {
  text-align: center;
  margin-top: .5em;
  font-size: 1.4rem;
  line-height: 1.2;
}

/* event, openhouse */
.entry__info {
  background-color: #f1f5f3;
  padding: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .entry__info {
    padding: 3.13vw;
  }
}
.entry__info dl {
  overflow: hidden;
  padding: 1em 0;
  color: #333;
  font-size: 1.6rem;
}
.entry__info dl + dl {
  border-top: 1px dotted;
}
.entry__info dt {
  float: left;
  width: 5em;
  font-weight: bold;
}
.entry__info dd {
  float: left;
}
.entry__info .entry__title {
  font-size: 2.4rem;
  letter-spacing: .2em;
  border-bottom: 2px solid;
  padding-bottom: 15px;
}

/* pager */
.pager {
  border-bottom: 1px solid #bfc1c0;
  padding-bottom: 1em;
  margin: 40px 0;
}
.pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager a {
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, serif;
  font-weight: 500;
  padding: .5em 0;
  color: #000;
  letter-spacing: .4em;
}

.pager--02 {
  border-top: 4px solid #ebefed;
  border-bottom: none;
  padding-top: 1em;
}

.pager__item--01:before {
  content: '< ';
  color: #000;
}

.pager__item--02:after,
.pager__item--03:after {
  content: ' >';
  color: #000;
}

.pager__item--02:not(:first-child) a:before {
  content: ' ｜ ';
}

.pager__item--03 {
  margin-left: auto;
}


.sp-header { display: none !important; }

/*追加コード*/
@media only screen and (max-width: 640px) {
  .sp-header { display: flex !important; }
  .sp-header .sp-logo { width: 52.5%; position: relative; z-index: 10000; }
  .sp-header .Box-02 { position: fixed; bottom: 0;left: 0; z-index: 1000; background-color: #fff;}
  .sp-header .Box-01 .Box-l { width: 50%; }
  .sp-header .Box-01 .Box-r { width: 50%; }
  #slider-sp { margin-top: -4%; }
  #sliderInner-sp { overflow-x: hidden; }
  #sp-global_nav { background-color: #fff; }
  .f_navi li a { display: block; padding-top: 3%; padding-bottom: 3%; border-bottom: 1px solid #303030; }
  .f_navi .f_navi_link li.f_nav_case:before { content: ''; padding-left: 0em !important; }
  .f_navi .lv-02 { padding-left: 2em; }
  .f_navi_home p { color: #908e86; }
  .f_navi { margin-top: 10%; }
  .f_copy { font-family: "游明朝", YuMincho, serif; font-weight: 500; font-size: 1.2rem; line-height: 1.5; }
  #sp-global_nav { padding-top: 5%; background-color: #181919; text-align: left; }
  #sp-global_nav li a { display: block; padding-top: 4%; padding-bottom: 3%; border-bottom: 1px solid #303030; color: #fff; padding-left: 8%; padding-right: 8%; }
  .lv-02 { padding-left: 2em; }
  #sp-closebtn { display: block; padding-top: 3%; padding-bottom: 3%; border-bottom: 1px solid #303030; }
  .closebtn { color: #fff; padding: 3%; border: 2px solid #fff !important; width: 60%; text-align: center; margin-left: auto; margin-right: auto; margin-top: 5%; margin-bottom: 20%; }

.entryList__customer {
padding-left: .5em;
	padding-right: .5em;
	text-align: left;
}
	.entryList__title{
	text-align: left;
		padding-left: .5em;
	padding-right: .5em;
	}

}





/*@ sourceMappingURL=style.css.map */
