@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  style.css
// style info :  基本スタイル
=================================================================== */
body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, sans-serif;
    background-color: #FCFBF7;
    color: #595757;
    font-size: 16px;
    text-align: justify;
    line-height: 160%;
    margin: 0;
    overflow-x: hidden;
     -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1{
    font-family: tbchibirgothicplusk-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}
h3{
    text-align: center;
}
h2,h4{
    font-family: tbchibirgothicplusk-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#60c0bd;
}
h5{
    font-family: tbchibirgothicplusk-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25em;
    position: relative;
    padding: 0.6em;
    background: #E8F6F6;
    color:#333;
    margin: 0;
}
h5:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #E8F6F6;
    width: 0;
    height: 0;
}

p{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 2em;
}
a {
    color: #60c0bd
}

a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.glow img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

@media screen and (min-width: 980px){
  .none-pc { display:block; }
  .none-tb { display:none; }
  .none-sp { display:none; }
 }
@media screen and (max-width: 979px){
  .none-pc { display:none; }
  .none-tb { display:block; }
  .none-sp { display:none; }
 }

 @media screen and (max-width: 414px){
  .none-pc { display:none; }
  .none-tb { display:none; }
  .none-sp { display:block; }
 }

/********************
メイン
********************/
main{
    position: relative;
    width: 100vw;
    height: calc(100vh - 14vw);
    max-height: 800px;
    margin-top: 90px;
}
.animaline {
  position: relative;
  z-index: 1;
}
.animaline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 4px;
  background: #60c0bd;
  z-index: -1;
  transition: all 0.8s;
}
.animaline.isActive:after {
  width: 100%;
}

