/*
Theme Name: 鳩の子保育園
Version: 1.0
Author:RUBBER SOUL
-------------------------------------------------------------- */

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

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* CSS Document */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	font-size: 14px;
	color: #202840;
}

.min {
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;
}

a {
	color: #202840;
	text-decoration: none;
}

a:hover {
	color: #bbbcbc;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.clearfix {
	float: none;
	clear: both;
}


/* リンク画像透過 */
a img.linkimg01 {
	background: none!important;
}
a:hover img.linkimg01 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}
a img.linkimg01,
a img.linkimg01::before,
a img.linkimg01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

html,body {
	height: 100%;
}

#container {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 550px;/* フッターの高さ */
}

.animated {
	opacity: 0;
}

.flex {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}
/*
@media screen and (max-width : 834px ){
  .flex {
      -webkit-justify-content:space-around;
      -moz-justify-content:space-around;
      justify-content: space-around;
  }
}
*/

.flex01 {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}

.flex02 {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content: space-between;
}
@media screen and (max-width : 834px ){
  .flex02 {
      -webkit-justify-content:space-around;
      -moz-justify-content:space-around;
      justify-content: space-around;
  }
}



/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 99;
}
@media screen and (max-width : 834px ){
  header {
      width: 100%;
      height: 60px;
  }
}

.head_area {
	max-width: 100%;
	height: 130px;
	position: relative;
	margin: 0 auto;
}
@media screen and (max-width : 834px ){
  .head_area {
      height: 60px;
  }
}

.head_logo {
	width: 211px;
	height: 211px;
	position: absolute;
	top: 0px;
	left: 70px;
	z-index: 1;
}
.head_logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width : 834px ){
  .head_logo {
      width: 150px;
      height: 130px;
      top: -10px;
      left: 20px;
  }
}
@media screen and (max-width : 568px ){
  .head_logo {
      width: 115px;
      height: 115px;
      top: -10px;
      left: 20px;
  }
}

ul.menu01 {
    position: absolute;
    top: 45px;
    right: 80px;
}

ul.menu01 li {
    padding: 0 12px;
    display: inline-block;
    text-align: center;
    color: #111a3a;
    font-weight: bold !important;
}

.br2 {
    border-right: 1px solid #111a3a;
}


ul.menu02 {
    position: absolute;
    top: 80px;
    right: 75px;
}

ul.menu02 li {
    padding: 0 17px;
    display: inline-block;
    text-align: center;
    color: #111a3a;
    font-weight: bold !important;
}


/* -----------------------------------------------------------
	モーダルメニュー
----------------------------------------------------------- */

/* Hamburger2 */
.menu-open-btn2,
.menu-open-btn2 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-open-btn2 {
  width: 36px;
  height: 25px;
  position: absolute;
  top: 18px;
  right: 20px;
  background: #fff;
}
.menu-open-btn2 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #111a3a;
  border-radius: 4px;
}
.menu-open-btn2 span:nth-of-type(1) { top: 0; }
.menu-open-btn2 span:nth-of-type(2) { top: 11px; }
.menu-open-btn2 span:nth-of-type(3) { bottom: 0; }
.menu-open-btn2:not(.active):hover span:nth-of-type(1) { top: 4px; }
.menu-open-btn2:not(.active):hover span:nth-of-type(3) { bottom: 4px; }


/* close */
.menu-close-btn,
.menu-close-btn span {
  display: inline-block;
  transition: all .0s;
  box-sizing: border-box;
}
.menu-close-btn {
  width: 36px;
  height: 25px;
  position: absolute;
  top: 18px;
  right: 20px;
}
.menu-close-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
}
.menu-close-btn:not(.active):hover span:nth-of-type(1) { height: 2px; }
.menu-close-btn:not(.active):hover span:nth-of-type(2) { height: 2px; }
.menu-close-btn span:nth-of-type(1) {
  top: -6px;
  right: 12px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-close-btn span:nth-of-type(2) {
  bottom: -12px;
  right: 12px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}


/* modal */
#modal-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111a3a;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-out;
  pointer-events: none;
  z-index: 100;
}

body.is-menu-open #modal-menu {
  opacity: 1;
  pointer-events: auto;
}

body.is-menu-open #content {
  pointer-events: auto;
  -webkit-filter: blur(8px);
     -moz-filter: blur(8px);
      -ms-filter: blur(8px);
          filter: blur(8px);
}

body.is-menu-open .menu-nav {
  transform: translateY(0);
}

