/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
/* Noto Sans JP -------------------------------------*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
}

/* 基本 -------------------------------------*/

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  min-width: 320px;
  height: auto;
  background: #2C31A6;
  color: #fff;
}

.wrapper {
  display: inline-block;
  max-width: 640px;
}

header img,
.content img,
footer img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a:link {
  color: #fff;
}

a:active {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

/* ヘッダ ---------------------------------*/

header {
  background: #000;
}

/* フッタ ---------------------------------*/
footer {
  background: #000;
  width: 100%;
}

footer img {
  max-width: 640px;
}

/* HOMEへ 上へ ----------------------------*/

.go-top {
  font-size: 0.8rem;
  text-align: right;
  padding: 20px 10px 20px 10px;
}

.go-home {
  font-size: 0.8rem;
  padding: 20px 20px 20px 20px;
}

@media screen and (min-width: 768px), print {

  .go-top,
  .go-home {
    font-size: 1rem;
  }

}

/* フッタ -------------------------------*/

.footer {
  background: #000;
}

/* 注意事項 ----------------------------*/

.note {
  font-size: 16px;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
  padding: 20px 10px;
}

.note p {
  padding-left: 1em;
  text-indent: -1em;
}

/* TEL ---------------------------------*/

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*----------------------------------------*/
/* index
/*----------------------------------------*/

/* 見出し -------------------------------*/

.index-h2 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  border-bottom: solid 2px #fff;
  margin: 60px 10px 40px 10px;
  padding-bottom: 5px;
}

.index-h2-s {
  font-size: 1.4rem;
}

@media screen and (min-width: 600px), print {

  .index-h2 {
    font-size: 3rem;
    margin: 100px 10px 60px 10px;
  }

  .index-h2-s {
    font-size: 2.4rem;
  }

}

/* オススメリスト --------------------------------*/

.index-list {
  position: relative;
  text-align: left;
  padding: 0 40px;
}

.index-list li::before {
  display: inline-block;
  content: '';
  background: url(img/icon_01.jpg) no-repeat;
  background-size: 100%;
  width: calc(36px / 2);
  height: calc(30px / 2);
  margin-right: 10px;
}

.index-list li:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 600px), print {

  .index-list {
    font-size: 1.6rem;
  }

  .index-list li::before {
    background: url(img/icon_01.jpg) no-repeat;
    background-size: 100%;
    width: calc(36px / 1.5);
    height: calc(30px / 1.5);
  }

}

@media screen and (min-width: 768px), print {

  .index-list {
    font-size: 2.2rem;
  }

  .index-list li::before {
    background: url(img/icon_01.jpg) no-repeat;
    background-size: 100%;
    width: calc(36px / 1);
    height: calc(30px / 1);
  }

}

/* お問い合わせボタン -----------------------------*/

.contact-btn {
  position: relative;
  background: url(img/contact_03.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: calc(100% * calc(81 / 640));
}

.contact-btn a {
  color: #2C31A6;
  font-size: 1.1rem;
  font-weight: 900;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 47%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px), print {

  .contact-btn a {
    font-size: 1.6rem;
  }

}

@media screen and (min-width: 768px), print {

  .contact-btn a {
    font-size: 2.2rem;
  }
}

/* テーブルレイアウト--------------------------------*/

.second_infotable{
	width:95%;
	margin-bottom:20px;
	border-collapse:collapse;
	margin-bottom:50px;
	line-height:130%;
	margin:0 auto;
}

.second_infotable table{
	width:100%;
}

.second_infotable th{
	padding:15px;
	background-color:#CFE2FA;
	text-align:left;
	vertical-align:top;
	border:1px solid #000000;
  color:#000000;
}

.second_infotable td{
	padding: 15px;
	width:45%;
	border:1px solid #000000;
	text-align:left;
	background-color:#FFFFFF;	
  color:#000000;
}


@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.index-add {
  margin-top: 20px;
}



/* HOME */
.text{
  padding: 15px 15px 20px 15px;
  font-size: 16px;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
}

.text1{
  padding: 10px 30px 20px 30px;
  text-align: left;
  font-size: 16px;
}

.text2{
  background-color: #ffffff;
  color: #000000;
  padding: 1em 30px 0 30px;
  text-align: left;
  font-size: 20px;
}
.text3{
  background-color: #2c31a6;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  border: #EEE 1px solid;
  border-radius: 10px;
}

@media screen and (min-width: 768px), print {
  .text2{
    font-size: 32px;
  }
  .text3{
    font-size: 22px;
  }
  
}


.note-01 p,
.note-02 p,
.note-03 p {
  padding-left: 1em;
  text-indent: -1em;
}

.note-01 {
  background: #2c31a6;
  font-size: 16px;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
  padding: 10px 10px 15px 10px;
}

.note-02 {
  background: #000000;
  font-size: 16px;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
  padding: 10px 10px 15px 10px;
}
.note-03 {
  background: #FFF;
  color: #000;
  font-size: 20px;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
  padding: 10px 15px 15px 15px;
}

.small{
  font-size: 0.7rem;
  line-height: 0.3rem;
}
a.ss_link{
  color: #2C31A6;
}

a:hover.ss_link{
  color: #0846f7;
}


h2 {
  display: inline-block;
  background-color: #2C31A6;
  width: 90%;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin: 10px 0px 10px 0px;
  padding: 20px;
}



@media screen and (min-width: 600px), print {

  h2 {
    font-size: 2rem;
    margin: 50px 10px 10px 10px;
  }


}
.bg-white{
   background-color: #FFF;
}
.bg-black{
   background-color: #000;
   padding: 20px;
}
.text3 a{
  display: block;
  text-align: center;
}

.text-yellow{
  color: #FFF100;
}
.pb20{
  padding-bottom: 20px;
}