@charset "UTF-8";
/* index.css */
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}
/*==========================
	　mainimage
==========================*/
/*-- スライダーの時 ------------*/
.slider {}
.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(../img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(../img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}
@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .slick-track {}
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

.slick-dots li button:before{
color:#509ece;
		font-size:30px;
}
.slick-dots li.slick-active button:before{
color:#509ece;
}
@media ( min-width : 768px ) {
.slick-dots li{
display:none;
	}
}
/*==========================
	　TOP コンテンツ
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
.top .mainblock a {
  text-decoration: none;
}
.top .mainblock a:hover {}
.link_box {
  position: relative;
  transition: .3s;
}
.link_box:hover {
  opacity: .7;
}
.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link_box a span.link {
  display: none;
}
/*-- 新着情報 --------------*/
.dbl{
	display: inline-block;
}
.sec_news {
  padding: 5% 0;
}
.sec_news h3 {
  color: #509ece;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
  vertical-align: bottom;
  border-bottom: 1px solid #509ece;
}
.sec_news h3 span {
  font-size: 20px;
  padding-left: 10px;
}
.sec_news .news {
  position: relative;
}
.sec_news .news dl {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.sec_news .news dl:first-of-type {
  margin-top: 20px;
}
.sec_news .news dt {
  color: #333333;
padding: 10px 10px 10px 0;
  width: 100px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.news dd a {
  text-decoration: none;
  color: #333333;
}
.sec_news .news dd {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #eee;
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 15px;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news .btn a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #f1ab49;
  display: table;
  padding: 4px 14px 2px;
  text-decoration: none;
  line-height: 1.5;
}
.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}
.sec_news .news .btn a span:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec_news .news .btn a:hover span:after {
  right: 3%;
}
.top_table th {
  padding-right: 1em;
  text-align: left;
}
/* ------------------------------------- */
.line01{
  background: -moz-linear-gradient(transparent 60%, #e9debf 40%);
  /* Firefox */
  background: -webkit-linear-gradient(transparent 60%, #e9debf 40%);
  /* safari Chrome */
  background: -ms-linear-gradient(transparent 60%, #e9debf 40%);
  /* IE */
}
.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2,.sec06 h2,.sec07 h2,.sec_notime h2,.sec_reservation h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #40372d;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec01 h3, .sec02 h3, .sec03 h3, .sec04 h3, .sec05 h3,.sec06 h3,.sec07 h3{
  color: #333;
font-weight: bold;
font-size: 26px;
letter-spacing: 00;
padding: 0;
line-height: 1.4em;
margin-bottom: 1em;
position: relative;
text-align: center;
margin-top: 0;
border-radius: 0;
background: transparent;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec01 h4, .sec02 h4, .sec03 h4, .sec04 h4, .sec05 h4,.sec06 h4,.sec07 h4 {
  font-size:22px;
  font-weight: bold;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}
.sec_bnr{
  padding: 70px 0;
}
.sec_bnr .columns .column.columns{
  box-sizing: border-box;
  padding: 30px 20px;
}
.sec_bnr .time{
  background: #f7f6f3;
}
.sec_bnr .web{
  background: #826a50;
}
.sec_bnr .web .ttl{
  font-weight: bold;
  color:#fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec_bnr .web .ttl .small{
	font-size: 24px;
	display: table;
	margin: 0 auto 15px;
	position: relative;
	padding: 0 15px 0 20px;
}
.sec_bnr .web .ttl .small:before,.sec_bnr .web .ttl .small:after{
	content: "";
	position: absolute;
	bottom: 3px;
	width: 1px;
	height: 80%;
	background: white;
}
.sec_bnr .web .ttl .small:before{
	left: 0;
	transform: skew(25deg);
}
.sec_bnr .web .ttl .small:after{
	right: 0;
	transform: skew(-25deg);
}
.sec_bnr .web .ttl .large{
	font-size: 36px;
	display: block;
}
.sec_bnr .web figure{
  font-size: 0;
}
.sec_bnr .web .text_box{
  width:100%;
}
.sec_notime {
  padding: 70px 0 0;
  background: url(../img/bg01.jpg)repeat;
}
.sec01 {
  padding: 70px 0;
  background: url(../img/bg01.jpg)repeat;
}
#a011 .sec01:last-child{
	padding-top: 0;
}
.sec01 .con01 .columns{
  width:650px;
  max-width: 100%;
margin: auto;
}
.sec01 .con01 img{
  vertical-align: middle;
}
.sec01 .con01 ul li {
  font-size:20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 padding-left: 34px;
 font-weight: bold;
 position: relative;
 margin-bottom: 10px;
}
.sec01 .con01 ul li:before {
  content: "";
display: block;
position: absolute;
top:0.2em;
left:0;
margin:0 auto;
width:24px;
height:19px;
background: url(../img/check.png)no-repeat center / cover;
}
.sec01 .con02{
  background: #fff;
  padding: 4%;
  box-sizing: border-box;
}
.sec01 .con02 h3{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom:1px solid #c5ad61;
}
.sec01 .con02 p{
  font-size:18px;
}

.sec02 {
  padding: 70px 0;
  background: url(../img/bg01.jpg)repeat;
}
.sec02 .col_wrap{
row-gap: 30px;
}

.sec03{
  padding: 70px 0;
}
.sec03 .con_box{
  background: #f7f6f3;
  border:1px solid #826a50;
  padding: 4%;
  box-sizing: border-box;
}
.sec03 .con_box + .con_box{
  margin-top: 30px;
}
.sec03 .step_text{
  color:#fff;
  background: #c5ad61;
  border:4px solid #b99d4e;
  font-size:24px;
  font-weight: bold;
  padding: 0.4em 1em;
  margin-right: 20px;
}
.sec03 .text_notes{
  padding: 4%;
  box-sizing: border-box;
  background: #eeece7;
}
.sec03 h3{
  text-align: left;
}
.sec03 h4{
  border-bottom: 1px solid #826a50;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
}

  .sec04{
    padding: 70px 0;
    background: url(../img/bg01.jpg)repeat;
  }
  .sec04 .con01,.sec04 .con02 {
margin-bottom: 70px;
  }
.sec04 .con01 h3{
  text-align: left;
  font-size:30px;
  margin-top: 30px;
}
.sec04 .con01 ul{
  margin: 30px 0 30px 20px;
}
.sec04 .con01 ul li {
    font-size: 24px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 1em;
    position: relative;
}
.sec04 .con01 ul li:before {
  content: "";
display: block;
position: absolute;
top:0.4em;
left:0;
margin:0 auto;
width:6px;
height:6px;
border-radius: 6px;
background: #333;
}
.sec04 figure img{
  vertical-align: middle;
  /*margin-left: -90px;*/
}
.sec04 .con01 .text_box{
  background: #fff;
  border:5px solid #e9debf;
  padding: 4%;
  box-sizing: border-box;
  font-size:18px;
  background:#fdf9f0;
}
.sec04 .con02 h3{
  font-size:36px;
  border-top: 1px solid #c5ad61;
  border-bottom: 1px solid #c5ad61;
  padding: 0.5em 0;
}
.sec04 .con02 h3 + p{
  font-size:18px;
  text-align: center;
}
.sec04 .con02 .column{
  border:1px solid #826a50;
  background: #fff;
}
.sec04 .con02 h4{
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  background: #826a50;
  border-bottom: none;
  margin-bottom: 0;
}
.sec04 .con02 .column p{
  padding: 1.5em;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sec04 .con03{
	overflow: hidden;
}
.sec04 .con03 h3{
	color: #40372d;
	display: table;
	margin: 0 auto 20px;
	position: relative;
}
.sec04 .con03 h3:before,.sec04 .con03 h3:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50vw;
	height: 4px;
	border-top: 1px solid #826a50;
	border-bottom: 1px solid #826a50;
}
.sec04 .con03 h3:before{
	left: calc(100% + 1em);
}
.sec04 .con03 h3:after{
	right: calc(100% + 1em);
}
.sec05{
  padding: 70px 0 10px;
  background: url(../img/bg01.jpg)repeat;
}
.sec_reservation{
	padding: 70px 0;
	background: url(../img/bg01.jpg)repeat;
}
.sec06{
  padding: 70px 0;
  background: #faf9f6;
}
.sec06 .logo{
  margin-bottom: 0;
}
.sec06 table.tb01{
  margin-bottom: 20px;
}
.sec06 table.tb01 th{
  width:5em;
  text-align: left;
}
.sec06 h3{
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  margin-top: 1em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec07{
padding: 70px 0 0;
}
.sec07 .con01,.sec07 .con02{
  margin-bottom: 50px;
}
.sec07 h3{
  font-size:30px;
  box-sizing: border-box;
  padding: 20px 4%;
  border:1px solid #d2c293;
  margin-bottom: 0;
  background: #f7f2e4;
  position: relative;
  transition: .3s;
}
.sec07 h3:after{
  content: '';
  position: absolute;
  right:0;
  left:0;
  margin: auto;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #40372d;
  border-right: 1px solid #40372d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sec07 h3 span{
  font-size:14px;
  color:#c5ad61;
  position: relative;
  top:-10px;
}
.sec07 h3:hover{
  cursor: pointer;
  opacity: .7;
}
.sec07 h4{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom:1px dashed #d2c293;
margin-bottom: 10px;
}
.sec07 .text_box{
  display: none;
  padding: 30px 4%;
background: #f1e8ce;
}
.sec07 ul li{
  font-weight:bold;
  position: relative;
  padding-left: 10px;
}
.sec07 ul li:before{
  content: "";
display: block;
position: absolute;
top:0.6em;
left:0;
margin:0 auto;
width:4px;
height:4px;
border-radius: 4px;
background: #40372d;
}
/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
	mainimage
==========================*/
.mainimage{
  height:700px;
  background: url(../img/mainimage01.jpg)no-repeat center / cover;
}
  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns, .flex-aic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns .col2 {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }
  .columns .col3 {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }
  .columns .col4 {
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }
  .columns .col5 {
    max-width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
  .columns .col6 {
    max-width: 16.6666%;
    -webkit-box-flex-basis: 16.6666%;
    -webkit-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
  }
  /* --------------------------------------------------- */
  .sec_bnr .bnr_box{
    border:1px solid #826a50;
  }
  .sec_bnr .columns .column.columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
    -webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
	padding-left: calc(40 / 1920 * 100vw);
	padding-right: calc(40 / 1920 * 100vw);
  }
  .sec_bnr .columns .column.columns .text_box{
    width: 100%;
  }

  .sec03 .columns .img_box {
      max-width: 40%;
      -webkit-box-flex-basis: 40%;
      -webkit-flex-basis: 40%;
      flex-basis: 40%;
    }
  .sec03 .columns .text_box {
      max-width: 56%;
      -webkit-box-flex-basis: 56%;
      -webkit-flex-basis: 56%;
      flex-basis: 56%;
    }
  .sec04 .con01 .columns {
    width: 750px;
    max-width: 100%;
    margin: auto;
}
  .sec04 .con01 .columns .img_box {
    max-width: 30%;
    -webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
  .sec04 .con01 .columns .list_box {
    max-width: 68%;
    -webkit-box-flex-basis: 68%;
    -webkit-flex-basis: 68%;
    flex-basis: 68%;
  }
	.sec04 .con01 .text_box{
		text-align:center;
	}
	.sec04 .con03 h3{
		font-size: 30px;
	}
	.sec06 .logo{
		text-align: left;
	}
	.sec_notime .columns .col_img,.sec_reservation .columns .col_img {
      max-width: 40%;
      -webkit-box-flex-basis: 40%;
      -webkit-flex-basis: 40%;
      flex-basis: 40%;
    }
  .sec_notime .columns .col_text,.sec_reservation .columns .col_text {
      max-width: 56%;
      -webkit-box-flex-basis: 56%;
      -webkit-flex-basis: 56%;
      flex-basis: 56%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  .sec_news p {
    font-size: 14px;
  }
  .mainimage{
    height:500px;
}
.sec_bnr .columns .column.columns{
  padding: 30px 10px;
}
.sec04 .con01 .text_box{
  padding: 4% 20px;
}
}
@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
  .sec03 .step_text{
    display: table;
        margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top #contents, .top #aside {
    margin-bottom: 0;
  }
  /*==========================
	　mainimage
==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage {
    height: auto;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
	ボタン
==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  .sec_news h3 {
    font-size: 20px;
  }
  .sec_news h3 span {
    font-size: 16px;
  }
  .sec_news .news + .news {
    margin-top: 1.5em;
  }
  .sec_news .news .btn a {
    top: 0;
    font-size: 12px;
  }
  /* --------------------------------------- */
  .sec_bnr, .sec01, .sec02, .sec03, .sec04,.sec05,.sec06 {
    padding: 3em 0;
  }
  .sec07{
    padding: 3em 0 0;
  }
  .sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2,.sec06 h2,.sec07 h2,.sec_notime h2,.sec_reservation h2 {
    font-size: 26px;
    margin: 0 auto 30px;
  }
  .sec01 h3, .sec02 h3, .sec03 h3, .sec04 h3, .sec05 h3, .sec06 h3,.sec07 h3 {
    font-size: 22px;
  }
.sec01 h4, .sec02 h4, .sec03 h4, .sec04 h4, .sec05 h4, .sec06 h4,.sec07 h4{
    font-size: 20px;
  }
  .sec03{
	padding-top: 0;
	}
  .sec04 .con03 p:last-child,.sec05 p:last-child{
		margin-bottom: 0;
	}
	.sec04 .con01, .sec04 .con02{
		margin-bottom: 3em;
	}
  
  .sec_notime{
	padding-top: 3em;
	}
	.sec_reservation{
		padding: 0 0 3em;
	}
	.sec_reservation .col_text p:last-child,.sec_notime .col_text p:last-child{
		margin-bottom: 0;
	}


  .sec_bnr .bnr_box .column{
    border:1px solid #826a50;
  }
  .sec_bnr .columns .column.columns{
    padding: 30px 10px;
  }
.sec_bnr .columns .column.columns.web{
  margin-top: 1em;
}

  .sec01 .con01 .column{
    margin-bottom: 1em;
  }

  .sec03 .step_text {
    font-size: 22px;
  }
  .sec04 .con01 h3,
  .sec04 .con02 h3 {
    font-size: 22px;
  }
  .sec04 .con01 ul li {
    font-size: 18px;
  }
  .sec04 .con01 .text_box{
    font-size:16px;
  }
  .sec04 .con02 .column + .column{
    margin-top: 1em;
  }
  .sec05 .fee-table th, .sec05 .fee-table td{
    font-size:14px;
  }
  .sec07 h3 span {
    top: -5px;
}
.sec07 h3:after {
    bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 .5em;
}
.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}
.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}
.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px !important;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}


.tab_list h3#tab01{
	background:#afd2e8;
}
.tab_list h3#tab02{
	background:#ddeabe;
}
.tab_list h3#tab01.active{
	background:#4e9ccb;
}
.tab_list h3#tab02.active{
	background:#b4d467;
}
.tab_list h3:hover {
	cursor:pointer;
}
@media screen and (max-width: 768px) {
}
.tab_contents_wrap {
  position: relative;
}
.tab_contents {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.tab_contents.active {
  opacity: 1;
  z-index: 1;
}
