@charset "utf-8";
/*
Theme Name: magokoro template
Theme #
Description

/* スライドショー
--------------------------- */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baskervville&display=swap');
body {
    color: #3e3a39;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background-image: url("img/haikei1.jpg");
    background-size: 400px 407px;
    background-repeat: repeat;
}
.mg1 {
    margin-top: -1px;
}
.googleCalendar {overflow-x: scroll; width: 100%;}
.googleCalendar iframe {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
max-width: 800px!important;
}
@media all and (min-width: 768px) {
.googleCalendar {overflow-x: scroll; width: 100%;}
.googleCalendar iframe {
	max-width: 800px!important;
  }
}
/* テキスト
--------------------------- */
.font_s1,.font_s2,.font_s3,.font_s4,.font_s5{letter-spacing: 0.05em;}
.font_s6,.font_s7{letter-spacing: 0.03em;}
.font_s {font-size: 1.1rem;line-height: 20px;letter-spacing: 0.05em;}
.font_s1 {font-size: 1.4rem;line-height: 26px;}
.font_s2 {font-size: 1.6rem;line-height: 28px;}
.font_s3 {font-size: 2.0rem;line-height: 32px;}
.font_s4 {font-size: 2.8rem;line-height: 36px;}
.font_s5 {font-size: 2.0rem;line-height: 42px;}
.font_s6 {font-size: 1.8rem;line-height: 30px;}
.font_s7 {font-size: 3.0rem;line-height: 42px;}
.font_s8 {font-size: 3.8rem;line-height: 48px;}
.font_s9 {font-size: 4.2rem;}
.font_s10 {font-size: 5.0rem;line-height: 58px;}

.ls_b {letter-spacing: 0.12em;}
.f_b {font-weight: 900;}
.f_b2 {font-weight: 800;}
.f_b3 {font-weight: 600;}
.f_b4 {font-weight: 400;}