.mod_wrap {
    width: 280px;
    height: 450px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mod_logo {
    width: 280px;
    height: auto;
}
.mod_logo img {
    width: 100%;
}

.mod_add {
    width: 280px;
    height: auto;
    margin: 20px auto 0;
    border-bottom: 1px dashed #fff;
    color: #fff;
    letter-spacing: 0.1em;
}

.mod_tel {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 30px;
    letter-spacing: 0.05em;
}
.mod_tel a {
    color: #fff !important;
    font-weight: bold;
}

ul.mod_list {
    width: 280px;
    margin: 35px auto 0;
}
ul.mod_list li {
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold !important;
}
ul.mod_list li a {
    color: #fff;
}
ul.mod_list li a:hover {
    color: #bbbcbc;
    -webkit-transition: all .4s;
    transition: all .4s;
}

ul.menu05 {
    width: 280px;
    text-align: center;
    margin: 25px auto 0;
}

ul.menu05 li {
    padding: 0;
    display: inline-block;
    text-align: center;
    font-weight: bold !important;
}
ul.menu05 li a {
    color: #fff;
}
ul.menu05 li a:hover {
    color: #bbbcbc;
    -webkit-transition: all .4s;
    transition: all .4s;
}

ul.menu06 {
    width: 280px;
    text-align: center;
    margin: 50px auto 0;
}
ul.menu06 li {
    padding: 0 17px;
    display: inline-block;
    text-align: center;
    font-weight: bold !important;
}
ul.menu06 li a {
    color: #fff;
}
ul.menu06 li a:hover {
    color: #bbbcbc;
    -webkit-transition: all .4s;
    transition: all .4s;
}


/*==========================================
 footer
===========================================*/

footer {
	width: 100%;
	padding: 115px 0;
	background-color: #1b284c;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
@media screen and (max-width : 834px ){
  footer {
      padding: 50px 0;
      position: static;
  }
}
@media screen and (max-width : 834px ){
  footer {
      padding: 50px 0 100px;
  }
}

.ft_area {
    width: 780px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width : 834px ){
  .ft_area {
      width: 90%;
      height: auto;
  }
}

.facebook-wrapper {
    width: 225px;
    position: absolute;
    right: 0;
}
@media screen and (max-width : 834px ){
  .facebook-wrapper {
      position: static;
      margin: 0 auto;
  }
}

.ft_logo {
    width: 401px;
    height: 93px;
}
.ft_logo img {
    width: 100%;
}
@media screen and (max-width : 834px ){
  .ft_logo {
      margin: 30px auto 0;
  }
}
@media screen and (max-width : 568px ){
  .ft_logo {
      width: 80%;
      height: auto;
  }
}

.ft_add {
    width: 500px;
    height: 80px;
    margin-top: 30px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    letter-spacing: 0.1em;
}
@media screen and (max-width : 834px ){
  .ft_add {
      margin: 30px auto 20px;
      border: none;
      text-align: center;
  }
}
@media screen and (max-width : 568px ){
  .ft_add {
      width: 80%;
      line-height: 27px;
  }
}

.ft_tel {
    width: 268px;
    height: 21px;
    margin-top: 15px;
}
.ft_tel img {
    width: 100%;
}
@media screen and (max-width : 834px ){
  .ft_tel {
     margin: 15px auto 0;
  }
}

ul.menu03 {
    margin: 25px 0 0 -4px;
}

ul.menu03 li {
    padding: 0 4px;
    display: inline-block;
    text-align: center;
    font-weight: bold !important;
}
ul.menu03 li a {
    color: #fff;
}
ul.menu03 li a:hover {
    color: #bbbcbc;
    -webkit-transition: all .4s;
    transition: all .4s;
}

ul.menu04 {
    margin: 20px 0 0 -12px;
    height: 15px;
}

ul.menu04 li {
    padding: 0 12px;
    display: inline-block;
    text-align: center;
    font-weight: bold !important;
}
ul.menu04 li a {
    color: #fff;
}
ul.menu04 li a:hover {
    color: #bbbcbc;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.br1 {
    border-right: 1px solid #fff;
}


.mT60 {
    margin-top: 55px !important;
}

ul.mod_list01 {
    width: 280px;
    margin: 35px auto 0;
    display: flex;
}
ul.mod_list01 li {
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold !important;
}
ul.mod_list01 li a {
    color: #fff;
}
ul.mod_list01 li a:hover {
    color: #bbbcbc;
    -webkit-transition: all .4s;
    transition: all .4s;
}


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

.bt_box {
    width: 60px;
    height: 320px;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 28.5%;
}
.bt_box img {
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width : 834px ){
  .bt_box {
      width: 45px;
      height: 113px;
  }
  .bt_box img {
      margin-bottom: 7px;
  }
}
@media screen and (max-width : 568px ){
  .bt_box {
      width: 40px;
      height: 101px;
  }
  .bt_box img {
      margin-bottom: 5px;
  }
}

.bt_news {
    width: 45px;
    height: 113px;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 28.5%;
}
.bt_news img {
    width: 100%;
}
@media screen and (max-width : 834px ){
  .bt_news {
      width: 45px;
      height: 113px;
      top: 28.5%;
  }
}
@media screen and (max-width : 568px ){
  .bt_news {
      width: 35px;
      height: 88px;
      top: 28.5%;
  }
}

.bt_contact {
    width: 60px;
    height: 150px;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 44.5%;
}
.bt_contact img {
    width: 100%;
}
@media screen and (max-width : 834px ){
  .bt_contact {
      width: 45px;
      height: 113px;
      top: 44.5%;
  }
}
@media screen and (max-width : 568px ){
  .bt_contact {
      width: 35px;
      height: 88px;
      top: 44.5%;
  }
}

/* slider pro 矢印 */
/*前矢印のアイコンフォント*/
.sp-next-arrow {
    right: 100px !important;
}
/*後矢印のアイコンフォント*/
.sp-previous-arrow {
    left: 100px !important;
}

.bt00,
.bt03,
.bt02,
.bt01 {
	width: 224px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 1;
	background:#fff;
	background-image: url("images/bt_more.png");
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bt01 {
    background-image: url(images/sec02_bt.png);
}
.bt02 {
    background-image: url(images/sec03_bt.png);
}
.bt03 {
    background-image: url(images/sec05_bt.png);
}
@media screen and (max-width : 834px ){
  .bt00,
  .bt03,
  .bt02,
  .bt01 {
      display: block;
  }
}

.bt00::before,
.bt00::after,
.bt03::before,
.bt03::after,
.bt02::before,
.bt02::after,
.bt01::before,
.bt01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bt00,
.bt00::before,
.bt00::after,
.bt03,
.bt03::before,
.bt03::after,
.bt02,
.bt02::before,
.bt01::after,
.bt01,
.bt01::before,
.bt01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.bt00:hover,
.bt03:hover,
.bt02:hover,
.bt01:hover {
	background-color: #1b284c;
	background-image: url("images/bt_more_on.png");
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
}
.bt01:hover {
    background-image: url("images/sec02_bt_on.png");
}
.bt02:hover {
    background-image: url("images/sec03_bt_on.png");
}
.bt03:hover {
    background-image: url("images/sec05_bt_on.png");
}

.top_pic {
    width: 100%;
    height: 544px;
    margin: 130px auto 0;
    position: relative;
}
@media screen and (max-width : 834px ){
  .top_pic {
      width: 100%;
      height: auto;
      margin: 50px auto 0;
  }
  .top_pic img {
      width: 100%;
  }
}

.top_pic_cover {
    width: 100%;
    height: 544px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.top_pic_cover img {
    width: 100%;
    height: 544px;
}

/* =======================================
   sec07
======================================= */
.sec07 {
    width: 100%;
    margin: 0 auto;
    background-image: url("images/sec07_bg.gif");
    background-repeat: repeat-x;
    height: 625px;
    padding-top: 75px;
}

.sec07_title {
    width: 111px;
    height: 83px;
    margin: 0 auto;
}
.sec07_title img {
    width: 100%;
}

.slider {
    width: 825px;
    height: 380px;
    margin: 50px auto 0;
    border-left: 5px solid #fafafa;
    border-right: 5px solid #fafafa;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width : 834px ){
  .slider {
      width: 580px;
  }
}
@media screen and (max-width : 568px ){
  .slider {
      width: 80%;
      border: none;
  }
}

.news_box {
    width: 275px;
    height: 380px;
    padding: 0 20px;
    position: relative;
    border-right: 1px dashed #000;
    box-sizing: border-box;
}
.news_box p {
    padding-top: 15px;
    line-height: 21px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
@media screen and (max-width : 834px ){
  .news_box {
      border: none;
      margin-left: 0;
      margin: 0;
  }
}
@media screen and (max-width : 568px ){
  .news_box {
      width: 140px;
      height: 380px;
      margin: 0 5px;
      padding: 0;
  }
}

.con11_thum {
	width: 235px;
	height: 290px;
}
@media screen and (max-width : 568px ){
  .con11_thum {
      width: 140px;
  }
}

.photoWrap {
    position: relative;
    overflow: hidden;
    width: 230px;
	height: 230px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 1;
}
@media screen and (max-width : 568px ){
  .photoWrap {
      width: 140px;
      height: 140px;
  }
}
.photoWrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: 100% !important;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1.0s linear;
    -webkit-transform: translate(-50%, -50%) scale(1.0);
    -moz-transform: translate(-50%, -50%) scale(1.0);
    -o-transform: translate(-50%, -50%) scale(1.0);
    -ms-transform: translate(-50%, -50%) scale(1.0);
    transform: translate(-50%, -50%) scale(1.0);
	opacity: 1.0;
    object-fit: cover !important;
}
.photoWrap img:hover{
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    -moz-transform: translate(-50%, -50%) scale(1.03);
    -o-transform: translate(-50%, -50%) scale(1.03);
    -ms-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
	opacity: 0.8;
}

.pcover {
    width: 230px !important;
    height: 230px !important;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}
.pcover img {
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width : 568px ){
  .pcover {
      width: 140px !important;
      height: 140px !important;
  }
  .pcover img {
      width: 101% !important;
      height: 101% !important;
  }
}
.pcover img:hover {
    opacity: 1.0 !important;
}

.date_area {
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
}
.date_area a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.date_area:hover {
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.top_date {
    padding: 18px 0 15px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 1px dashed #1b284c;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
button:hover {
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.prev-arrow {
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #111a3a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.next-arrow {
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #111a3a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
@media screen and (max-width : 568px ){
  .prev-arrow {
      left: -27px;
  }
  .next-arrow {
      right: -20px;
  }
}


/* -----------------------------------------------------------
	鳩の子保育園の特色 features
----------------------------------------------------------- */

.top_pic01 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("images/features/top_features01.jpg");
    background-size: cover;
    background-position: center center;
}

.top_txt01 {
    width: 328px;
    height: 251px;
    position: absolute;
    top: 140px;
    left: 90px;
}
.top_txt01 img {
    width: 100%;
}

.feat01 {
    width: 900px;
    margin: 70px auto 0;
    position: relative;
}
@media screen and (max-width : 834px ){
  .feat01 {
      width: 85%;
  }
}
.feat01 p {
    padding-top: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #111a3a;
}
@media screen and (max-width : 834px ){
.feat01 p {
    width: 70%;
    margin: 0 auto;
}
}
@media screen and (max-width : 568px ){
  .feat01 p {
      width: 105%;
      text-align: left;
  }
}

.feat_title {
    width: 295px;
    height: 142px;
    margin: 0 auto;
}
.feat_title img {
    width: 100%;
}
@media screen and (max-width : 568px ){
  .feat_title {
      width: 280px;
      height: auto;
  }
}

.feat_pic01 {
    width: 169px;
    height: 33px;
    position: absolute;
    top: 120px;
    right: 0;
}
.feat_pic01 img {
    width: 100%;
}
@media screen and (max-width : 834px ){
  .feat_pic01 {
      width: 20%;
      height: auto;
      position: static;
      margin: 20px 0 0 75%;
  }
}
@media screen and (max-width : 568px ){
  .feat_pic01 {
      width: 35%;
      margin: 20px 0 0 60%;
  }
}

.feat02 {
    width: 900px;
    margin: 60px auto 70px;
    position: relative;
}
@media screen and (max-width : 834px ){
  .feat02 {
      width: 80%;
      margin: 60px auto 30px;
  }
}

.feat02_box {
    width: 260px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.feat02_box img {
    width: 100%;
}
.feat02_box p {
    padding-top: 5px;
	line-height: 24px;
    letter-spacing: 0.01em;
}
@media screen and (max-width : 834px ){
  .feat02_box p {
      font-weight: bold;/*0830*/
      font-size: 15px;/*0830*/
      line-height: 30px !important;/*0830*/
  }
}

.feat02_bg {
    width: 900px;
    height: 103px;
    position: absolute;
    z-index: -1;
    top: 435px;
}
.feat02_bg img {
    width: 100%;
}

.feat03 {
    width: 100%;
    padding: 120px 0 90px;
    background-image: url("images/features/feat03_bg.jpg");
    background-repeat: repeat-x;
}
@media screen and (max-width : 568px ){
  .feat03 {
      padding: 120px 0 30px;
  }
}

.feat03_box {
    width: 900px;
    margin: 0 auto 60px;
    display: table;
}
@media screen and (max-width : 834px ){
  .feat03_box {
      width: 421px;
      margin: 0 auto 70px;
      display: block;
  }
}
@media screen and (max-width : 568px ){
  .feat03_box {
      width: 85%;
      margin: 0 auto 50px;
  }
}

.feat03_box01 {
    width: 425px;
    padding-right: 54px;
    display: table-cell;
    vertical-align: top;
}
@media screen and (max-width : 834px ){
  .feat03_box01 {
      width: 100%;
      padding-right: 0;
      display: block;
      margin: 0 auto 15px;
  }
}
.feat03_box01 p {
    padding-top: 25px;
    line-height: 24px;
    letter-spacing: 0.03em;
}
@media screen and (max-width : 834px ){
  .feat03_box01 p {
      padding-top: 25px;
      font-weight: bold;/*0830*/
      font-size: 15px;/*0830*/
      line-height: 30px !important;/*0830*/
  }
}

.feat03_tit {
    width: 260px;
    height: 96px;
    margin: 0 auto;
}
.feat03_tit img {
    width: 100%;
}

.feat03_box02 {
    text-align: right;
    padding: 10px 10px 0 0;
}
.feat03_box02 p {
    padding-top: 3px !important
}
.feat03_box02 span {
    width: 86px;
    line-height: 30px;
    padding: 0 0 3px 0;
    border-bottom: 1px dashed #1b284c;
}

.feat03_pic {
    width: 421px;
    display: table-cell;
    vertical-align: top;
}
@media screen and (max-width : 834px ){
  .feat03_pic {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
  }
}
.feat03_pic img {
    width: 100%;
}


/* -----------------------------------------------------------
	園での生活 life
----------------------------------------------------------- */

.top_pic02 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("images/life/top_life.jpg");
    background-size: cover;
    background-position: center center;
}

.top_txt02 {
    width: 376px;
    height: 253px;
    position: absolute;
    top: 140px;
    right: 115px;
}
.top_txt02 img {
    width: 100%;
}

.life01 {
    width: 905px;
    margin: 60px auto 140px;
    position: relative;
}
.life01 img {
    width: 100%;
    vertical-align: bottom;
}
.life01 p {
    width: 270px;
    line-height: 24px;
    position: absolute;
}

.life_txt01 {
    top: 240px;
    left: 560px
}

.life_txt02 {
    top: 635px;
    left: 85px
}

.life_txt03 {
    top: 1070px;
    left: 565px
}

.life_txt04 {
    top: 1455px;
    left: 85px
}

.life_txt05 {
    top: 1860px;
    left: 565px
}

.life_txt06 {
    top: 2255px;
    left: 85px
}

@media screen and (max-width : 834px ){
  .life01_sp {
      width: 60%;
      margin: 30px auto 50px;
  }
  .life01_sp img {
      width: 100%;
      vertical-align: bottom;
  }
  .life01_sp p {
      width: 100%;
      margin: 0 auto;
      padding: 15px 0 30px;
      font-weight: bold;/*0830*/
      font-size: 15px;/*0830*/
      line-height: 30px !important;/*0830*/
  }
}
@media screen and (max-width : 568px ){
  .life01_sp {
      width: 70%;
      margin: 30px auto 50px;
  }
  .life01_sp img {
      width: 100%;
      vertical-align: bottom;
  }
  .life01_sp p {
      margin: 0 auto;
      padding: 15px 0 30px;
  }
}

/* -----------------------------------------------------------
	保育者紹介 minder
----------------------------------------------------------- */

.top_pic03 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("images/minder/top_minder.jpg");
    background-size: cover;
    background-position: center center;
}

.top_txt03 {
    width: 346px;
    height: 235px;
    position: absolute;
    top: 200px;
    left: 100px;
}
.top_txt03 img {
    width: 100%;
}

.mind01 {
    width: 100%;
    padding: 90px 0 100px;
    background-image: url("images/minder/mind01_bg.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

.mind01_wrap {
    max-width: 916px;
    margin: 0 auto;
}

.mind01_box {
    width: 280px;
    margin-bottom: 30px;
}
@media screen and (max-width : 834px ){
  .mind01_box {
      margin: 0 auto 50px;
  }
}
.mind01_box img {
    width: 100%;
}
.mind01_box p {
    line-height: 24px;
    padding-top: 10px;
}
@media screen and (max-width : 834px ){
  .mind01_box p {
      padding-top: 10px;
      font-weight: bold;/*0830*/
      font-size: 15px;/*0830*/
      line-height: 30px !important;/*0830*/
  }
}

.mind01_01 {
    width: 54px;
    height: 23px;
    margin: 25px auto 0;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #1b284c;
}

.mi01 {
    background-color: #afdbd1;
}
.mi02 {
    background-color: #badca7;
}
.mi03 {
    background-color: #f9f5aa;
}

.mind_name {
    padding-top: 8px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #1b284c;
}

.mind02 {
    width: 100%;
    padding: 65px 0;
    background-color: #1b284c;
}

.mind02_wrap {
    width: 900px;
    margin: 0 auto;
    padding: 74px 120px 110px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50px;
}
@media screen and (max-width : 834px ){
  .mind02_wrap {
      width: 90%;
      padding: 70px 5%;
  }
}
@media screen and (max-width : 568px ){
  .mind02_wrap {
      padding: 70px 4%;
  }
}

.mind02_hato {
    width: 102px;
    margin: 0 auto;
}
.mind02_hato img {
    width: 100%;
}

.mind02_txt01 {
    margin: 30px auto 0;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #1b284c;
    font-weight: bold;
    letter-spacing: 0.3em;
}

.mind02_box {
    width: 100%;
    margin: 70px auto 0;
    display: table;
}
@media screen and (max-width : 568px ){
  .mind02_box {
      display: block;
  }
}

.mind02_no {
    width: 107px;
    padding-right: 25px;
    display: table-cell;
    vertical-align: top;
}
@media screen and (max-width : 568px ){
  .mind02_no {
      padding-right: 0;
      display: block;
      margin: 0 auto;
  }
}
.mind02_no img {
    width: 100%;
}

.mind02_01 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.mind02_01 p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #202840;
    letter-spacing: -0.01em;
}
@media screen and (max-width : 834px ){
  .mind02_01 p {
      font-weight: bold;/*0830*/
      font-size: 15px;/*0830*/
      line-height: 30px !important;/*0830*/
  }
}

.mind03 {
    width: 100%;
    padding: 150px 0 50px;
    background-color: #fff;
}

.mind03_box {
    width: 810px;
    margin: 0 auto 80px;
    display: table;
}
@media screen and (max-width : 834px ){
  .mind03_box {
      width: 85%;
  }
}
@media screen and (max-width : 568px ){
  .mind03_box {
      display: block;
      width: 80%;
  }
}

.mind03_pic {
    width: 238px;
    padding-right: 54px;
    display: table-cell;
    vertical-align: top;
}
@media screen and (max-width : 568px ){
  .mind03_pic {
      padding-right: 0;
      display: block;
      margin: 0 auto;
  }
}
.mind03_pic img {
    width: 100%;
}

.mind03_01 {
    display: table-cell;
    vertical-align: top;
}
@media screen and (max-width : 568px ){
  .mind03_01 {
      display: block;
  }
}
.mind03_01 p {
    padding-top: 30px;
    line-height: 24px;
}
@media screen and (max-width : 834px ){
  .mind03_01 p {
      font-weight: bold;/*0830*/
      font-size: 15px;/*0830*/
      line-height: 30px !important;/*0830*/
  }
}

.mind03_txt01 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.1em;
}

.mind03_txt02 {
    padding-top: 20px;
    font-size: 19px;
    letter-spacing: 0.1em;
    text-align: right;
}

/* =======================================
	おしらせ news
======================================= */
#news .sec07 {
    width: 100%;
    height: auto;
    margin: 130px auto 0;
    background-color: #fafafa;
    background-image: url("images/sec07_bg.gif");
    background-repeat: repeat-x;
    padding: 75px 0 100px;
}
@media screen and (max-width : 834px ){
  #news .sec07 {
      margin: 50px auto 0;
  }
}

#news .sec07_title {
    width: 111px;
    height: 83px;
    margin: 0 auto;
}
#news .sec07_title img {
    width: 100%;
}

#news .news_wrap {
    width:  825px;
    margin: 60px auto 0;
}
@media screen and (max-width : 834px ){
  #news .news_wrap {
      width:  75%;
      margin: 60px auto 0;
  }
}
@media screen and (max-width : 568px ){
  #news .news_wrap {
      width:  85%;
      margin: 60px auto 0;
  }
}


