@charset "UTF-8";
html {
  overflow-y: scroll;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 2.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

a {
  color: #00f;
  text-decoration: none;
}

a:hover {
  color: #009;
  text-decoration: none;
}

img {
  border: 0;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.red {
  color: #f00;
}

.green p {
  font-size: 16px;
  color: #060;
  line-height: 1.4;
  text-indent: -2em;
  margin-left: 2em;
  padding: 0;
  margin: 2em 2em 0 2em;
  line-height: 1.2;
}

.green p:nth-of-type(2) {
  margin: 0 2em 1em 2em;
}

.bb {
  font-weight: bold;
}


/* ==================== */
/*      ヘッダ          */
/* ==================== */

.header {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #060;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.header_left, .header_right {
  float: left;
  width: 50%;
  height: 50px;
  overflow: hidden;
}

.header_left h1 {
  background: url('logo.gif') 10px 3px no-repeat;
  padding-left: 120px;
  padding-top: 5px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

.header_right {
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: normal;
}

.header_right a {
  padding-left: 1em;
  color: #fff;
}


/* ==================== */
/*      メイン          */
/* ==================== */

.main {
  width: 100%;
  margin-top: 50px;
}

.contents {
  width: 100%;
  background: url('back.jpg') no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 3em;
  padding-bottom: 5em;
}

.contents_1 {
  width: 100%;
  background: url('back1.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3em;
  padding-bottom: 2em;
}

.contents_a ,
.contents_b ,
.contents_c ,
.contents_f {
  width: 100%;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

.contents_a {
  background: #eef;
}

.contents_b {
  background: #efe;
}

.contents_c {
  background: #efe;
}

.contents_f {
  background: #fef;
}

.contents_table {
  width: 100%;
  background: url('back2.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 2em;
  padding-bottom: 5em;
}

.contents_caution {
  width: 100%;
  background: url('back3.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 16px;
}

.contact {
  width:100%;
  text-align:center;
}

.contact img{
width:90%;
max-width:960px;
}

.contents_caution>div.box, 
.contents_a>div.box, 
.contents_b>div.box, 
.contents_c>div.box, 
.contents_f>div.box {
  font-weight: normal;
}

.box {
  margin: 0 auto;
}

.box2 {
  margin: 180px auto 0 auto;
}

.box3 {
  margin: 0 auto;
}

.sm{
  font-size:75%;
}

.box a {
  display: block;
  width: 450px;
  padding: 0.3em;
  text-align: center;
  margin: 0 auto 1em auto;
  font-weight: bold;
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #ccc;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 1px 1px 1px #333;
}

.box a:hover {
  background: -moz-linear-gradient(top, #ffd, #eec);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eec));
  background: -webkit-linear-gradient(top, #ffd, #eec);
  background: linear-gradient(to bottom, #ffd, #eec);
}

.box p {
  padding: 0 1em 1em 1em;
}

.main h2 {
  margin: 0;
  padding: 1.5em;
  font-size: 24px;
  color: #fff;
  letter-spacing: 6px;
  text-align: center;
  background: linear-gradient(to bottom, #6d9, #090);
  background: -moz-linear-gradient(top, #6d9, #090);
  background: -webkit-gradient(linear, left top, left bottom, from(#6d9), to(#090));
  border: 1px solid #999;
}

.main h3 {
  margin: 0 0 0.5em 0;
  padding: 1px 10px;
  font-size: 22px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #cc3 51%, #cc3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, 0)), color-stop(0.51, #cc3), to(#cc3));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #cc3 51%, #cc3);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #cc3 51%, #cc3);
  color: #330;
}


ul.price {
  width: 620px;
  margin: 0 auto;
  padding: 0;
}

ul.price li {
  display: block;
  width: 300px;
  float: left;
  text-align: center;
  background: #ccc;
  border: 1px solid #999;
  margin: 0 5px;
  font-weight: bold;
}

.box2 ul {
  margin: 0;
}

.box2 li {
  color: #009;
}

.tips {
  width: 900px;
  margin: 0 auto;
}

.tips p {
  width: 870px;
  margin: 2em auto 0.5em auto;
  color: #f90;
  padding: 0 0 0.2em 0;
  border-bottom: 1px dashed #ccc;
}

.tips dl {
  width: 278px;
  display: block;
  float: left;
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 10px;
  margin: 0 10px 3em 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}

.tips dt {
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}

.tips dd {
  margin-left: 1em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

table {
  background: #fff;
  border-spacing: 0;
}

th, td {
  border: 0;
  border-bottom: 1px solid #999;
  text-align: center;
}

th {
  background: #bbb;
}

th.table_left {
  background: #ddd;
}

th.table_top {
  background: #ddf;
}


.arrow_box {
  position: relative;
  background: #ffffee;
  border: 4px solid #f90;
  margin: 50px auto 0 auto;
  width: 580px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 100px;
  color: #f00;
  line-height: 1.6;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  z-index: 1;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffee;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f90;
  border-width: 35px;
  margin-left: -35px;
}


/*************/
/*　footer 　*/
/*************/

.footer {
  background-color: #060;
  border-top: 1px solid #030;
  width: 100%;
margin:0;
  padding-top: 1em;
  bottom: 0;
  text-align: center;
  font-weight: normal;
line-height:1.6;
}

.footer p {
  padding: 0 0 1em 0;
margin:0;
  color: #ddd;
}

.footer a, .footer a:visited {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #ff0;
  text-decoration: none;
}


/* clearfix */

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

@media screen and ( max-width:599px) {
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  body {
    font-weight: normal;
    font-size: 16px;
  }
  .header_left {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 0.5em;
    height: auto;
  }
  .header_left h1 {
    background: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }
  .header_right {
    width: 100%;
    float: none;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0.5em 0;
    height: auto;
  }
  .main {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 50px;
  }
.main h2 {
  padding: 1.4em;
  font-size: 16px;
}

.main h3 {
  font-size:16px;
background:#9f9;
width:96%;
margin: 0 2% 0.5em 2%;
border:1px solid #999;
text-align:center;
}
  .box {
    width: 100%;
padding:1em 0;
  }
  .box2 {
    width: 85%;
    margin: 150px auto 0 auto;
    text-align: center;
  }
  .box2 li {
    color: #009;
    list-style-type: none;
  }
  .contact img {
    width: 90%;
  }
  ul.price {
    width: 80%;
  }
  ul.price li {
    width: 100%;
    margin-bottom: 0.3em;
  }
  .tips {
    width: 100%;
  }
  .tips p {
    width: 95%;
  }
  .tips dl {
    width: 98%;
    margin: 0 1% 1em 1%;
  }
  table {
    width: 100%;
  }
  th.table_left {
    width: 40%;
  }
  th {
    font-weight: normal;
  }
  td {
    width: 15%;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .box a {
    width: 80%;
  }
  .main h2 {
    padding: 1em;
    text-align: center;
    line-height: 1.8;
  }
.contents_caution ul{
padding-right:1em;
}
.contents_caution li{
border-bottom:1px solid #aaa;
}
.contact img{
width:98%;
}

.arrow_box {
  width: 80%;
height:auto;
}
  .footer {
    font-size: 16px;
  }
  .footer p {
font-size:14px;
  }

  .sp_x {
    display: none;
  }
  .sp2_x {
    display: none;
  }
}

@media screen and (min-width:600px) and ( max-width:970px) {
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  body {
    font-weight: normal;
    font-size: 18px;
  }
  .header {
    background: #006;
  }
  .header_left {
    width: 60%;
  }
  .header_left h1 {
    background: url('logo.gif') 10px 3px no-repeat;
    padding-left: 120px;
    padding-top: 5px;
    font-size: 16px;
  }
  .header_right {
    width: 40%;
    font-size: 18px;
    padding-top: 15px;
  }
  .main {
    margin-top: 50px;
  }
.main h3 {
width:96%;
margin: 0 2% 0.5em 2%;
}
  .box {
    width: 100%;
    margin: 0;
  }
  .box2 {
    width: 70%;
    margin: 140px auto 0 auto;
    text-align: center;
    font-weight: bold;
  }
  .box2 li {
    color: #009;
    list-style-type: none;
  }
  .contact img {
    width: 90%;
  }
  ul.price {
    width: 80%;
  }
  ul.price li {
    width: 100%;
    margin-bottom: 0.3em;
  }
  .tips {
    width: 100%;
  }
  .tips p {
    width: 95%;
  }
  .tips dl {
    width: 48%;
    margin: 0 1% 1em 1%;
  }
  table {
    width: 98%;
  margin:0 1%;
  }
  th.table_left {
    width: 34%;
  }
  th {
    font-weight: normal;
  }
  td {
    width: 22%;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .main h2 {
    padding: 1em;
    text-align: center;
    line-height: 1.8;
  }
.arrow_box {
  width: 80%;
height:auto;
}
  .footer {
    background: #006;
    font-size: 16px;
  }
  .footer p {
  }
  .sp_x {
    display: none;
  }
  .pc2_x {
    display: none;
  }
}

@media screen and (min-width:971px) {
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
  /* ==================== */
  /*      　基本　        */
  /* ==================== */
  .main {}
  a[href^="tel:"] {
    pointer-events: none;
  }
.box {
  width: 960px;
}
.box2 {
  width: 600px;
}
.box3 {
  width: 870px;
}

td {
  width: 200px;
}

th.table_left {
  width: 250px;
}
  .pc_x {
    display: none;
  }
  .pc2_x {
    display: none;
  }
}