﻿@charset "utf-8";


.base { position: relative; }

.copy02 {
  font-size: 16px;
  line-height: 200%;
}
.copy03 {
  font-size: 16px;
  line-height: 220%;
  text-align: center;
}

#contents.sub { padding: 40px 0 160px 0; }

/* =============================== mainimg =============================== */

#mainimg { position: relative; }
#mainimg .base::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: url(../img/submain_on.png) no-repeat bottom;
  background-size: 100%;
}
#mainimg .base img { width: 100%; }
#mainimg h2 {
	position:absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  text-align: center;
  background: url(../img/sub_mainline.png) no-repeat center bottom;
  color: #fff;
  font-size: 36px;
  margin-top: -10px;
  padding-bottom: 20px;
}
#mainimg h2 span {
  display: block;
}


/* =============================== bread =============================== */

#bread {
  width: 980px;
  margin: 30px auto 40px;
}
#bread ol {
  list-style: none;
  letter-spacing: -.4em;
}
#bread li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 10px;
  line-height: 120%;
  font-size: 12px;
}
#bread li#home {
  padding-left: 20px;
  background: url(../img/icon_home.png) no-repeat left center;
}
#bread li a {
  font-size: 12px;
  line-height: 120%;
  background: url(../img/icon_arrow_03.png) no-repeat right center;
  padding-right: 15px;
  color: #38A1C9;
}

/* =============================== common =============================== */

.list01 li {
  width: 460px;
  vertical-align: top;
  margin-bottom: 60px;
}
.list01 li:nth-child(2n+1){
  margin-right: 60px;
}
.list01 li:nth-last-child(-n+2){
  margin-bottom: 30px;
}
.list01 .photo img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.list01 li .ttl {
  font-size: 24px;
  padding: 20px 0 12px;
  border-bottom: 1px solid #38A1C9;
  margin-bottom: 15px;
}
.list01 li p {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  font-size: 14px;
  line-height: 180%;
}

.caution {
  color: #E5131F;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
  
.list02 li {
  width: 306px;
  vertical-align: top;
  margin-bottom: 50px;
  margin-right: 31px;
}
.list02 li:nth-child(3n){
  margin-right: 0;
}
.list02 li:nth-last-child(-n+3){
  margin-bottom: 20px;
}
.list02 .photo img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.list02 li .ttl {
  font-size: 20px;
  padding: 20px 0 5px;
  letter-spacing: -.01em;
}
.list02 li .ttl.ontag {
  padding-top: 5px;
}
.list02 li p {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  font-size: 14px;
}


.list03 li {
  margin-bottom: 50px;
  display: table;
  width: 100%;
}
.list03 li > div { display: table-cell; vertical-align: top; }
.list03 .photo { width: 350px; padding-right: 40px; }
.list03 .txt {}

.list03 .photo img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.list03 li p {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  font-size: 14px;
}

.box01 .f_l { width: 500px; }
.box01 .f_r { width: 440px; }

.tbl01 {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #9BD0E4;
  background: #fff;
}
.tbl01 th {
  background: rgba(56,161,201,.15);
  color: #137EAB;
  text-align: left;
  font-size: 16px;
  padding: 20px 30px;
  border-bottom: 1px solid #9BD0E4;
  font-weight: bold;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
.tbl01 td {
  padding: 20px 30px;
  border-bottom: 1px solid #9BD0E4;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}

.tbl02 {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #9BD0E4;
  background: #fff;
}
.tbl02 th {
  background: rgba(56,161,201,.15);
  color: #137EAB;
  text-align: left;
  font-size: 16px;
  padding: 20px 30px;
  border-bottom: 1px solid #9BD0E4;
  font-weight: bold;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  width: 215px;
}
.tbl02 td {
  padding: 20px 30px;
  border-bottom: 1px solid #9BD0E4;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}

.tbl03 {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #9BD0E4;
  background: #fff;
}
.tbl03 th {
  background: rgba(56,161,201,.15);
  color: #137EAB;
  text-align: left;
  font-size: 16px;
  padding: 30px 30px;
  border-bottom: 1px solid #9BD0E4;
  font-weight: bold;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  width: 280px;
  vertical-align: top;
  position: relative;
}
.tbl03 th .required {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #E5151F;
  padding: 5px 6px;
  line-height: 1;
  font-weight: bold;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  float: right;
}
.tbl03 td {
  padding: 25px 30px;
  border-bottom: 1px solid #9BD0E4;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
  font-size: 16px;
}

.border_box01 {
  border: 2px solid #38A1C9;
  outline: 1px solid #38A1C9; /* 線幅、線のスタイル、カラー */
  outline-offset: -5px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
  padding: 5px;
  background: #fff;
  box-sizing: border-box;
}

/* =============================== policy =============================== */

#policy { padding-top: 30px; }
#policy .copy02 { margin-bottom: 50px; }
#policy dt {
  font-size: 20px;
  margin-bottom: 10px;
}
#policy dd {
  margin-bottom: 40px;
}
#policy dd p ,
#policy dd p strong ,
#policy dd p a ,
#policy dd li {
  line-height: 180%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
#policy dd p strong { font-weight: bold; font-size: 15px; }
#policy dd p a { color: #38A1C9; }
#policy dd ul {
  margin-left: 15px;
}
#policy dd li { padding-left: 20px; text-indent: -20px; }
#policy dd li::before {
  content: "●";
  color: #389FC9;
  font-size: 10px;
  margin-right: 10px;
}