#news .news_box {
    width: 275px;
    height: 380px;
    padding: 0 20px;
    margin-bottom: 80px;
    position: relative;
    border: none;
    box-sizing: border-box;
}
#news .news_box:nth-of-type(8),
#news .news_box:nth-of-type(5),
#news .news_box:nth-of-type(2) {
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
}
#news .news_box p {
    padding-top: 15px;
    line-height: 21px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
@media screen and (max-width : 834px ){
  #news .news_box:nth-of-type(8),
  #news .news_box:nth-of-type(5),
  #news .news_box:nth-of-type(2) {
      border: none;
  }
  #news .news_box {
      border: none;
      margin-left: 0;
      margin-bottom: 80px;
  }
}
@media screen and (max-width : 568px ){
  #news .news_box {
      width: 140px;
      height: 380px;
      padding: 0;
      margin-bottom: 40px;
  }
}

.blog_area {
    width: 100%;
    min-height: 300px;
    margin: 90px auto 0;
}
.sb_area {
    width: 250px;
    display: table-cell;
    vertical-align: top;
    padding-top: 90px;
}
@media screen and (max-width : 834px ){
  .blog_area {
      width: 100%;
      margin: 0 auto;
      display:block;
      padding-right: 0;
  }
  .sb_area {
      width: 100%;
      margin: 30px auto 0;
      display:block;
  }
}

