﻿@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Oswald");

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #252525;
  font-weight: 400;
  font-size: 1em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}
ol,
ul,
li {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a img {
  border: none;
}

@-o-viewport {
  width: 320px;
  zoom: 1;
}

/* link
----------------------------------------------- */

a {
  color: #6696be;
  text-decoration: underline;
}

a:hover {
  color: #95b3cd;
}

/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.clear {
  clear: both;
}

/* form-style
----------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 3px solid rgba(51, 51, 51, 0.1);
  border-radius: 1px;
  color: #444;
  font-size: 1em;
  margin-bottom: 1em;
  max-width: 92%;
  padding: 2% 3%;
  transition: background-color 0.24s ease-in-out 0s;
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f8f8f8;
}

/* input[type="submit"], */
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
  max-width: 80%;
  padding: 1em 5em;
  background: #333;
  border: 2px solid #333;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out 0s;
}
/* input[type="submit"]:hover, */
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #fff;
  color: #333;
}

form table span.required {
  font-size: 10px;
  color: #d00;
  margin-left: 5px;
}

/* typography
----------------------------------------------- */
h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em 0 1em;
  text-align: center;
  color: #777;
  position: relative;
}
h2.en {
  font-size: 2em;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
#contents h2 {
  line-height: 1.5;
  padding-bottom: 0.3em;
}
#contents h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  content: "";
  width: 100px;
  margin-left: -50px;
  height: 3px;
  background-color: #dadada;
}
h3 {
  font-size: 1.3em;
  line-height: 1.5;
  margin: 2em 0 1em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  margin: 1.5em 0 1.5em 0;
}

h5 {
  font-size: 1.1em;
  margin: 1.5em 0 1.5em 0;
}

p {
  margin-bottom: 1.5em;
  word-break: break-all;
}
li {
  text-align: left;
  margin-bottom: 1em;
}

/* text-style
----------------------------------------------- */
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}

.color-red {
  color: #dd0000;
}
.color-salmon {
  color: #f96060;
}
.color-lime {
  color: #007c36;
}
.color-green {
  color: #6baa07;
}

.font_s {
  font-size: smaller;
}
.font12 {
  font-size: 12px;
}
.font10 {
  font-size: 10px;
}

.inlineb {
  display: inline-block;
}

/* btn-style
----------------------------------------------- */
.submit {
  text-align: center !important;
  margin: 2em 0 4em;
}

/* btn-base */
.txt-btn {
  display: inline-block;
  max-width: 90%;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  padding: 0 1em 0;
  margin: 0 0.5em 2em;
}
.txt-btn::before,
.txt-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* btn-style */
.txt-btn {
  background-color: #014099;
  border: 1px solid #fff;
  color: #fff;
  line-height: 50px;
}
.txt-btn:hover {
  background-color: #fff;
  border-color: #014099;
  color: #014099;
}

/* image-style
----------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

#contents img {
  margin: 5px 0;
}
#contents img.alignright,
#contents img.alignleft {
  float: none;
  margin: 0 auto 15px;
  display: block;
}
#contents img.center {
  display: block;
  margin: 1em auto;
}
img.shadow {
  -moz-box-shadow: 0 10px 20px rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0 10px 20px rgba(51, 51, 51, 0.4);
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.4);
}

/* table-style
----------------------------------------------- */
.table01 {
  width: 100%;
  margin-bottom: 2em;
}
.table01 th,
.table01 td {
  text-align: left;
  border: 1px solid #dadada;
  font-weight: normal;
  padding: 1em;
  vertical-align: top;
}
.table01 .indent {
  margin: 0;
  padding-left: 1rem;
  text-indent: -1rem;
}
.table01 th {
  background: #eee;
  text-align: center;
  vertical-align: middle;
}

/* other-style
----------------------------------------------- */
.MT0 {
  margin-top: 0px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}

.PT0 {
  padding-top: 0px !important;
}
.PT10 {
  padding-top: 10px !important;
}
.PT20 {
  padding-top: 20px !important;
}
.PT30 {
  padding-top: 30px !important;
}
.PB0 {
  padding-bottom: 0px !important;
}
.PB10 {
  padding-bottom: 10px !important;
}
.PB20 {
  padding-bottom: 20px !important;
}
.PB30 {
  padding-bottom: 30px !important;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mrl50 {
  margin-right: 50px;
  margin-left: 50px;
}

.ML0 {
  margin-left: 0px !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML50 {
  margin-left: 50px !important;
}
.MR0 {
  margin-right: 0px !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
  text-align: center;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframebox {
  text-align: center;
}
.iframebox iframe {
  max-width: 100%;
}

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

Page-style Set

----------------------------------------------------------------*/
ul.bnrlist {
  overflow: hidden;
  text-align: center;
}
ul.bnrlist li {
  display: inline-block;
  text-align: center;
  margin: 0 0 0.5em;
}

/* toppage
----------------------------------------------- */
#estate {
  width: 100%;
  max-width: 100%;
  padding: 3em 0 0;
  margin: 2em auto 0;
  background: url(../images/common/bg_stripe.png) repeat left top,
    url(../images/pers_bg_sp.jpg) no-repeat center top;
  background-size: auto, cover;
}
#estate h2 {
  margin: 0 auto 0.5em;
}
/* subpage
----------------------------------------------- */
#philosophyimg {
  position: relative;
  line-height: 1.2;
}
#philosophyimg .img {
  text-align: center;
  margin-bottom: 2em;
}
#philosophyimg #ph01,
#philosophyimg #ph02,
#philosophyimg #ph03,
#philosophyimg #ph04 {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #ccc;
}
#philosophytxt {
  width: 100%;
  max-width: 100%;
  padding: 3em 0 0;
  background: url(../images/contents/img_philosophybg.jpg) no-repeat 65% top;
  background-size: 150%;
}