/* =============================== tree =============================== */

#tree .copy03 { margin-bottom: 60px; }

/* =============================== stone =============================== */

#stone .copy03 { margin-bottom: 60px; }

/* =============================== family =============================== */

#family .copy03 { margin-bottom: 60px; }
#family .family_box {
  border: 2px solid #38A1C9;
  background: #fff;
}
#family .family_box p {
  text-align: center;
  margin: 2px;
  border: 1px solid #38A1C9;
  display: block;
  padding: 30px 0;
  font-size: 16px;
  line-height: 180%;
  pointer-events: none;
}
#family .family_box p a {
  font-size: 20px;
  color: #389FC9;
  text-decoration: none;
}
  

/* =============================== news =============================== */

#news_list .inbox { margin-bottom: 70px; }
#news_list .f_l { width: 700px; }
#news_list .f_r { width: 220px; }

#news_list .listbox a { text-decoration: none; }
#news_list .listbox li {
  display: table;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(56,161,201,.5);
}
#news_list .listbox .thumb ,
#news_list .listbox .txt { display: table-cell; }
#news_list .listbox .thumb {
  width: 100px;
}
#news_list .listbox .txt {
  padding: 10px 25px 0 20px;
}

#news_list .listbox .date {
  color: #38A1C9;
  font-size: 14px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#news_list .listbox .tag {
  background: #B8A666;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 5px 0;
  width: 80px;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#news_list .listbox p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 160%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}

#news_list .sidebox li {
  border-bottom: 1px solid #38A1C9;
}
#news_list .sidebox li a{
  display: block;
  text-decoration: none;
  padding: 10px;
}
#news_list .sidebox .ttl {
  display: block;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #38A1C9;
  position: relative;
}
#news_list .sidebox .archive li a{
  padding: 10px 10px 10px 30px;
}


#news_list .pagenavi { text-align: center; }

/* pagenavi */
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 10px;
	margin: 2px;
  display: inline-block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #38A1C9;
  color: #fff;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .nextpostslink {
  background: url(../img/icon_arrow_04.png) no-repeat right 6px center;
  padding-right: 24px;
}
.wp-pagenavi .nextpostslink:hover {
  background: url(../img/icon_arrow_04w.png) no-repeat right 6px center #38A1C9;
}



#news_detail .inbox { margin-bottom: 70px; }
#news_detail .f_l { width: 700px; }
#news_detail .f_r { width: 220px; }

#news_detail .mainbox .ttl_b {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#news_detail .mainbox .ttl_b .date {
  color: #38A1C9;
  font-size: 14px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#news_detail .mainbox .ttl_b .tag {
  background: #B8A666;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 5px 15px;
  text-align: center;
  font-size: 12px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#news_detail .mainbox .btn01 {
  margin-top: 50px;
}
#news_detail .mainbox .btn01 a {
  background: #137EAB;
}
#news_detail .mainbox .btn01 a:hover {
  background: #fff;
}
#news_detail .sidebox li {
  border-bottom: 1px solid #38A1C9;
}
#news_detail .sidebox li a{
  display: block;
  text-decoration: none;
  padding: 10px;
}
#news_detail .sidebox .ttl {
  display: block;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #38A1C9;
  position: relative;
}
#news_detail .sidebox .archive li a{
  padding: 10px 10px 10px 30px;
}