.sb_area h3 {
    width: 100%;
    padding: 5px 2%;
    font-size: 17px;
    line-height: 24px;
    background-color: #4d4d4d;
    color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
}

.ca_list01 {
    margin: 10px auto 40px;
}
.ca_list01 ul li {
    list-style:none !important;
    padding: 5px;
    border-bottom: 1px solid #000;
}

.column_txt_all {
	width: 830px;
	height: auto;
	margin: 50px auto 0;
}
.column_txt_all p {
	line-height: 30px;
	letter-spacing: 0.06em;
	margin-bottom: 35px;
}
@media screen and (max-width : 834px ){
  .column_txt_all {
      width: 85%;
      height: auto;
      margin: 30px auto 0;
  }

  .column_txt_all p {
      width: 100%;
  }
}

.column_txt_all img {
    margin: 0 auto;
    padding: 0 0 30px;
}

@media screen and (max-width : 834px ){
  .column_txt_all img {
      margin: 0 auto;
      padding: 0 0 30px;
  }
}
@media screen and (max-width : 568px ){
  .column_txt_all p img {
      width: 85%;
      height: auto;
      margin: 0 auto 20px !important;
      padding: 0;
  }
}

.ct_area {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #1b284c;;
	display: table;
	position: relative;
}
.ct_data {
	width: 120px;
	display: table-cell;
	vertical-align: top;
    text-align: left !important;
    font-weight: bold;
    color: #1b284c;
}
.column_title {
	color: #3E3A39;
	font-size: 22px !important;
	line-height: 25px;
	display: table-cell;
	vertical-align: top;
	padding-left: 25px;
    text-align: left !important;
}
@media screen and (max-width : 834px ){
  .ct_area {
      width: 100%;
      height: auto;
      margin: 50px auto 30px;
  }

  .ct_data {
      width: 100%;
      display: block;
  }

  .column_title {
      display: block;
      margin: 20px auto 0;
      padding: 0;
  }
}