/* テキストカラー
--------------------------- */
.f_c1 {color: #4e8d37;}
.f_c2 {color: #ffffff;}
.f_c3 {color: #666666;}
.f_c4 {color: #C40D23;}
.f_c5 {color: #00417a;}

.top_f2 {font-size: 2.4rem;line-height: 34px;letter-spacing: 0.05em;border-left: 8px solid #4e8d37;}
.top_f1 {font-size: 2.4rem;line-height: 34px;letter-spacing: 0.05em;border-left: 8px solid #ffffff;}

#blog p {font-size: 1.4rem;line-height: 25px;letter-spacing: 0.04em; clear: both; padding-bottom: 16px;box-sizing: border-box; }
#blog img { padding: 0 0 16px 0;}
#blog h6 {font-size: 1.6rem;line-height: 28px;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
#blog h5 {font-size: 1.6rem;line-height: 28px;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
#blog h4 {font-size: 1.8rem;line-height: 28px;letter-spacing: 0.05em;font-weight: 600; clear: both; padding-bottom: 16px;}
#blog h3 {font-size: 2.2rem;line-height: 35px;letter-spacing: 0.05em;font-weight: 900; clear: both; padding-bottom: 16px;}
#blog h2 {font-size: 2.6rem;letter-spacing: 0.05em;line-height: 34px;font-weight: 900; clear: both; padding-bottom: 16px;}
#blog h1 {font-size: 2.8rem;letter-spacing: 0.05em;line-height: 42px;font-weight: 900; clear: both; padding-bottom: 16px;}
#blog storng {font-weight: 900;}

#cat li:first-child {
	padding-top: 8px;
}
#cat li {
	font-size: 1.3rem;
	line-height: 40px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #9fa0a0;
}
#cat li:last-child {
	border-bottom: none;
	padding-bottom: 8px;
}

/* テキストフォント
--------------------------- */
.f_f1 {font-family: 'Baskervville', serif;}
.f_f2 {font-family: 'Noto Serif JP', serif;}

embed,
iframe,
object{
	max-width: 100%;
}
br.sp { display: inline; }
br.pc { display: none; }
.move {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* リンクカラー
--------------------------- */
a, a:link, a:visited  {color: #3e3a39;text-decoration: none;} 
.w a, .w a:link, .w a:visited  {color: #ffffff;text-decoration: none;} 
.b a, .b a:link, .b a:visited  {color: #c9a063;text-decoration: none;} 
.me a, .me a:link, .me a:visited  {color: #7DBAB9;text-decoration: none;} 
.sl a, .sl a:link, .sl a:visited  {color: #6EABF7;text-decoration: none;}
.l a, .l a:link, .l a:visited  {color: #DB9EB5;text-decoration: none;} 
a, a img, a em, a p, a, .op a img, .op a em, .op a p {
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
}
a:hover, a:hover img, a:hover em, a:hover p {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.op a:hover, .op a:hover img, .op a:hover em, .op a:hover p {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.outer{
  display: table;
  height: 100%;
    text-align: left;
}
.inner{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.topbg1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.logo{
    width: 200px;
    height: 200px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
    z-index: 900;
}
.re {position: relative;width: 100%;height: 100%;}
.swiper-slide-active .fadeSlider_01 {
    animation: fadeSlideImg01 5s ease 0s 1 normal;
    animation-iteration-count: 1;
    animation-delay: 0.3s;
    opacity: 0;
    }
@keyframes fadeSlideImg01 {
    0% { opacity: 0; transform: translateX(100px);}
    33% { opacity: 1; transform: translateX(0px); }
    66% { opacity: 1; }
    100% { opacity: 1; }
}
.swiper-slide-active .s-right-text {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}
@keyframes s-right-text {
    0% { opacity: 0; }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; }
}

/* スライドショー
--------------------------- */
html, body {
        width: 100%;
        height: 100%;
    margin: 0px;
    padding: 0px;
}
.swiper-container {
    width: 100%;
    height: 94%;
    margin: 0;
    padding: 0;
}
.swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
body > .tophaikei {
    height: auto;
}
.d_no {
	display: none;
}
.fix_h {
    position: fixed;
    z-index: 900;
    top:0;
}

/* ライン
--------------------------- */

.line_b1 {
	border-bottom: 1px solid #40220F;
}
.line_b2 {
	border-bottom: 1px solid #3e3a39;
}
.line_b3 {
	border-bottom: 3px solid #4e8d37;
}
.line_t1 {
	border-top: 1px solid #40220F;
}
.line_t2 {
	border-top: 1px dotted #3e3a39;
}

.line_o1 {
	border: 1px solid #40220F;
}

.line_lr1 {
	border-left: 1px solid #727171;
	border-right: 1px solid #727171;
}
.line_r1 {
	border-right: 1px solid #727171;
}
.line_tb1 {
	border-top: 1px solid #40220F;
    border-bottom: 1px solid #40220F;
}

/* ナビメニュー
--------------------------- */
.menu{
  *zoom: 1;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.menu:before, .menu:after{
  content: "";
  display: table;
}
.menu:after{
  clear: both;
}
.menu li img{
 vertical-align:middle;
}
.menu li {
    position: relative;
    text-align: center;
    display: inline-block;
    *display: inline;
    font-weight: 700;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.05em;
    background-position: left center;
    background-repeat: no-repeat;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    background-image: url("img/line_s.png");
     background-size: 1px 24px;
}
.mg2 {margin-top: -6px;}
.menu li:last-child {
   display: inline-block;
  *display: inline;
    padding-right: 0px;
    padding-left: 24px;
}
.menu li:first-child {
    background-image: url(none);
}

.menu li a {
  margin: 0;
  text-decoration: none;
  font-style: normal;
  display: block;
}
.menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
}
.menu li ul li {
	width: 200px;
	text-align: left;
	font-size: 1.4rem;
	background-image: url(none), url(none);
	padding-left: 16px;
	padding-right: 16px;
	background: rgba(0,0,0,0.8);
}
.menu li ul li:last-child {
  background-image: url(none), url(none);
  padding-left: 16px;
  padding-right: 16px;
}
.menu li ul li:first-child {
  padding-left: 16px;
  padding-right: 16px;
}
.menu li ul li a{
	color: #fff;
}
.menu li:hover > a{
}
.menu li a:hover{
}
.menu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.menu li:hover ul li{
  overflow: visible;
  height: 36px;
}

/* 背景
--------------------------- */

.bg1 {
	 background-image: url("img/h_haikei1.jpg");
    background-size: 350px 452px;
    background-repeat: repeat;
    background-position: left top;
}
.bg2 {
	 background-image: url("img/haikei2.jpg");
    background-size: 400px 467px;
    background-repeat: repeat-x;
    background-position: left top;
}
.bg3 {
    background-color: rgba(78,141,55,0.1);
}
.bg3_1 {
    background-image: url("img/s_haikei1.jpg");
}
.bg3_2 {
    background-image: url("img/s_haikei2.jpg");
}
.bg3_3 {
    background-image: url("img/s_haikei3.jpg");
}
.bg3_4 {
    background-image: url("img/s_haikei4.jpg");
}
.bg4 {
	  background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.bg6 {
	background-color: rgba(127,201,194,0.1);
}
.bg7 {
	background-color: rgba(245,245,245,1);
}

.relative {  
    position: relative; 
}
.top_t {
	position: absolute;
	top:0px;
	left: 0px;
    z-index: 100;
	padding: 16px; 
}
.bg_p{
	background-position: center center;
	background-repeat: repeat-x;
	height: 200px;
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}
@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 0px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 0px;}
	100% {background-position: 800px 0;}
}
@-webkit-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 0px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 0px;}
	100% {background-position: 800px 0;}
}
@-moz-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 0px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 0px;}
	100% {background-position: 800px 0;}
}

@media screen and (max-width: 780px) {
.menu-header_nav-container{display: none;}
.d_no {
	display: block;
}
.d_no_m {
	display: none;
}
br.sp { display: none; }
br.pc { display: inline; }

    /* ナビメニュー
--------------------------- */

.menu-drawer_nav-container{
    width: 100%;
    height: 100%;
    }
.menu{
  *zoom: none;
  list-style-type: none;
  width: 100%;
  max-width: 100%;
  padding:0;
   margin:0;
  text-align: center;
  overflow: hidden;
  position: static;
  
}
.menu:before, .menu:after{
  content: "";
  display:inline;
}
.menu:after{
  clear:none;
}
.menu li {
  position: static;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3px 10px;
  padding-left: 0px;
  padding-right: 0px;
 display: inline-block;
    *display: inline;
  width:90%;
  margin-left: auto;
  margin-right: auto;
  height:auto;
  color:#fff;
  padding:10px;
  border-bottom:1px solid #fff;
   text-align: center;
margin-top: 0px;
	
}
.menu li:first-child {
  padding:16px 10px 16px 10px;
}
.menu li:last-child {
  padding-left: 0px;
  padding-right: 0px;
}


.menu li a{
   text-decoration:none;
   font-size:16px;
   display:block;
   height:auto;
   line-height:26px;
   font-weight:bold;
   color:#fff;
}
.menu li ul.sub-menu {
  list-style: none;
  position: static;
  z-index: auto;
  top: auto;
  left: 0;
  margin-top: 0px;
  padding: 8px 0px 0px 16px;
  display:block;
  background:none;
}
.menu li ul.sub-menu li {
	width: 100%;
	text-align: justify;
	font-size: 1.2rem;
	background-image: url(none), url(none);
	padding: 0px 0px 0px 16px;
	position: static;
	border-bottom:none;
    background: rgba(0,0,0,0.0);
    margin-top: 0px;
}
.menu li ul.sub-menu li a{
	color:#fff; 
}
.menu li:hover > a{
}
.menu li a:hover{
}

.menu li ul li{
  overflow: visible;
  height: 36;
  transition: .0;
  margin-top: 0px;
}
.menu li:hover ul li{
  overflow: visible;
  height: auto;
  margin-top: 0px;
}

.font_s5 {font-size: 1.6rem;line-height: 32px;}
.logo{
    width: 200px;
    height: 172px;
top: 55%;
}

}
