@charset "UTF-8";
/*
$w-main: 1020px;
$w-main-in: 700px;
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500&display=swap&text=0123456789");
* {
  margin: 0px;
  padding: 0px;
  font-family: "M PLUS 1", "BIZ UDGothic", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  letter-spacing: 0.016em;
}
* #page {
  line-height: 1.5;
}
* #page main h2, * #page main h2 span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
* #page main a, * #page main li, * #page main p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  * #page main a, * #page main li, * #page main p {
    font-size: 16px;
    line-height: 1.8;
  }
}

a:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
/*table*/
table {
  width: 100%;
  margin: 30px auto 0;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #fff;
  line-height: 1.4;
}
table th {
  font-weight: bold;
  background-color: #d9d9d9;
  border: 5px solid #fff;
  padding: 10px;
  vertical-align: middle;
}
table .cl_color {
  background-color: #fdf3d0;
}
table .cl_color2 {
  background-color: #d9d9d9;
}
table td {
  font-size: 14px;
  background-color: #fdf3d0;
  padding: 10px;
  border: 5px solid #fff;
  border-color: #fff;
  text-align: center;
}
table td small {
  font-size: 13px;
  font-weight: 100;
}
table td strong {
  font-size: 15px;
  font-weight: bold;
}

/*------------------------------------------------------------
  ボタン類
------------------------------------------------------------*/
/*btn*/
.btn {
  border: 1px solid #333;
  padding: 20px;
  text-decoration: none !important;
  color: #333;
  display: block;
  width: 300px;
  height: auto;
  font-size: 14px;
  margin: 50px auto 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  box-sizing: border-box;
  background: #fff;
}
.btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .btn {
    margin: 40px auto 0;
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .btn {
    width: 90%;
  }
}

/*------------------------------------------------------------
  ボタン装飾類
------------------------------------------------------------*/
/*別窓*/
a[target=_blank]:not(.sns):after {
  display: inline-block;
  content: "";
  background: url(../img/top/blk_icon.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
  background-repeat: no-repeat;
  vertical-align: revert !important;
}

.news a[target=_blank]:not(.sns):after {
  background: url(../img/top/blk_icon2.png);
}

/*------------------------------------------------------------
　テキスト
-----------------------------------------------------------*/
#page p {
  font-size: 14px;
  line-height: 2;
}
#page em {
  font-style: normal;
}
#page .notice-list ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
  list-style: none;
}
#page .notice-list ul li:before {
  content: "※";
}