.back_box {
	width: 160px;
	height: 40px;
	box-sizing: border-box;
	background-color: #1b284c;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin: 50px auto 100px;
}
@media screen and (max-width : 834px ){
  .back_box {
      margin: 30px auto 50px;
  }
}

.back_box a {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.back_box a:hover {
    background-color: #3a5591;
    opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: all .4s;
	transition: all .4s;
}

.wpnav {
    width: 825px;
    margin: 30px auto 0;
}
@media screen and (max-width : 834px ){
.wpnav {
    width: 75%;
}
}
@media screen and (max-width : 568px ){
.wpnav {
    width: 85%;
}
}

/* -----------------------------------------------------------
	お問合せ contact
----------------------------------------------------------- */

.cont01 {
    width: 800px;
    padding: 200px 0 180px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width : 834px ){
  .cont01 {
      width: 85%;
      padding: 100px 0 130px;
  }
}

.contact_title {
    width: 112px;
    margin: 0 auto;
}
.contact_title img {
    width: 100%;
}


.contact_area {
	width: 100%;
	margin: 0 auto;
    overflow: hidden !important;
}

.contact_area p {
    padding-top: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: #111a3a;
}
@media screen and (max-width : 834px ){
  .contact_area p {
      width: 70%;
      margin: 0 auto;
  }
}
@media screen and (max-width : 568px ){
  .contact_area p {
      text-align: left;
  }
}

table.contust {
	width: 100%;
	margin: 35px auto 0;
    border-bottom: 1px solid #1b284c;
    border-top: 1px solid #1b284c;
}

table.contust th {
    width: 10%;
	padding: 25px 0 25px 10px;
	vertical-align: top;
	text-align: left !important;
	border-bottom: 1px solid #1b284c;
    white-space: nowrap;
}
table.contust th.his {
    padding: 25px 0 0 10px !important;
}

table.contust td {
	padding: 25px 5px 25px 2px;
	vertical-align: middle;
	border-bottom: 1px solid #1b284c;
    font-size: 15px;
    overflow: hidden;
}

/*
table.contust tr:nth-child(odd) th,
table.contust tr:nth-child(odd) td {
	background-color: #fff;
}
table.contust tr:nth-child(even) th,
table.contust tr:nth-child(even) td {
	background-color: #f8f8f8;
}
*/

.hissu {
	width: 30px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	color: #fff;
    text-align: center;
	background-color: #ff0000;
    border-radius: 5px;
}

.adno {
	font-size: 14px;
	color: #0047B5;
}

.tdad01 {
	font-size: 14px !important;
}

.mfbtbox {
	width: 216px !important;
	height: 60px !important;
	line-height: 60px !important;
	margin: 50px auto 0 !important;
	text-align: center !important;
	overflow: hidden !important;
}

button.button_mfp_goconfirm {
	width: 216px !important;
	height: 60px !important;
	line-height: 60px !important;
	font-size: 18px !important;
	color: #fff !important;
	background-color: #1b284c !important;
	background-image: none !important;
	border: none !important;
	border-style: none !important;
	cursor: pointer !important;
	border-radius: 5px !important;
}

button.button_mfp_goconfirm:hover {
	opacity: 0.7 !important;
	cursor: pointer !important;
}

input#button_mfp_reset {
	width: 131px;
	height: 44px;
	overflow: hidden;
	background-color: #fff;
	background-image: none;
	background-size: 131px;
	border: none;
	border-style: none;
	cursor: pointer;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	width: 95% !important;
    padding: 0.3em;
    outline: none;
    border: 1px solid #a8acb0;
    font-size: 17px;
}