#news_list .sidebox .archive_ttl ,
#news_detail .sidebox .archive_ttl {
  cursor: pointer;
}
#news_list .sidebox .archive_ttl::after ,
#news_detail .sidebox .archive_ttl::after {
  content: "＋";
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
  color: #38A1C9;
}  
#news_list .sidebox .archive_ttl.active::after ,
#news_detail .sidebox .archive_ttl.active::after {
  content: "－";
}


/* calendar */
.linklist {
  width:  100%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.linklist a {
  display: block;
  width: 330px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #137EAB;
  background: #137EAB;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: .3s;
}
.linklist a:hover {
  background: #fff;
  color: #137EAB;
  transition: .3s;
}
/* =============================== sitemap =============================== */

#sitemap li {
  vertical-align: top;
  width: 460px;
  border-bottom: 1px solid rgba(56,161,201,.5);
}
#sitemap li:nth-child(2n) { margin-right: 60px; }
#sitemap li.w100p { width:100%; margin-right: 0;}
#sitemap li a {
  display: block;
  font-size: 18px;
  padding: 30px 20px 30px 36px;
  background: url(../img/icon_arrow_01.png) no-repeat left center;
  text-decoration: none;
}
#sitemap li .no_list {
  padding-left: 25px;
  margin-top: -20px;
  margin-bottom: 20px;
}
#sitemap li .no_list li {
  border: none;
  margin-bottom: 5px;
}
#sitemap li .no_list li a {
  background: none;
  padding: 0 0 0 0;
  font-size:  14px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}

/* =============================== shopping =============================== */

#shopping .copy03 { margin-bottom: 60px; }

/* =============================== location =============================== */

#location .copy03 { margin-bottom: 60px; }
#location .line01 { margin: 70px 0;}

#location .ttl06 { padding-top: 20px; }
#location .box01 { margin-bottom: 80px; }
#location .box01 .photo p { margin-top: 5px; }
#location .box01 .photo img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;  
}
#location .box01 .photo.double {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}
#location .box01 p {
  font-size: 14px;
  line-height: 180%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}

#location .btn01 a {
  width: 100%;
}

/* =============================== relaxation =============================== */

#relaxation .box01 { margin-bottom: 80px; }
#relaxation .box01 .photo p { margin-top: 5px; }
#relaxation .box01 .photo img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;  
}
#relaxation .box01 .photo.double {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
}
#relaxation .box01 .f_r > p {
  font-size: 14px;
  line-height: 180%;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}

#relaxation .border_box01 {
  padding: 35px 20px;
  text-align: center;
}
#relaxation .border_box01 p {
  font-size: 24px;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#relaxation .border_box01 p small {
  font-size: 18px;
  display: block;
}
#relaxation .border_box01 p small:nth-of-type(n+2) {
  margin-top: 10px;
}

#relaxation .border_box01 p span {
  font-size: 24px;
  color: #137EAB;
}
#relaxation .btnlist li {
  margin-bottom: 20px;
}
#relaxation .btn01 a {
  width: 100%;
}


/* =============================== restaurant =============================== */

#restaurant01 { margin-bottom: 70px; }
#restaurant01 .photo {
  margin-bottom: 30px;
}
#restaurant01 .photo img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;  
}
#restaurant01 .detail {
  justify-content: space-between;
}
#restaurant01 .closed {
  padding: 20px 25px;
  border: 1px dashed #38A1C9;
  background: #fff;
  text-align: center;
  margin-top: 20px;
}
#restaurant01 .closed p {
  font-size: 16px;
}
#restaurant01 .detail .d_box {
  width: 470px;
  margin-left: auto;
  margin-right: auto;
}
#restaurant01 .detail .d_box h4 {
  color: #fff;
  background: #38A1C9;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; 
  margin-bottom: 20px;
}
#restaurant01 .detail .d_box li::before {
  content: "●";
  color: #38A1C9;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: middle;
}
#restaurant01 .detail .d_box li {
  font-size: 18px;
  margin-bottom: 15px;
}
#restaurant01 .detail .d_box li span {  
  font-size: 14px;
  line-height: 1;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#restaurant02 .lunch { margin-bottom: 110px; }
#restaurant02 .btn01 { margin-top: 30px; }
#restaurant02 .list02 .tag {
  margin-top: 15px;
  display:  inline-block;
  padding: 8px 15px;
  background: #AA964F;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}