#page-estate {
  width: 100%;
  max-width: 100%;
  padding: 2em 0 0;
  margin: 0 auto 0;
  background: url(../images/common/bg_stripe.png) repeat left top,
    url(../images/pers_bg_sp.jpg) no-repeat center top;
  background-size: auto, contain;
}
#page-estate .heading {
  text-align: left;
  font-size: 1.1em;
  color: #014099;
  font-weight: bold;
}
/* common
----------------------------------------------- */
#ggbnrs {
  width: 100%;
  max-width: 100%;
  background: #eee;
  padding: 3.5em 0 2em;
}
#ggbnrs .inner {
  width: 92%;
  margin: 0 auto;
}
/*161025*/
.table_top {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: left;
}
#yokohama .en,
#ashikaga .en,
#utsunomiya .en,
#kamihoshikawa .en {
  margin-top: 0;
  padding-top: 3rem;
}
.text_center {
  text-align: center;
}
.poricy_list {
  margin-bottom: 2rem;
}
.poricy_list li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  padding-left: 0.5rem;
  list-style-type: decimal;
}
.poricy_subheading {
  font-size: 1.4rem;
  color: #003366;
}

/* ～768px メディアクエリ開始 */
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

/* 768px～ メディアクエリ開始 */
@media screen and (min-width: 768px) {
  /* typography
----------------------------------------------- */
  h2 {
    font-size: 2.5em;
    margin: 2em 0 1.25em;
  }
  h2.en {
    font-size: 3em;
  }
  h3 {
    font-size: 1.8em;
  }

  /* btn-style
----------------------------------------------- */
  .submit {
    margin: 3em 0 4em;
  }
  /* btn-base */
  .txt-btn {
    min-width: 320px;
    line-height: 54px;
    margin: 0 1em 1em;
  }

  /* page-style
----------------------------------------------- */
  #business p {
    margin-bottom: 4em;
  }
  #estate {
    width: 100%;
    max-width: 100%;
    height: 400px;
    padding: 70px 0 60px;
    margin: 100px auto 0;
    background: url(../images/common/bg_stripe.png) repeat left top,
      url(../images/pers_bg.jpg) no-repeat center top;
    background-size: auto, cover;
  }
  #estate h2 {
    margin: 0 auto 1em;
  }

  #philosophytxt {
    padding: 1em 0 3em;
    background: url(../images/contents/img_philosophybg.jpg) no-repeat 80% top;
    background-size: cover;
  }
  #philosophytxt h3,
  #philosophytxt p {
    width: 60%;
  }

  #page-estate {
    padding: 3em 0 1em;
    background: url(../images/common/bg_stripe.png) repeat left top,
      url(../images/pers_bg.jpg) no-repeat 95% top;
    background-size: auto, contain;
  }

  #page-estate .heading {
    text-align: center;
    font-size: 2em;
  }
}
/* 1024px～ メディアクエリ開始 */
@media screen and (min-width: 1024px) {
  /* typography
----------------------------------------------- */
  .pc_center {
    text-align: center;
  }

  /* image-align shadow
----------------------------------------------------------- */
  #contents img {
    margin: 0;
  }
  #contents img.alignleft {
    float: left;
    margin: 0 15px 10px 0;
  }
  #contents img.alignright {
    float: right;
    margin: 0 0 10px 15px;
  }
  #contents img.center {
    margin: 12px auto;
  }

  /* page-style
----------------------------------------------- */
  ul.bnrlist {
    text-align: center;
    overflow: hidden;
  }
  ul.bnrlist li {
    display: inline-block;
    margin: 0 10px 1.75em;
  }
  ul.bnrlist.LR15 li {
    margin: 0 15px 2em;
  }
  ul.bnrlist.LR20 li {
    margin: 0 20px 2em;
  }
  /* subpage
----------------------------------------------- */
  #philosophyimg {
    position: relative;
    font-size: 0.9em;
    line-height: 1.5;
  }
  #philosophyimg #ph01,
  #philosophyimg #ph02,
  #philosophyimg #ph03,
  #philosophyimg #ph04 {
    position: absolute;
    border-bottom: none;
  }

  #philosophyimg #ph01 {
    top: 105px;
    left: 6%;
  }
  #philosophyimg #ph02 {
    top: 20px;
    left: 69%;
  }
  #philosophyimg #ph03 {
    top: 390px;
    left: 6%;
  }
  #philosophyimg #ph04 {
    top: 340px;
    left: 74%;
  }

  #philosophyimg #ph01 li,
  #philosophyimg #ph03 li {
    text-align: right;
  }
} /* 1024px～ メディアクエリ終了 */