input[type="text"].pcode {
	width: 80px !important;
}

input[type="number"] {
	width: 10%;
}

input[type="checkbox"] {
	padding: 1em;
	outline: none;
    border: 1px solid #a8acb0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.bgno dd {
	background-color: transparent !important;
}

.mfp_col10 {
	margin-bottom: 5px !important;
}

div.mfp_buttons button#mfp_button_send {
	width: 120px !important;
	height: 35px !important;
	line-height: 35px;
	padding: 0 !important;
	color: #fff;
	background-color: #00208c !important;
	cursor: pointer !important;
}
div.mfp_buttons button#mfp_button_send:hover {
	opacity: 0.7 !important;
	cursor: pointer !important;
}

div.mfp_buttons button#mfp_button_cancel {
	width: 120px !important;
	height: 35px !important;
	line-height: 35px;
	padding: 0 !important;
	color: #fff;
	background-color: #c00000 !important;
	cursor: pointer !important;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	opacity: 0.7 !important;
	cursor: pointer !important;
}

/*ラジオボタン*/
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 10px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #009a9a;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}


ul.radio02 li {
	float: left;
    padding-right: 10px;
}


@media screen and (max-width : 834px ){

  table.contust tr:nth-child(odd) th,
  table.contust tr:nth-child(odd) td {
      background: none;
  }
  table.contust tr:nth-child(even) th,
  table.contust tr:nth-child(even) td {
      background: none;
  }

  table.contust th {
      width: 100%;
      padding: 15px 0 10px 0 !important;
      vertical-align: middle;
      border-bottom: none;
      background-color: none  !important;
  }

  table.contust td {
      padding: 15px;
      vertical-align: middle;
      border-bottom: 1px solid #1b284c;
      background-color: #f8f8f8 !important;
  }

  table.contust,
  table.contust tbody,
  table.contust thead,
  table.contust tr,
  table.contust td {
      display: block;
  }

  table.contust th {
      width: auto;
  }

  .hissu {
      margin-left: 5px;
      margin-top: -10px
  }

  .nini {
      margin-left: 15px;
  }
  input[type="text"],
  input[type="number"],
  input[type="tel"],
  input[type="email"],
  textarea {
      font-size: 16px;
  }
}