#restaurant01 .border_box01 {
  padding: 35px 0;
  text-align: center;
}
#restaurant01 .border_box01 p {
  font-size: 24px;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#restaurant01 .border_box01 p a {
  color: #38A1C9;
  font-size: 38px;
  padding-top: 4px;
  line-height: 1;
  text-decoration: none;
  pointer-events: none;
}


/* =============================== faq =============================== */

#faq .copy03 { margin-bottom: 50px; }
#faq #pagenav { text-align: center; margin-bottom: 75px; }
#faq #pagenav li {
  width: 220px;
  text-align: center;
}
#faq #pagenav li:nth-last-of-type(n+2) { margin-right: 30px; }
#faq #pagenav li a {
  display: block;
  color: #fff;
  background: #137EAB;
  text-decoration: none;
  border: 1px solid #137EAB;
  font-size: 20px;
  padding: 14px 0;
  font-weight: normal;
  line-height: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  transition: .3s;
}
#faq #pagenav li a:hover {
  background: #fff;
  color: #137EAB;
  transition: .3s;
}
#faq dl { margin-bottom: 50px; }
#faq dt{
  padding-top: 30px;
  font-size: 20px;
  margin-bottom: 28px;
}
#faq dt::before {
  content: "Q";
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #38A1C9;
  border: 2px solid #38A1C9;
  font-weight: normal;
  margin-right: 10px;
}
#faq dd {
  padding: 6px 0 30px 47px;
  border-bottom: 1px solid #9ACCDD;
  position: relative;
}
#faq dd:last-of-type { border-bottom: none; }
#faq dd p {
  font-size: 14px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#faq dd p a { color: #137EAB; }
#faq dd::before {
  content: "A";
  font-size: 20px;
  color: #38A1C9;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 5px 8px 5px 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
  border: 2px solid #38A1C9;
  font-weight: normal;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
	font-family: 游明朝,"Yu Mincho",YuMincho,serif;
}

#faq .line { margin-bottom: 85px;}

/* =============================== point =============================== */

#point .border_box01 {
  width: 100%;
  margin-bottom: 50px;
  padding: 15px 0;
  text-align: center;
}
#point .f_l {
  width: 320px;
  text-align: center;
  padding-right: 40px;
}
#point .f_l p { font-size: 20px; margin-top: 10px; }
#point .f_r { width: 620px; }
#point .f_r li {
  line-height: 180%;
  font-size: 16px;
  padding-left: 18px;
  text-indent: -18px;
  margin-bottom: 10px;
}
#point .f_r li::before {
  content: "●";
  font-size: 8px;
  color: #38A0C9;
  margin-right: 10px;
}
#point .bigger { font-size: 40px; line-height: 155%; }
#point .line { margin: 60px 0 75px; } 

#point .tbl01 li {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
  line-height: 200%;
  padding-left: 18px;
  text-indent: -18px;
}
#point .tbl01 li::before {
  content: "●";
  font-size: 8px;
  color: #38A0C9;
  margin-right: 10px;
}

/* =============================== hot_springs =============================== */


#hot_springs #main .copy {
  font-size: 28px;
  line-height: 150%;
  text-align: left;
  margin-bottom: 30px;
}
#hot_springs #main .onimg {
  position: absolute;
  bottom: -260px;
  left: inherit;
  right: 50px;
}
#hot_springs #main p {
  width: 770px;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
  line-height: 180%;
}

#hot_springs #natural .copy { margin-bottom: 60px; }
#hot_springs #natural li { vertical-align: top; }
#hot_springs #natural li:nth-last-of-type(n+2) { margin-right: 70px; }

#hot_springs #natural li a {
  display: block;
  text-decoration: none;
}
#hot_springs #natural .photo {
  position: relative;
  margin-bottom: 50px;
}
#hot_springs #natural .onimg {
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: -35px;
}
#hot_springs #natural li h4 {
  font-size: 24px;
  color: #000;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
#hot_springs #natural li h4 strong {
  font-size: 36px;
  color: #38A0C9;
}
#hot_springs #natural .btn01 a {
  width: 210px;
  font-size: 14px;
}


#hot_springs .line_01 { margin: 40px 0 80px; } 
#hot_springs .line_02 { margin: 60px 0 75px; } 

