/* ----------------------------------------------------------------

初期設定項目

---------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

html,body {
	height:100%;
	font-size: 18px;
}
h1 {
	display: none;
	width:0;
	height:0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
}
a {
	text-decoration:none;
	color:#3b221e;
}
img, table,th,td {
	border:none;
}
ul {
	list-style:none;
}

br.pc { display:none; }
br.sp { display:block; }



.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}



/* ----------------------------------------------------------------

container

---------------------------------------------------------------- */
#container {
    width: 100%;
    position: relative;
    height: auto !important;    
    height: 100%;
    min-height: 100%;
}

/* ----------------------------------------------------------------

header

---------------------------------------------------------------- */
#top {
	width: 100%;
	background:#fff;
	/* height: 80px; */
	z-index:99999;
}
#header {
    padding: 0 20px;
    margin: auto;
}


.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 99990;
	background-color: #42993A;
	  overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #000;
	position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}

#menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99980;
	background-color: #3b221e;
	padding: 70px 10px 0;
}

#menu-content #tel {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}
#menu-content #tel i{
	display: none;
}
#menu-content #tel a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#000;
	text-decoration: none;
	padding: 15px 15px 15px 0;
	position: relative;
}
#menu-content #tel a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 24px;
}
#menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 99980;
	background-color: #fff;
	opacity: 0.9;
	transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ #menu-content {
	left: 0;/*メニューを画面内へ*/
}



/* ----------------------------------------------------------------

main

---------------------------------------------------------------- */
#main {
	position:relative;
	/* background:#3b221e; */
	margin-bottom: 20px;
	width: 100%;
	height: 400px;
	margin :auto;
    background: url(img/top-image.png) no-repeat center bottom;
}
#main img.face {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 400px;
	z-index: 980;
}
#main img.name {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 90vw;
	z-index: 999;
}

#main img.logo {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 200px;
	z-index: 990;
}

/* ----------------------------------------------------------------

Swiper

---------------------------------------------------------------- */
.slider {
	position: relative;
	overflow:hidden;
}
.swiper-container {
	position: relative;
	padding-bottom: 38px;
}
.swiper-slide .title {
	font-size: 13px;
	margin-top: 10px;
	width: 100%;
}
.swiper-slide .image img{
	width: 100%;
}
.slider .swiper-slide {
	width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #ddd;
    opacity: 0.7;
    width: 50px;
    height: 48px;
    margin-top: -55px;
    background: url(img/arrow01.png) no-repeat;
}
.swiper-button-prev {
	transform: scale(-1, 1);
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
    margin-top: -15px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #eee;
	background: #fff;
	opacity: 1;
}
.slider .swiper-pagination-bullets {
  width: initial !important;
}
.slider .swiper-pagination {
	right: 20px;
	top: initial !important;
	left: initial !important;
	bottom: 20px;
}
.slider .swiper-pagination-bullet {
	background: transparent;
}
.swiper-pagination-bullet-active {
	background: #42993A;
	border: 1px solid #42993A;
	opacity: 1; 
}
.slider .swiper-pagination-bullet-active {
	background: #42993A;
}
.slider .swiper-button-next {
	right: 20px;
}
.slider .swiper-button-prev {
	left: 20px;
}

/* ----------------------------------------------------------------

contents

---------------------------------------------------------------- */
#contents {
	position: relative;
    margin: auto;
    padding-bottom: 290px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#contents a {
	/* text-decoration:underline; */
}
#contents a:hover{
	/* text-decoration:underline; */
}
#contents img {
	vertical-align:top;
}
#contents .odd  {
	/* background: #ebffcc; */
}
#contents .ivory  {
	background: #fdfdf5;
}
#contents .glay  {
	background: #f3f3f3;
}
#contents .red  {
	background: #450d0c;
}
#contents .blue {
	background: #b4bccf;
}
#contents .red  img, #contents .blue img {
	width: 100%;
}
##contents #arrow {
	height: 150px;
	background: #fff url(img/back_arrow1.png?21032501) center bottom no-repeat;
}
#contents #arrow.netsu {
	background: #fff url(img/back_arrow2.png?21032501) center bottom no-repeat;
}
#contents .copy {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section {
	padding: 30px 10px;
	clear: both;
	overflow:hidden;
}

#contents h2 {
	font-size: 26px;
	padding-bottom: 10px;
	/* margin-bottom: 10px;
	background:  url(img/back_h2.jpg?21032501) center bottom no-repeat; */
}
#contents h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	padding : 10px;
	font-size: 24px;
	background:  url(img/back_h3.jpg?21032501) left top no-repeat;
}
#contents h4 {
	margin-bottom: 30px;
	font-size: 24px;
}
#contents h5 {
	margin-bottom: 10px;
	font-size: 20px;
}