.copyright{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 290px;
    height: 340px;
    margin: -170px 0 0 -145px;
    text-align: center;
    z-index: 2;  
}
.copyright img{
   width: 240px;
}
#kv {
	position: relative;
    width: calc(100% - 75%);
    height: 100%;
}
#kv .kv-text{
    height: 100%;
}
.kv-text img{
    max-width:inherit;
    width: 100%;
    height: 100%;
    object-position: right;
}
.kv-bg{
    position: relative;
}
.kv-left{
    position: absolute;
    z-index: 2;
    padding: 0 40px 0 30px;
    margin: 0;
    top: 50%;
    list-style: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.kv-left img{
    width: 100%;
    height: auto; 
    padding: 10px 0;
}
.kv-logo{
    max-width: 300px;
}
.kv-buton{
    max-width: 160px;
}
#kv-img {
	right: 0;
    position: absolute;
    width: 100%;
	height: 100%;
	background: url(../images/danke_main3.jpg) no-repeat center center;
	background-size: cover;
}
.bgimg{
    position: absolute!important;
}
/********************
お知らせ
********************/
ul.news{
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}
ul.news li{
    display: block;
}
ul.news li p{
    margin: 0;
}
.news_inner{
    width: 100%;
}
ul.news li p span{
    width: 90px;
    display: inline-block;
}
ul.news li p{
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.news li a{
    color: #60c0bd;
}
/********************
コンテンツ
********************/
.block{
    padding: 60px 30px;
}
.block_inner{
    max-width: 800px;
    margin: 0 auto;
}
.block_inner p{
    max-width: 650px;
    margin: 0 auto;
}
.facilitiyblock{
    max-width: 1000px;
}
contents .bg{
    background-color: #fff;
}
contents h1{
    text-align: center;
    margin-bottom: 60px;
}
.section p{
    margin: 60px auto;
    max-width: 600px;
}
.office{
    background-color: #fcfbf7;
    padding: 30px 60px;
    width: fit-content;
    margin: 60px auto;
}
.office h2{
    margin: 0 auto;
    text-align: center;
}
.calendar{
    background-color: #fff;
    padding: 30px 60px;
    width: 72%;
    margin: 60px auto;
}
.calendar h2{
    margin: 0 auto;
    text-align: center;
}
table {
  margin: 20px auto;
}

table th {
    width: 105px;
    font-weight: normal;
  color: #60c0bd;
  padding: 5px 10px;
}
table td {
　padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  
  table th,
  table td {
　　border-bottom: none;
    display: block;
    width: 100%;
      padding: 0;
  }
}
/********************

ブログ

********************/
.blog_area{
    display: table-cell;
    overflow: hidden;
}

ul.blog_area li{
    list-style: none;
}

.rss_area{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    padding: 0.8em;
    margin: 0 0 2em;
}
ul.rss_area li{
    overflow: auto;
    min-width: 0;
    padding: 1em;
}
.thumbnail_rss{
    
}
.thumbnail_rss img{
	border-radius: 15px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.title{
	
}
.title p{
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.7em;
}
.date{
	font-size: 16px;
    text-align: center;
    margin: 10px auto;
}
.category {
	margin: 0px auto 10px;
    background-color: #60c0bd;
    color: #fff;
	border-radius: 20px;
	display: inline-block;
    padding: 0 20px;
}
.category p{
    margin: 0;
	font-size: 14px;
    text-align: center;
	vertical-align: middle;
	overflow: visible;
}
/********************
コンテンツ second
********************/
ul.facilitiy{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 2em;
  padding: 0;
  margin: 0 0 2em;
}
ul.facilitiy > li {
  background: #e2f9f8;
  overflow: auto;
  min-width: 0;
  padding: 2em;
}
/********************
コンテンツ third
********************/
.facility_box{
    background-color: #fff;
    padding: 30px 60px;
    margin: 60px auto;
}
.facility ul{
    text-align: left;
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.facility ul li{
    display: table-cell;
    vertical-align: middle;
}
.facility h4{
    text-align: center;
    line-height: 1.5em;
    font-size: 1.75em;
    color: #60c0bd;
}
.facility img{
    max-width: 300px;
    margin-right: 20px;
}
.facility table {
    margin: 0;
    width: 100%;
}
/*****アコーディオン*******/
.s_02 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.s_02 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
    height: 45px;
    border: 1px solid #1a1311;
    box-sizing: border-box;
    margin: 45px 0;
    display: inline-block;
    padding: 10px 30px;
    width: 250px;
    border-radius: 20px;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
    display: initial;
    margin: 0 5px;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #60c0bd;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(0deg);
}
.s_02 .accordion_one .accordion_inner {
    display: none;
    padding-bottom: 30px;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
    border-left: 2px solid #ff9a05;
    border-right: 2px solid #ff9a05;
    border-bottom: 2px solid #ff9a05;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
    border-left: 2px solid #1c85d8;
    border-right: 2px solid #1c85d8;
    border-bottom: 2px solid #1c85d8;
}
.s_02 .accordion_one .accordion_inner .box_one {
    height: auto;
}
.box_one p{
    margin-bottom: 30px;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
.accordion_inner h6{
    font-size: 18px;
    margin: 0 0 20px;
    text-align: center;
    color: #60c0bd;
}
.accordion_inner ul{
    margin: 30px 0 ;
    border-spacing: 10px 0;
}
.accordion_inner li{
    padding: 0 10px;
    display: table-cell;
    vertical-align: top !important;
}
.accordion_inner li p{
    font-size: 14px;
}
.accordion_inner li img{
    display: table;
    height: 100px;
        width: auto;
    margin: 0 auto;
}
.allnews{
    margin: 30px auto 0;
    display: table;
}
.drawer-hamburger{
    right: 15px !important;
}
.drawer--right.drawer-open .drawer-hamburger{
    right: 16.25rem !important;
}
.button {
  display: inline-block;
  width: 200px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
    background-color: #60C0BD;
  color: #fff;
    border-radius: 50px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: ##FFE167;
}

/********************
フッター
********************/
.footer{
    bottom: 30px;
    display: table;
    margin: 0;
    padding: 0;
}
.footer ul{
    list-style: none;
}    
.footer li{
    display: inline-table;
    margin-left: 20px;
}
.footer .dankeba{
    border: 1px solid #333;
    padding: 5px 10px;
    width: auto;
    margin-left: 10px;
}
.footer .dankeba img{
    height: 10px;
    width: auto;
}
.copy a{
    color: #60c0bd;
}
/*--------------------

      お知らせ

--------------------*/
.blog_inner{
    max-width: 1000px;
    margin: 80px auto 0;
}
#blog{
    display: flex;
    flex-flow: row-reverse;
    margin: 50px 0;
}
#blog p{
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0
}
.side_sec a{
    color: #60c0bd;
}
.blog_main{
    width: 100%;
    margin-left: 60px;
}
.blog_main p{
    margin: 0.5em 0;
}
.blog_main img{
    border: none !important;
    height: auto;
}
ul.blog_title{
    display: flex;
   justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.blog_title time{
    vertical-align: text-top;
}
.blog_main_inner h1{
    color: #32b1ad;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-style: normal;
    margin: 0;
    letter-spacing: 0;
    font-size: 18px;
    text-align: justify;
    line-height: 1.75em; 
     border-bottom: 2px solid #f5efd9;
}
.blog_title p{
    margin: 0;
}
ul.blog_cat{
    display: table;
    padding: 0;
}
ul.blog_cat li{
    display: inline-table;
    background-color: #fcb900;
    padding: 3px 15px;
    margin: 0 5px 40px 0;
    border-radius: 20px;
    font-size: 13px;
}
ul.blog_cat li a{
    color: #333;
    text-decoration: none;
}
.blog_thum{
    margin-bottom: 80px;
}
.blog_thum img{
    display: table;
    margin: 0 auto;
    width: 60%;
    height: auto;
    border: 2px solid #e2cda2 !important;
    height: auto;
}
.blog_cat p{
    font-size: 13px;
    color: #fff;
    margin: 0 auto;
}
.blog_cat p a{
    color: #fff;
    text-decoration: none;
    }

.blog_side{
    width: 20%;
}
.blog_side h3{
    margin: 0;
    text-align: left;
}
.blog_main_inner{
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 40px;
}
.blog_txt{
    margin: 40px 0;
}
.blog_txt h1{
    padding: 0 0.5em;/*上下 左右の余白*/
    color: #333;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 4px #E2CDA2;/*左線*/
    font-size: 24px;
    margin: 40px 0 20px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.blog_txt h2{
    color: #333;/*文字色*/
      padding: 0.5em 0;/*上下の余白*/
      border-top: solid 3px #E2CDA2;/*上線*/
      border-bottom: solid 3px #E2CDA2;/*下線*/
    font-size: 20px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 40px 0 20px;
    text-align: left;
}
.blog_txt h3{
    color: #d5554a;/*文字色*/
    font-size: 18px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 0;
    text-align: left;
}
.blog_txt h4{
    color: #E2CDA2;/*文字色*/
    font-size: 18px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 0;
    text-align: left;
}
.blog_txt h2::after {
    content: none;
}
.blog_txt p,.blog_txt ul,.blog_txt ol{
    margin-bottom: 30px;
}

.blog_main_inner p img{
    margin: 30px auto;
    width: auto;
    display: table;
}
.blog_txt .size-full{
    width: 100%;
    height: auto;
    max-height: inherit;
}
.blog_txt .size-large{
    max-width: 700px;
    height: auto;
    max-height: inherit;
}
.blog_txt .size-medium{
    max-width: 500px;
    height: auto;
    max-height: inherit;
}
.blog_txt .size-thumbnail{
    max-width: 300px;
    height: auto;
    max-height: inherit;
}

ul.pagenation{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 100px 0 0;    
}
.side_sec ul{
    padding: 0;
}
.side_sec li{
    font-size: 14px;
    line-height: 2em;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar section{
    padding: 15px 0;
}
.portrait img,.landscape img{
    width: 100%;
}
/***WP初期設定の上書き***/
.gallery-item{
    padding: 0 10px;
}
.gallery-caption{
    margin-top: 10px;
    font-size: 14px;
}
/****ページネーション *****/
.page-numbers{
    display: table;
    padding: 0;
    margin: 0 auto;
    border-spacing: 5px 0;
}
.page-numbers li{
    display: table-cell;
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  margin: -100px 0 60px;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #333; /* 通常の文字色 */
  background: #E2CDA2; /* 通常の背景色 */
  border-radius: 50%; /* 角を丸くして円形に */
}
.pagination span.page-of {
  background: none;
  color: #E2CDA2;
}
.pagination a:hover{
  color: #fff; /* マウスホバー時の文字色 */
  background: #d5554a; /* マウスホバー時の背景色 */
}
.pagination .current{
  padding: 10px 14px 10px 14px;
  color: #fff; /* 現在のページの文字色 */
  background: #d5554a; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
.pagination span, .pagination a {
  padding: 7px 10px 7px 10px;
}
.pagination .current{
  padding: 7px 10px 7px 10px;
}
}
/********************
レスポンシブ
********************/

@media screen and (max-width: 1300px) {
    body.home > main {
        height: 80vh;
    }
}
@media screen and (max-width: 830px) {
    .facility ul li {
    display: contents;
    vertical-align: middle;
    }
    .facility img {
        margin-right: 0;
        margin: 0 auto 20px auto;
        display: table;
        width: 100%;
    }
    .facility_box{
        padding: 20px 40px;
    }
    .office{
        padding: 30px;
    }
    .calendar{
        padding: 30px;
    }
    .second ul{
        padding: 30px 0;
    }
    .s_02 .accordion_one .accordion_header .i_box{
        width: 200px;
    }
}
/**ipad pro***/
@media screen and (max-width: 1024px) {
    #kv {
        width: calc(100% - 65%);
    }
}
    
/**ipad***/
@media screen and (max-width: 979px) {
    main{
        width: 100vw;
        height: calc(100vh - 60px);
        margin-top: 60px;
        max-height: inherit;
    }
    #kv{
        position: relative;
        height: calc(100vh - 60px);
        width: 100%;    
    }
    #kv .kv-text {
        position: absolute;
        width: 220px;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
    } 
    #kv-img{
        height: calc(100vh - 60px);
    }
    .kv-buton {
        position: absolute;
        height: auto;
        bottom: 30px;
        right: 30px;
        left: inherit;
    }
    .drawer-brand img {
        height: 40px !important;
        margin-left: 20px;
    }
    .is-animation .drawer-brand img{
        height: 30px !important;
    }
    .is-animation .drawer-hamburger{
        padding: 15px;
    }
}