#hot_springs .tbl01 li {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
  line-height: 200%;
  padding-left: 18px;
  text-indent: -18px;
}
#hot_springs .tbl01 li::before {
  content: "●";
  font-size: 8px;
  color: #38A0C9;
  margin-right: 10px;
}
/* =============================== facility =============================== */

#facility .copy03 { margin-bottom: 20px; }
#facility .list03 .ttl06 {
  padding-left: 36px;
  position: relative;
  margin-bottom: 25px;
}
#facility .list03 .ttl06.no_pl {
  padding-left: 0;
}
#facility .list03 .num {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  padding: 4px 9px 3px 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #38A1C9;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 14px;
}
#facility .list03 .num.two {
  padding: 4px 4px 3px 4px;
}
#facility .list03 p {
  line-height: 170%;
  margin-bottom: 20px;
}
#facility .list03 .btn01 a {
  margin: 0;
}

#facility .about li {
  position: relative;
  width: 306px;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 30px;
  margin-right: 31px;
  margin-bottom: 30px;
  vertical-align: top;
}
#facility .about li:nth-child(3n) { margin-right: 0; }
#facility .about li:nth-last-of-type(n+2) {
  border: 2px solid #38A1C9;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background: url(../../img/facility/bg_01.png) no-repeat center top #E1F1F7;
  background-size: 100%;
}
#facility .about li p ,
#facility .about li small {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
  text-align: left;
  line-height: 170%;
}
#facility .about li small { font-size: 12px; }

#facility .about li:nth-child(1)::after ,
#facility .about li:nth-child(2)::after ,
#facility .about li:nth-child(4)::after {
  display: block;
  width: 10px;
  height: 18px;
  content: "";
  background: url(../img/icon_arrow_05.png) no-repeat center;
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  right: -22px;
}

#facility .about .num {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  width:  20px;
  color: #fff;
  line-height: 1;
  padding: 5px 5px 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #38A1C9;
  margin-right: 5px;
  vertical-align: middle;
  margin: 0 auto;
}
#facility .about li .ttl {
  font-size: 22px;
  text-align: center;
  padding: 15px 0 35px;
}
#facility .about li:nth-child(6) {
  padding: 10px;
}
#facility .about li:nth-child(6) h5 {
  font-size: 20px;
  padding: 15px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #38A1C9;
  text-align: left;
}
#facility .about li:nth-child(6) p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
#facility .about li:nth-child(6) p::before {
  content: "■";
  color: #38A0C9;
  font-size: 10px;
  margin-right: 4px;
}


#facility #f_time {
  padding: 80px 0 90px;
  text-align: center;
}
#facility #f_time p {
  font-size: 32px;
}
#facility #f_time p span {
  display: block;
  font-size: 18px;
}

#facility .tbl01 small ,
#facility .tbl01 span ,
#facility .tbl01 p {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#facility .tbl01 small { color: #137EAB; font-size: 14px; }
#facility .tbl01 td p {
  text-indent: -1em;
  padding-left: 1em;
}

/* =============================== contact =============================== */

#contact .copy03 { margin-bottom: 60px; }
#contact #contact_tel { margin-bottom: 100px; }
#contact #contact_tel .border_box01 { padding: 35px 0 30px; }
#contact #contact_tel .border_box01 p {
  text-align: center;
  pointer-events: none;
  font-weight: bold;
}
#contact #contact_tel .border_box01 p a {
  color: #38A1C9;
  font-size: 38px;
  padding-top: 4px;
  line-height: 1;
  text-decoration: none;
}
#contact #contact_tel .border_box01 p a small {
  color: #38A1C9;
  font-size: 18px;
}
#contact #contact_tel .border_box01 p span {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
}

#contact #contact_mail td span ,
.mw_wp_form .error {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#contact #contact_mail .policy {
  border: 1px solid #ccc;
  width: 940px;
  padding: 20px;
  height: 180px;
  overflow-y: scroll;
  background: #fff;
}
#contact #contact_mail .policy p ,
#contact #contact_mail .policy p strong ,
#contact #contact_mail .policy dt ,
#contact #contact_mail .policy dd ,
#contact #contact_mail .policy li {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
}
#contact #contact_mail .policy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#contact #contact_mail .policy dd {
  margin-bottom: 10px;
}
#contact #contact_mail .policy p strong {
  font-weight: bold;
}
#contact #contact_mail .policy ul {
  margin-left: 1em;
}
#contact #contact_mail .policy li::before {
  content:"●";
}
#contact #contact_mail .policy li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  line-height: 150%;
}
  
