@charset "utf-8";
html {
  font-size: 62.5%;
	overflow-x: hidden;
}
body {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #FFFBE5;
  color: #4d5156;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
  font-weight: bold;
}
a {
  color: #2960E2;
  text-decoration: underline;
  transition: .5s;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: .5s;
}
a:hover img {
  opacity: .7;
}
sup, sub {
  line-height: 1;
  font-size: 1.0rem;
}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
.container {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
}
.mt0 {margin-top: 0;}
.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.fs_xxsmall {font-size: 70%;}
.fs_xsmall {font-size: 80%;}
.fs_small {font-size: 85%;}
.fs_large {font-size: 110%;}
.fs_xlarge {font-size: 120%;}
.fs_xxlarge {font-size: 140%;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.txt_left {text-align: left;}
.em {font-weight: bold;}
.normal {font-weight: normal;}
.red {color: #f00;}
.underline {text-decoration: underline;}
img {
  width: auto;
  max-width: 100%;
}

a {
  color: #2960E2;          
}

.header_img {
  width: 100%;
  max-width: 1366px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.main_title {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
h1 {
  font-size: 5.625em;
  line-height: 1.2;
  letter-spacing: 1.2rem;
}

.top_sub,
.top_small {
  color: #FF6633;
  line-height: 1.6;
}
.top_sub {
  font-size: 50px;
  letter-spacing: .8rem;
}
.top_small {
  font-size: 40px;
  letter-spacing: .6rem;
}
.logo {
  max-width: 390px;
  margin: 50px auto 0;
}
.date {
  font-size: 70px;
  text-align: center;
  color: #FF3333;
  margin-top: 50px;
  position: relative;
}
.date::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 10px;
  border-bottom: dotted;
  border-color: #4d5156;
  border-width: 8px;
  transform: rotate(60deg);
  top: 46px;
  left: 64px;
}
.date::after{
  position: absolute;
  content: "";
  width: 100px;
  height: 10px;
  border-bottom: dotted;
  border-color: #4d5156;
  border-width: 8px;
  transform: rotate(-60deg);
  top: 46px;
  right: 64px;
}
.orange {
  margin-top: 100px;
  padding: 60px 0;
  background: #fc9a42;
  position: relative;
}
.ora_tx_1,
.ora_tx_2 {
  text-align: center;
  color: #fff;
}
.ora_tx_1 {
  font-size: 28px;
}
.ora_tx_2 {
  font-size: 34px;
}
.orange::after {
  content: "";
  width: 100px;
  border-top: 100px #fc9a42 solid;
  border-left: 80px transparent solid;
  border-right: 80px transparent solid;
  border-bottom: 100px transparent solid;
  position: absolute;
  bottom: -180px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.read_box {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.dotted {
  font-size: 28px;
  border-bottom: #a8e264 dotted 4px;
  padding: 0 40px;
  margin: 160px auto 10px;
  display: inline-block;
}
.child .dotted {
  border-bottom: #ffc5da dotted 4px;
}
.center_img {
  width: 100%;
  max-width: 370px;
  margin: 50px auto 0;
}
.tel {
  background: #ffb8b8;
  color: #fff;
  margin: 80px auto 0;
  border-radius: 20px;
  font-size: 48px;
  text-align: center;
  padding: 5px 20px;
  max-width: 670px;
}
.phone > a {
  display: none;
}
.schedule {
  margin-top: 120px;
  padding: 80px 0;
  background: #fff;
}
.open {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
table {
  border-collapse:  collapse;
  margin: 0 auto;
  text-align: center;
}
caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 6px;
}
th, td {
  border: 2px solid #4d5156;
  padding: 8px 28px;
}
th {
  background: #ffe67b;
}


.access-map{
    background: #fff;
    padding: 10px 10px 80px
}
.map-img{
    text-align: center;
}
.map-img img{
    width: auto;
    height: auto;
    max-width: 100%;
}

/*-----------------------------------------------
  Responsive Style for Smartphone
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pc {display: none;}
  
  .phone {
    position: relative;
    display: inline-block;
    text-decoration: underline;
  }
  .phone > a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .phone > a:visited {
    color: #B40288;
  }
  h1 {
    font-size: 38px;
    letter-spacing: .8rem;
  }
  .top_small {
    font-size: 16px;
  }
  .top_sub {
    font-size: 20px;
  }
  .top_sub, .top_small {
    letter-spacing: normal;
  }
  .main_title {
    top: 44%;
  }
  .logo {
    margin: 30px auto 0;
    padding: 0 50px;
  }
  .date {
    font-size: 26px;
    margin-top: 30px;
  }
  .date::before {
    width: 40px;
    height: 10px;
    border-width: 4px;
    top: 16px;
    left: 6px;
  }
  .date::after {
    width: 40px;
    height: 10px;
    border-width: 4px;
    top: 16px;
    right: 6px;
  }
  .orange {
    margin-top: 60px;
    padding: 20px 10px;
  }
  .ora_tx_1 {
    font-size: 16px;
  }
  .ora_tx_2 {
    font-size: 20px;
  }
  .orange::after {
    width: 40px;
    border-top: 40px #fc9a42 solid;
    border-left: 30px transparent solid;
    border-right: 30px transparent solid;
    border-bottom: 40px transparent solid;
    bottom: -78px;
  }
  .read_box {
    display: block;
  }
  .pearent .dotted {
    margin-top: 70px;
  }
  .dotted {
    margin-top: 50px;
    font-size: 20px;
  }
  .center_img {
    margin-top: 80px;
  }
  .tel {
    margin-top: 30px;
    font-size: 28px;
    border-radius: 8px;
  }
  .schedule {
    margin-top: 100px;
    padding: 50px 0 40px;
  }
  .open {
    font-size: 20px;
  }
  table {
    width: 100%;
  }
  th, td {
    padding: 3px 8px;
/*    font-size: 12px;*/
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .date::before {
    left: 10px;
  }
  .date::after {
    right: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .date {
    font-size: 48px;
  }
  .date::before {
    left: 60px;
    top: 30px;
    width: 60px;
  }
  .date::after {
    right: 60px;
    top: 30px;
    width: 60px;
  }
  h1 {
    font-size: 60px;
  }
  .top_sub {
    font-size: 40px;
  }
  .top_small {
    font-size: 32px;
  }
  
}


@media screen and (min-width: 420px) and (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  .top_sub {
    font-size: 30px;
  }
  .top_small {
    font-size: 26px;
  }
  
}

/*-----------------------------------------------
  Responsive Style for Tablet & PC
-----------------------------------------------*/
@media screen and (min-width: 769px) {
	.sp {display: none;}  
}