/**iphone***/
@media screen and (max-width: 414px) {
    .drawer-brand img {
        height: 40px !important;
        margin-left: 10px;
    }
    .is-animation .drawer-brand img{
        height: 30px !important;
    }
    main{
        width: 100vw;
        max-height: inherit;
    }
    #kv{
        position: relative;
        height: calc(100vh - 60px);
        width: 100%;    
    }
    #kv .kv-text {
        position: absolute;
        width: 160px;
        height: auto;
        left: 20px;
        top: 20px;
        bottom: inherit;
        right: inherit;
        margin: inherit;
    }    
    .kv-text img{
        width: 100%;
    }
    #kv-img-sp{
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/danke_main3_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .kv-buton {
        position: absolute;
        height: auto;
        bottom: 20px;
        right: 20px;
        left: inherit;
    }
    #blog{
        flex-direction: column;
    }
    .blog_main {
        margin-left: 0;
    }
    .blog_inner{
        margin: 0;
    }
    .blog_txt .size-medium{
        width: 100%;
    }
    .blog_side {
    width: 100%;
    }
    ul.blog_title{
        display: inherit;
    }
    ul.blog_cat{
        margin: 10px 0 0;
    }
    ul.blog_cat li{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px) {
    .block {
        padding: 60px 10px;
    }
}
/********************
アニメーション
********************/
.fade{
    opacity : 0;
	transform : translate(0, 20px);
	transition : all 500ms;
}
.fade.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.fade-up {
    font-size: 20px;
    font-weight: bold;
    animation-name: fadeup;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
    }
}
/********************
ページトップ
********************/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #fcb900;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
[data-aos^=fade][data-aos^=fade]{
    opacity: inherit!important;
    transition-property: inherit!important;
}
[data-aos=fade-up] {
    transform: inherit!important;
}
/********************
カレンダー
********************/
  /*----- トップ-カレンダー WP -----*/