#contact #contact_mail .agree { margin: 15px 0 50px; }
#contact #contact_mail .agree label span {
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; 
  font-size: 16px;
}

.btn_submit input ,
.mw_wp_form_input .btn input ,
.mw_wp_form_confirm .btn input ,
#backbtn input {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #137EAB;
  background: url(../img/icon_arrow_01w.png) no-repeat right 30px center #137EAB;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: .3s;
}
#backbtn input {
  width: 260px;
  margin-bottom: 15px;
  border: 1px solid #666;
  background: url(../img/icon_arrow_06w.png) no-repeat left 30px center #666;
}
.btn_submit input:hover ,
.mw_wp_form_input .btn input:hover ,
.mw_wp_form_confirm .btn input:hover {
  background: url(../img/icon_arrow_01.png) no-repeat right 30px center #fff;
  color: #137EAB;
  transition: .3s;
}
#backbtn input:hover {
  background: url(../img/icon_arrow_06.png) no-repeat left 30px center #fff;
  color: #666;
  transition: .3s;
}
.mw_wp_form_confirm td span ,
.mw_wp_form_confirm .policy ,
.mw_wp_form_confirm .agree { display: none; }

/* =============================== edit =============================== */

.thumb_img { margin-bottom: 20px; }
.thumb_img img {
  width: 100%;
  height: auto;
}
.editarea ,
.editarea p {
  font-size:14px; 
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}

.editarea p a ,
.editarea p s ,
.editarea p u ,
.editarea s ,
.editarea u { font-size:14px; font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; }
.editarea a ,
.editarea p a { color:#38A1C9 !important; }
.editarea p span ,
.editarea a span ,
.editarea s span ,
.editarea u span ,
.editarea strong ,
.editarea strong span ,
.editarea em ,
.editarea em span{ color: inherit; font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; }
.editarea p.cautiontxt { text-indent:-1em; padding-left:1em; }
.editarea em { font-style:italic; font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif; }
.editarea h1 {
  font-size:2em;
  float:none;
  line-height:160%;
  margin-bottom:0.6em;
}
.editarea h2 {
  font-size:1.833em;
  line-height:160%;
  color:#38A1C9;
  padding-bottom:0;
  margin-bottom:0.6em;
  border:none;
}
.editarea h3 {
  font-size:1.833em;
  background:none;
  padding:0;
  margin:0 0 10px 0;
  border-bottom:2px solid #38A1C9;
  line-height:160%;
}
.editarea h4 {
  font-size:1.5em;
  background:none;
  background:#38A1C9;
  color:#fff;
  padding:0 0 0 0.5em;
  margin:0 0 10px 0;
  border:none;
  line-height:160%;
}
.editarea h5 {
  font-size:1.333em;
  padding-left:0.5em;
  margin:0 0 10px 0;
  border-left:4px solid #38A1C9;
  line-height:160%;
}
.editarea h6 { font-size:1.333em; margin-bottom:1em; color:#38A1C9; }

.editarea ul ,
.editarea ol { margin:1em 0; }
.editarea li {
  line-height:160%;
  list-style: square outside;
  margin-left: 2em;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
.editarea ol li {
  line-height:160%;
  list-style: decimal outside;
  margin-left: 2em;
  font-family: 游ゴシック,"Yu Gothic",YuGothic,sans-serif;
}
.editarea hr {
	border:none;
	border-bottom:1px solid #666;
	margin:1em 0;
}

.editarea blockquote {
  border-left:5px solid #ddd;
  background: #eee;
  padding: 1.5em;
  margin:0.5em 1em;
}

.editarea img.size-auto,
.editarea img.size-full,
.editarea img.size-large,
.editarea img.size-medium,
.editarea .attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.editarea .alignleft,
.editarea img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
  clear: left;
}
.editarea .alignright,
.editarea img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	clear: right;
}
.editarea .aligncenter,
.editarea img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.editarea img.alignleft,
.editarea img.alignright,
.editarea img.aligncenter {
	margin-bottom: 12px;
}



/* =============================== calendar =============================== */

.ai1ec-month-view .ai1ec-date ,
.ai1ec-month-view .ai1ec-event {
  height: auto !important;
}
.ai1ec-col-sm-3 {
  width: auto !important;
}