#contents h2 .sub {
	float:right;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: middle;
	margin-top: 8px;
}

#contents h2 .sub i{
	vertical-align: middle;
	margin-left: 7px;
}
#contents p {
	word-wrap: break-word;
}
#contents #single p {
	margin-bottom: 30px;
}
#contents #single img {
	margin-bottom: 10px;
}
#contents #single blockquote {
	margin: 30px 0;
	border-left: 5px solid #ddd;
	padding: 1em 0 1em 10px;
	color: #777;
}
#contents #single ul,
#contents #single ol {
	margin-bottom: 30px;
}
#contents #single ul {
	list-style-type: disc;
}
#contents #single ol {
	list-style-type: decimal;
}
#contents #single li {
	margin-left: 1.5em;
}
#contents #single #detail {
	clear: both;
    overflow: auto;
	margin-bottom: 20px;
}
#contents #single iframe {
	width: 100%;
}
#contents img.all {
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px;
}
#contents img.pconly {
	display: none;
}


.card {
  display: block;
  max-width: 100%;
  /* box-shadow: 5px 5px 20px rgba(196, 196, 196, 0.5); */
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;

  .card-inner {
    padding: 0;
  }

  .card-img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .card-time {
    font-size: 14px;
    color: #767676;
  }
  .card-title {
    color: #333;
    font-size: 16px;
  }
}

#contents strong {
	color: red;
}

#contents .calendar {
	width: calc(100% - 2px);
}
#contents #call {
	clear: both;
	margin: auto;
	background-color: #42993A;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	border-radius: 30px;
	width: 200px;
}
#contents #call a {
	text-decoration:none;
	color: #fff;
	display: block;
}
#contents #procard {
	margin: auto;
}

#contents #protitle {
	clear: both;
	margin-bottom: 20px;
	background-color: #42993A;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
	width: 100px;
	text-align:center;
}
#contents #promeisai {
	margin-bottom: 10px;
}
#contents #promeisai th {
	display: block;
	text-align: left;
}
#contents #promeisai td {
	display: block;
    width: 100%;
}



/* ----------------------------------------------------------------

calendar

---------------------------------------------------------------- */
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table tbody td .fc-day-grid-event {
	display: block;
	margin-bottom: 5px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	font-feature-settings: "palt";
	text-decoration: none;
	letter-spacing: 0;
	overflow: hidden;
}
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sun {
	color: #7f1311;
}
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sat {
	color: #356e88;
}

/* ----------------------------------------------------------------

footer

---------------------------------------------------------------- */
/* ボタン全体の外枠指定 */
.snsbtniti5 {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}

/* ulタグの内側余白なしと箇条書きの黒丸削除 */
ul.snsbtniti5 {
padding: 0!important;
list-style-type: none!important;
}

/* ボタン同士の余白調整 */
.snsbtniti5 li {
flex: 0 0 33%;/* ボタンが5列に並ぶ指定 */
text-align: center!important;
}

/* ボタン全体 */
.flowbtn14 {
font-family: 'Noto Sans Japaneses', sans-serif; /* フォント指定 */
position: relative;
display: inline-block;
width: 100%; /* ボタンの横幅 */
height:50px; /* ボタンの高さ */
font-size:33px;/* アイコンサイズ */
border-radius: 4px;/* ボタンの角を少し丸める */
transition: .5s;
text-decoration: none;
color:#fff!important;
margin-bottom:5px;/* ボタン下の余白 */
}

/* アイコンとフォントの位置 */
.flowbtn14 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}

/* マウスホバー時、少し白くなる */
.flowbtn14:hover{
opacity: 0.7;
text-decoration: none;
cursor: pointer;
}

/*InstagramとAmazonのアイコンを少し大きく */
.flowbtn14 i.fa-brands.fa-instagram,flowbtn14 i.fa-brands.fa-amazon{
font-size: 38px;
}

/* エックス背景 */
.my_x1 {
background: #000;
}

/* Instagram紫グラデ背景 */
.my_instagram1 {
background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
}

/* Facebook背景 */
.my_facebook1 {
background: #1877f2;
}
/* ----------------------------------------------------------------

footer

---------------------------------------------------------------- */
#footer2 {
    position: absolute;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 40px;
	background: #eee;
	overflow: hidden;
}
#footer2 #info {
	text-align: center;
	font-size: 10px;
	padding: 10px;
}

#footer3 {
    position: absolute;
    margin: auto;
    bottom: 40px;
    width: 100%;
    height: 200px;
	background: #eee;
	text-align: center;
}
#footer3 #navi {
	margin: 40px 0 0 0;
}


/* ----------------------------------------------------------------

pageTop

---------------------------------------------------------------- */
.pageTop {
	display: none;
}
.pageTop img {
	display: none;
}