@charset "utf-8";
/* CSS Document */

header {
  overflow: hidden;
  background-image: url("../images/bg_pattern.gif");
  background-repeat: repeat;
  height: 600px;
}
#bxslider {
  position: relative !important;
  top: 160px;
  margin: 0 auto;
}
.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
	width: 700px !important;
    display: block;
    margin: 0px auto;
}
.star {
  position: absolute;
  top: 120px;
  left: -50px;
}
.star img {
  width: 220px;
  height: auto;
}
.tatemoji {
  position: absolute;
  top: 160px;
  right: 14px;
  height: 400px;
  writing-mode: vertical-rl;
  font-size: 1.8em;
  color: #707070;
  font-weight: 600;
  line-height: 1.75;
  text-shadow: 1px 2px #FFF;
}

.tatemoji span {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-decoration: none;
  border-right: #F09898 3px solid;
  padding-right: 6px;
}

.oshirase_cont {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}
.oshirase {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  text-align: center;
  line-height: 142px;
  border: solid 1px #F09898;
}
.oshirase h3 {
  font-size: 1.7em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #F09898;
}
#news {
  width: 420px;
  margin-left: 2em;
  line-height: 1.5;
  font-size: .9em;
}

div#news div#information div {
  margin: 0 0;
  padding-bottom: 20px;
}
div#news dl dt {
  font-weight: bold;
}
div#news dt {
  color: #077FF8;
}
.map_bace {
  margin: 1em 0;
  display: flex;
  justify-content: center;
}
.map_bace {
  background: url("../images/gaikan_mapbace.jpg");
  background-size: cover;
  height: 300px;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
}
.map, .kyori {
  width: 350px;
  margin: 1em .65em;
  background-color: rgba(255,255,255,.7);
}
.kyori {
  position: relative;
}
.kyori_naiyou h4 {
  font-size: 1.5em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #F09898;
  line-height: 1.8;
  margin-top: .3em;
}
.kyori_naiyou p {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6;
  margin-top: -.3em;
}
.kyori_naiyou {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
}
.map {
position: relative;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.taberu {
  display: block;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 1.2em 0 1.5em;
  background-color: #DBF1EF;
}
.taberu_nakami {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: .5em auto 1.25em;
  background-color: #DBF1EF;
}
.taberu_moji {
  width: 59%;
}
.taberu_moji h3 {
  font-size: 2.2em;
  letter-spacing: .08em;
  color: #077FF8;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(transparent 90%, #F09898 0%);
  display: inline;
  padding: 0 2px .25em;
}
.taberu_moji p {
  margin: .5em 1em 0 0;
  font-size: 1em;
  line-height: 1.9;
}
.taberu_img {
    width: 40%;
}
.taberu_img img {
    width: 100%;
}
.taberu_button a {
display:block;
margin: 0 auto;
width: 400px; /* 横幅 */
background-color: #FB9B3C;
box-shadow: 0 4px 0 rgba(0,0,0,0.16);
border-radius: 5px;
padding:14px;
font-size: 1.4em;
font-weight: bold;
text-align: center;
text-decoration: none;
}
.taberu_button a {
  color:#FFF;
}
.taberu_button a:hover {
  background-color: #fcba79;
  color:#FFF;
  box-shadow: 0 4px 0 rgba(0,0,0,0.16);
}
.top_maru_photo_cont {
  display: flex;
  justify-content: space-between;
  max-width: 768px;
  margin: 2em 0;
}
.top_maru_photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media (max-width: 654px) {
.top_maru_photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
}
.yoyaku_shinryo {
  display: block;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 1.85em 0 .5em;
  background-color: #FBF4FA;
}
.yoyaku_shinryo_midashi {
  font-size: 1.7em;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #F09898;
}
.yoyaku_shinryo_honbun {
  margin-top: 1.5em;
  font-size: 0.85em;
  line-height: 1.75;
  text-align: center;
}
.yoyaku_shinryo img {
  width: 55%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
.yoyaku_shinryo img {
  margin-top: 1em;
  width: 500px !important;
}
}

@media only screen and (max-width: 490px) {
.yoyaku_shinryo_midashi {
  font-size: 1.25em;
}
.yoyaku_shinryo_honbun {
    font-size: .75em;
    line-height: 1.75;
    margin: 1.5em 1em 0.75em;
    text-align: left;
  }
.yoyaku_shinryo_honbun br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
header {
  height: 690px!important;
}
.star {
  position: absolute;
  top: 160px;
  left: 0px;
}
.star img {
  width: 60%;
  height: auto;
}
.tatemoji {
  position: absolute;
  top: 180px;
  right: 20px;
  height: 330px;
  font-size: 4vw;
}
#bxslider {
  max-width: 600px;
  position: relative !important;
  top: 100px;
}
.oshirase_cont {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.oshirase {
  margin: 0 auto;
}
.oshirase h3 {
  font-size: 1.7em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #F09898;
}
div#news {
  margin: 0 auto;
}
.taberu {
  margin: 0 auto;
}
.taberu_nakami {
  display: block;
  width: 99%;
  margin: .5em auto;
  background-color: #DBF1EF;
}
.taberu_moji {
  margin: 0;
  width: 100%;
  text-align: center;
}
.taberu_moji h3 {
  margin: 0 auto;
  text-align: center;
  font-size: 2.2em;
}
.taberu_moji p {
  font-size: .9em;
  text-align: left;
  width: 80%;
  margin: 1.25em auto;
}
.taberu_img {
  margin: 0 auto;
  width: 80%;
}
.taberu_button a {
  width: 80%;
}
.map_bace {
  margin: 1em 0;
  display: block;
  justify-content: center;
}
.map_bace {
  background: url("../images/gaikan_mapbace.jpg");
  background-size: cover;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
.map {
  width: 90%;
  margin: 0 auto;
  padding: 1em;
  height: 300px;
  background-color: rgba(255,255,255,.7);
}
.kyori {
  width: 90%;
  margin: 0 auto;
  padding: 1em;
  height: 250px;
  background-color: rgba(255,255,255,.7);
}
.kyori_naiyou {

}
.map {
position: static;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: static;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.yoyaku_shinryo img {
  width: 300px;
}
.mojikan_awase {
  letter-spacing: 0.05em;
}
.mojikan_awase02 {
  letter-spacing: -.01em;
}
.mojikan_awase03 {
  letter-spacing: -.03em;
}
.mojikan_awase04 {
  letter-spacing: .1em;
}
.mojikan_awase05 {
  letter-spacing: -.025em;
}
.mojikan_awase,
.mojikan_awase02,
.mojikan_awase03,
.mojikan_awase04 {
  letter-spacing: 0;
}
@media (max-width: 414px) {
header {
  height: 554px !important;
}
.footer_top{
  margin: 0 0 0 0;
}
.star {
  position: absolute;
  top: 170px;
  left: 0px;
}
.star img {
  width: 120px;
  height: auto;
}
.tatemoji {
  position: absolute;
  top: 190px;
  right: 14px;
  height: 300px;
  font-size: 1.3em;
}
div#news {
  max-width: 300px;
  margin: 0 auto;
}
#bxslider {
  top: 124px;
}
.taberu_moji h3 {
  font-size: 2em;
  letter-spacing: 0;
}
.taberu_moji p {
  width: 90%;
}
.map_bace {
  margin-bottom: 1.5em;
}
}

.top_table{
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0 3em;
}

.top_table tr{
  border-bottom: solid 2px white;
}

.top_table tr:last-child{
  border-bottom: none;
}

.top_table th{
  position: relative;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.top_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.top_table td{
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 1.25em;
}
@media (max-width: 414px) {
.top_table {
  font-size: 80%;
}
}