p.kanren {
    text-align: center !important;
    margin: 30px auto !important;
}





/* -----------------------------------------------------------
	サンクスページ
----------------------------------------------------------- */

#thanks {
	width: 80%;
	margin: 150px auto 0;
	text-align: center;
}

.thankstex {
	width: 80%;
	height: auto;
	margin: 80px auto;
	text-align: center;
	line-height: 20px;
}
.thankstex p {
	line-height: 30px;
}

@media screen and (max-width : 568px ){
  .thankstex p {
      font-weight: bold;/*0830*/
      font-size: 15px;/*0830*/
      line-height: 30px !important;/*0830*/
      text-align: left;
  }
}







.pagetop {
	width: 76px;
	height: 76px;
    display: none;
    position: fixed;
    bottom: 45px;
    right: 15px;
	z-index: 9;
}
.pagetop img {
	width: 100%;
	height: auto;
}


#access {
	margin-top: -130px;
	padding-top: 130px;
}


/* Bnr
-----------------------------------------*/
.Bnr {
  display: none;
  position: fixed;
  bottom: -100px;
}


/******************************************************************************************************* Media Queries */
.for-pc { display:block; }
.for-sp { display:none; }
.for-smart { display:none; }

@media screen and (max-width : 834px ){
.for-pc { display:none !important; }
.for-sp { display:block; }
.for-smart { display:none; }

#access {
	margin-top: -60px;
	padding-top: 60px;
}

#container {
	width: 100%;
	overflow: hidden;
	position: static;
	padding-bottom: 0 !important;
}

#content {
	width: 100%;
	overflow: hidden;
}


.pagetop {
	width: 50px;
	height: 50px;
}

.Bnr {
  width: 100%;
  height: 35px;
  padding: 10px 0 0;
  position: fixed;
  display: none;
  bottom: 0px;
  right: 0px;
  left: 0;
  margin: auto;
  z-index: 88;
  overflow: hidden;
}

.Bnr img {
	width: 50%;
	height: 35px;
	float: left;
}





}/**********************************************************************************834px  Media Queries   end */


@media screen and (max-width: 568px) {

.for-smart { display:block; }


}/**********************************************************************************568px  Media Queries   end */


@media screen and (max-width: 375px) {






}/**********************************************************************************375px  Media Queries   end */

@media screen and (max-width: 320px) {









}/**********************************************************************************320px  Media Queries   end */




