@charset "utf-8";
/* CSS Document */

/*celeb.cssから流用*/
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
/* h1, */
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/*celeb.cssから流用おわり*/
/*mod_main*/
.mod_main {
  margin-top: 1.1rem;
}
.mod_main {
  overflow: hidden;
}
main {
  display: block;
}
section{
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.inner-k {
    width: 1210px;
padding: 60px 0 100px;
margin: 0 auto;

}

.pc_block{
  display: block;
}
.sp_block{
  display: none;
}
.pc_inline{
  display: inline;
}
.sp_inline{
  display: none;
}
.area-wrap a:hover {
  color: red;
}
.area-wrap a {
  color: blue;
}
/* ======================================
contentのcss
=========================================*/

/*見出しline*/
.line {
  height: 1px;
  position: relative;
  width: 100%;
  background: #000;
}
.line::before {
  border-radius: 50%;
  background: #000;
  content: "";
  height: 0.06rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
}
.line::after {
  border-radius: 50%;
  background: #000;
  content: "";
  height: 0.06rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
}
h2{  font-weight: 700;
}
h2.midashi{
  /*
  font-size: 0.36rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0.25rem 0 0.28rem;
  padding: 0;
  text-align: center;*/

  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  font-weight: 700;

}

/* ======================================
area
=========================================*/
.area {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.area-title{
  text-align: center;
  margin-top: 50px;
}
.area-title h2{
  font-size: 36px;
}
.area_map_img {
  text-align: center;
  width: 48%;
}

.area_map_img img {
  width: 100%;
  height: auto;
}

.area_contents {
  width: 48%;
  padding: 1% 1%;
}

.postscript p{
  font-size: 12px;
  text-align: left;
}
.postscript{

  margin-top: 20px;
}
ul.area_list{

}
ul.area_list li{
    margin: 0 0 0 0;

    line-height: 1;
  cursor: pointer;
  border-bottom: #484848 dashed 1px;
  position: relative;

}
ul.area_list li a{
text-decoration: underline;
display: block;
  padding: 12px;
}
ul.area_list li a:after{
position: absolute;
content: ">";
color: blue;
  right: 3%;
}
ul.area_list li.region {
 /* background: rgba(35, 179, 180, 0.3);*/
}

ul.area_list li.city {
  padding-left: 1em;
  margin-left: 0em;

}

/*content are*/
.contentsArea .mod_w1210 {
  position: relative;
  z-index: 2;
}
  .contentsArea .title {
    letter-spacing: 0.15em;
    text-align: center;
  }
   .contentsArea .subtitle {
    font-size: 0.4rem;
    text-align: center;
  }
/* ======================================
sp Layout
=======================================*/


/* レスポンシブ対応 tab */
@media (max-width: 768px) {


.pc_block{
  display: none;
}
.sp_block{
  display: block;

}
.pc_inline{
  display: none;
}
.sp_inline{
  display: inline;
}


/*料金リスト*/

.inner-k {
    width: 100%;
padding: 30px 20px 50px;
margin: 0 auto;
box-sizing: border-box;}


.area {
  display: block;
  margin-top: 30px;
}

.area_map_img {
  width: 100%;
}

.area_contents {
  width: 100%;
  padding: 1% 1%;
}
/*contentarea*/
    .contentsArea .title {
    font-size: 0.13rem;
    padding-left: 0.3rem;
  }
}