/*------------------------------------------------------------
切り替え
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .pimg {
    display: none !important;
  }
  .simg {
    display: block !important;
  }
}
@media screen and (min-width: 751px) {
  .simg {
    display: none !important;
  }
  .pimg {
    display: block !important;
  }
}
/*------------------------------------------------------------
  snsリンク
------------------------------------------------------------*/
.sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
}
@media screen and (max-width: 750px) {
  .sns-box {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media print, screen and (min-width: 751px) {
  .sns-box {
    padding: 40px 0 20px;
  }
}
.sns-box p {
  margin-right: 15px;
  color: #868fa4;
}
@media print, screen and (min-width: 751px) {
  .sns-box p {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .sns-box a:hover {
    opacity: 0.7;
  }
}
.sns-box a + a {
  margin-left: 13px;
}
@media print, screen and (min-width: 751px) {
  .sns-box a + a {
    margin-left: 15px;
  }
}
.sns-box a img {
  width: 28px;
}
@media print, screen and (min-width: 751px) {
  .sns-box a img {
    width: 34px;
  }
}

/*------------------------------------------------------------
　エラー
-----------------------------------------------------------*/
h1.error {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  h1.error {
    margin-top: 120px;
    margin-bottom: 50px;
  }
}

.btn-area.error-page {
  margin-top: 30px;
}
@media print, screen and (min-width: 751px) {
  .btn-area.error-page {
    margin-top: 50px;
  }
}

/*------------------------------------------------------------
　フォーム
-----------------------------------------------------------*/
.form-area {
  background-color: #fff;
  padding: 0;
}
@media print, screen and (min-width: 751px) {
  .form-area {
    padding: 0;
  }
}
.form-area > p {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 751px) {
  .form-area > p {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

/*------------------------------------------------------------
　cv
-----------------------------------------------------------*/
#contact.contact {
  background-color: #eee;
}
#contact.contact h2 {
  text-align: center;
  font-size: 42px;
  color: #333;
  margin-bottom: 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#contact.contact h2 .font_m {
  display: block;
  color: #909090;
  font-size: 16px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#contact.contact a[href*="tel:"]::before {
  display: none;
}
@media screen and (min-width: 751px) {
  #contact.contact a[href*="tel:"] {
    pointer-events: none;
  }
}
#contact.contact a {
  text-align: center;
  border: 1px solid #333;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px !important;
  margin-bottom: 30px;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
#contact.contact a:last-child {
  margin-bottom: 0;
}
#contact.contact a::before {
  content: "";
  background: url(../img/top/mail_icon.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

/*------------------------------------------------------------
見出し・レイアウト　
-----------------------------------------------------------*/
section h2 {
  text-align: center;
  font-size: 42px;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  section h2 {
    font-size: 35px;
  }
}
section h2 .font_m {
  display: block;
  color: #909090;
  font-size: 16px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  section h2 .font_m {
    font-size: 14px;
  }
}
section div:first-child {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media (max-width: 1024px) {
  section div:first-child {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  section div:first-child {
    padding: 3rem 0;
  }
}

.top-area h2 {
  text-align: center;
  font-size: 42px !important;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .top-area h2 {
    font-size: 35px !important;
  }
}
.top-area h2 .font_m {
  display: block;
  color: #909090;
  font-size: 16px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .top-area h2 .font_m {
    font-size: 14px;
  }
}

/*サービスボタン*/
.sv_btn div:first-child {
  padding-top: 0;
}
.sv_btn div ul li {
  width: 65%;
  margin: 0 auto;
  list-style: none;
}
.sv_btn div ul li:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .sv_btn div ul li {
    width: 70%;
  }
}
.sv_btn div ul li a {
  display: flex;
  padding: 10px;
  border: 1px solid #909090;
  text-decoration: none;
}
.sv_btn div ul li a p {
  display: block;
  font-size: 16px !important;
  padding: 60px 0 60px 30px;
}
@media screen and (max-width: 768px) {
  .sv_btn div ul li a p {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 660px) {
  .sv_btn div ul li a p {
    font-size: 11px !important;
  }
}
.sv_btn div ul li a p strong {
  margin-right: 10px;
  margin-bottom: 20px;
}
.sv_btn div ul li a p strong:first-child {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .sv_btn div ul li a p strong:first-child {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .sv_btn div ul li a p strong {
    margin-right: 5px;
  }
}
.sv_btn div ul li a img {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .sv_btn div ul li a {
    padding: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .sv_btn div ul {
    display: flex;
  }
  .sv_btn div ul li {
    width: calc(50% - 0.5rem);
  }
  .sv_btn div ul li a {
    display: block;
  }
  .sv_btn div ul li a p {
    padding: 5px 0 5px;
  }
  .sv_btn div ul li a img {
    max-width: 640px;
  }
}
@media screen and (max-width: 660px) {
  .sv_btn div ul .eng {
    font-size: 9px;
  }
}

/*アンカーリンク*/
:target {
  scroll-margin-top: 105px;
}
@media screen and (max-width: 750px) {
  :target {
    scroll-margin-top: 135px;
  }
}

.ccm-toolbar-visible :target {
  scroll-margin-top: 153px;
}
@media screen and (max-width: 750px) {
  .ccm-toolbar-visible :target {
    scroll-margin-top: 183px;
  }
}

/*------------------------------------------------------------
　area
-----------------------------------------------------------*/
body.area .article-unit__inner {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 750px) {
  body.area .article-unit__inner {
    margin-bottom: 5rem !important;
  }
}
body.area a {
  word-break: break-all;
}
body.area h3 {
  border-left: 3px solid #808080;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
body.area .odakyu-group img {
  display: block;
  max-width: 386px;
  width: 100%;
  height: auto;
  margin: 30px auto;
}
@media screen and (max-width: 750px) {
  body.area .odakyu-group img {
    margin: 20px auto;
  }
}
body.area .area-note img {
  display: block;
  max-width: 660px;
  width: 100%;
  height: auto;
  margin: 30px auto;
}
@media screen and (max-width: 750px) {
  body.area .area-note img {
    margin: 20px auto;
  }
}
body.area .mainimg {
  margin-top: 40px;
}
body.area .mainimg img {
  max-width: 100%;
  width: 100%;
}

/*フォントサイズ*/
@media screen and (min-width: 751px) {
  .article-unit__inner h1 {
    font-size: 2.9rem;
  }
  .article-unit__inner h2 {
    font-size: 2.6rem;
  }
  .article-unit__inner h3 {
    font-size: 1.5rem;
  }
  .article-unit__inner h4 {
    font-size: 1.3rem;
  }
  .article-unit__inner h5 {
    font-size: 1.2rem;
  }
  .article-unit__inner h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .article-unit__inner h1 {
    font-size: 9vw;
  }
  .article-unit__inner h2 {
    font-size: 8.5vw;
  }
  .article-unit__inner h3 {
    font-size: 6vw;
  }
  .article-unit__inner h4 {
    font-size: 5vw;
  }
  .article-unit__inner h5 {
    font-size: 5.5vw;
  }
  .article-unit__inner h6 {
    font-size: 5.8vw;
  }
}
.article-unit__inner small {
  font-size: 12px;
}

.default-area * + * {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .default-area * + * {
    margin-top: 20px;
  }
}
.default-area p + p {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .default-area p + p {
    margin-top: 10px;
  }
}
.default-area > div:not([class]) {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 751px) {
  .default-area > div:not([class]) {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.default-area > div:not([class]):before {
  content: "※";
}
.default-area li {
  line-height: 1.5;
}
.default-area li + li {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .default-area li + li {
    margin-top: 9px;
  }
}
.default-area .plain li {
  padding-left: 0;
}
.default-area .plain li::before {
  display: none;
}
@media screen and (max-width: 750px) {
  .default-area ul {
    margin-left: 2px;
  }
}
.default-area ul li {
  position: relative;
  padding-left: 18px;
  list-style: none;
}
.default-area ul li sup {
  font-size: 10px;
  vertical-align: top;
}
.default-area ul li sub {
  font-size: 10px;
  vertical-align: bottom;
}
.default-area ul li b, .default-area ul li strong {
  font-weight: bold;
}
.default-area ul li em {
  font-weight: bold;
  font-style: normal;
}
@media print, screen and (min-width: 751px) {
  .default-area ul li {
    padding-left: 23px;
  }
}
.default-area ul li:before {
  position: absolute;
  top: 0.64em;
  left: 0;
  content: "";
  width: 16px;
  height: 3px;
  background-color: #909090;
}
.default-area ul li ol li {
  padding-left: 0;
}
.default-area ul li ol li:before {
  content: none;
}
.default-area ul li ol, .default-area ul li ul {
  margin-top: 10px;
}
.default-area ul li a {
  text-decoration: underline;
}
.default-area ol {
  padding-left: 1.1em;
  list-style-position: outside;
  margin-left: 0;
}
.default-area ol li {
  list-style-type: decimal;
}
.default-area ol li ul li {
  list-style-type: none;
}
.default-area ol li ul, .default-area ol li ol {
  margin-top: 10px;
}
.default-area ol li sup {
  font-size: 10px;
  vertical-align: top;
}
.default-area ol li sub {
  font-size: 10px;
  vertical-align: bottom;
}
.default-area p b, .default-area p strong {
  font-weight: bold;
}
.default-area p em {
  font-weight: bold;
}
.default-area p sup {
  font-size: 10px;
  vertical-align: top;
}
.default-area p sub {
  font-size: 10px;
  vertical-align: bottom;
}
.default-area p a:not(.btn), .default-area p a:not(.link) {
  font-weight: 500;
  text-decoration: underline;
}
@media print, screen and (min-width: 751px) {
  .default-area p a:not(.btn)[href^="tel:"], .default-area p a:not(.link)[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
.default-area a[target=_blank]:after {
  display: inline-block;
  content: "";
  background: url(../img/top/blk_icon2.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 7px;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
.default-area table {
  width: 100%;
  margin-top: 32px !important;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .default-area table {
    margin-top: 24px !important;
    font-size: 1.3rem;
  }
}
.default-area table caption {
  padding: 0 0 20px 0;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.default-area table th, .default-area table td {
  border: 5px solid #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  padding: 10px 14px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .default-area table th, .default-area table td {
    padding: 4px 6px;
    border-width: 1px;
  }
}
.default-area table th a, .default-area table td a {
  text-decoration: underline;
}
.default-area table th {
  text-align: center;
  font-weight: bold;
  background-color: #ededed;
}
@media print, screen and (min-width: 751px) {
  .default-area table th {
    text-align: center;
  }
}
.default-area table td {
  word-break: normal;
}
@media screen and (max-width: 750px) {
  .default-area table td p b, .default-area table td p strong {
    font-size: 1.3rem;
  }
}
.default-area table tr {
  background: none;
}
.default-area table thead th {
  background-color: #666;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .default-area .col {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 751px) {
  .default-area .col2, .default-area .col3-1, .default-area .col3-2, .default-area .col4 {
    margin-top: 0;
  }
}
.default-area * + h3:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .default-area * + h3:first-of-type {
    margin-top: 30px;
  }
}
.default-area .btn_back {
  background-color: #eee;
}
.default-area .img-link > a {
  display: flex;
  flex-flow: column;
  height: 100%;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 750px) {
  .default-area .img-link > a {
    position: relative;
  }
  .default-area .img-link > a::after {
    content: "\e900";
    font-family: "tok";
    font-size: 0.7em;
    color: #344369;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .default-area .img-link.flex a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .default-area .img-link.flex a .img-link__img {
    width: 36%;
  }
  .default-area .img-link.flex a .img-link__txt {
    width: 65%;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 751px) {
  .default-area .img-link__img > div {
    margin-top: 0 !important;
  }
}
.default-area .img-link__txt {
  margin-top: 0;
  padding: 26px 16px;
}
@media screen and (max-width: 750px) {
  .default-area .img-link__txt {
    padding: 17px 15px;
  }
}
.default-area .img-link__txt h3 {
  padding: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: #344369;
}
.default-area .img-link__txt h3::before {
  content: none;
}
@media screen and (max-width: 750px) {
  .default-area .img-link__txt h3 {
    font-size: 1.5rem;
  }
}
.default-area .img-link__txt h3 + p {
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .default-area .img-link__txt h3 + p {
    margin-top: 8px;
  }
}
.default-area .img-link__txt a {
  text-decoration: underline;
}
.default-area b, .default-area strong, .default-area em {
  font-weight: bold;
  font-style: normal;
}/*# sourceMappingURL=common.css.map */