#calendar {
	margin-top: 150px;
    max-width: 780px;
    margin: 0 auto;
    padding: 24px 0 24px;
 }
 #calendar p{
	text-align: center;
 }
#calendar ul{
    margin: 60px auto 30px;
    display: table;
        padding: 0;
}
#calendar ul li{
    display: table-cell;
    list-style: none;
    padding: 0 10px;
}
#calendar .visit{
    color: #65AD89;
        margin-right: 6px;
}
#calendar .short{
    color: #ffd020;
        margin-right: 6px;
}
#calendar .group{
    color: #ff8a8a;
        margin-right: 6px;
}
#calendar .dayservice{
    color: #e67399;
    margin-right: 6px;
}
#calendar .care{
    color: #e6d342;
    margin-right: 6px;
}


@media screen and (max-width: 1200px){
.calendar_text {
	width: 80%;
 }
 }

@media screen and (max-width: 800px){
.calendar_text {
	margin-bottom: 26px;
	width: 508px;
 }
 }

@media screen and (max-width: 600px){
.calendar_text {
	width: 80%;
	height: 80%;
 }
 }

@media screen and (max-width: 400px){
.calendar_text {
	width: 295px;
 }
 }

@media screen and (max-width: 350px){
.calendar_text {
	width: 80%;
 }
 }
.pics {
	width: auto;
	margin: 0 0 -30px 0;
 }

.calendar_wrapper {
	width: 1012px;
	margin: 2.0833% auto;
 }
 
@media screen and (max-width: 1200px){
.calendar_wrapper {
	width: 80%;
 }
 }



@media screen and (max-width: 400px){
.calendar_wrapper {
	width: 349px;
 }
 }

@media screen and (max-width: 370px){
.calendar_wrapper {
	width: 84%;
 }
 }

.googlecal {
	position: relative;
	padding-bottom: 150%;
	height: 0;
 }

.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
 }

@media only screen and (min-width: 600px) {
.googlecal {
	padding-bottom: 80%;
 }
 }

