@charset "UTF-8";

/*--------------------
メインコンテンツ
--------------------*/
html { 
    scroll-behavior: smooth;
}

	#banner {
   	background: #fff;
    background-repeat: repeat;
    border-bottom: 5px solid #c8a063;
    padding-top: 10px;
	}

		#banner .content {
			position: relative;
			margin: 0;
			padding: 4em 1em 3.5em 1em;
		}
		
 .css-fade2 {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

.imgres2{
        max-width: 960px;
    display: block;
    margin: 10px auto;
    object-fit: contain;
    clear: both;
}

.imgres3{
        max-width: 480px;
    display: block;
    margin: 0 auto 30px auto;
    object-fit: contain;
        clear: both;
}

.imgres5 {
  display: block;
    max-width: 1200px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
    object-fit: contain;
  }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


#blog {
font-family: 'M PLUS 1p', sans-serif;
   	background: #9ee5ff;
    background-image: url(img/dot2.png);
    padding-bottom: 40px;
}

#blog #blogHeader {
   	background: #ffdf16;
}
#blog #blogHeader img {
    width: 100%;
}
#blog #blogHeader #progDetail {
   	background-color: #27b3ed;
    background-attachment: fixed;
    padding: 2rem;
    color: #32312c;
    font-size: 1.9em;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#blog #blogHeader #progDetail a.btn {
    max-width: 500px;
    margin-top: 5px;
}
#blog > .container {
   	background: #fff;
    background-attachment: fixed;
    justify-content: space-between;
    align-items: flex-start;
	margin: 2rem 0;
        display: block;
    padding-top: 70px;
}
#blog > .container:last-of-type {
    padding-bottom: 50px;
}
.column01 {
    clear: both;
    width: 100%;
    /* max-width: 900px; */
    display:block;
	margin-bottom: 0;important!
}
.column02 {
    width: 100%;
    /* max-width: 900px; */
	 background: #ffdf16;
	margin-bottom: 0;important!
}


.declaration {
    padding: 30px;
	animation-name: fadein;
    animation-duration: 2s;
	margin:50px auto;
    width: 90%;
  background-image: linear-gradient(90deg, rgba(165, 220, 247, 1), rgba(213, 251, 239, 1));
}

.declaration-l {
    width: 62%;
	min-width:300px;
	margin:2% 4%;
}

.declaration-r {
    width: 26%;
	margin:2%;
}

.declaration-r img {
    width: 100%;
    max-width:300px;
object-fit: contain;
}

.cols {
    display: flex;
    padding: 0;
	animation-name: fadein;
    animation-duration: 2s;
	margin-bottom:20px;
flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; 
}

.cols.cols_2>.col {
    width: 46%;
	min-width:300px;
	margin:2%;
	text-align:center;
}

.col img{
    width: 90%;
	object-fit: contain;
}

.center{
    text-align: center;
}

.matsuri { 
    display: block;
   	background: #fff;
padding: 3em 5em;
z-index: 1;
border: solid 5px #c8a063;
    margin: 80px auto;
    max-width: 1200px;
	}



.matsuri2 { 
position: relative;
padding: 2em 5em;
z-index: 1;
border-radius: 10px;
background: #001c58;
	}
	
			.midashi1 {
		color: #018532;
		text-align:center;
		font-size:2rem;
		font-weight: 900;
		}
		
.midashi2  {
  position: relative;
  padding: 1.5rem 2rem;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  background-color: #ca0e25;
  color: #fff;
  margin: 3rem;
  font-size: 2rem;
}

.midashi2:before,
.midashi2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.midashi2:before {
  top: 0;
}

.midashi2:after {
  bottom: 0;
}


h3 {
  display: inline-block;
  position: relative;
  height: 80px;/*リボンの高さ*/
  line-height: 80px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  width: 100%;
    font-size: 1.4rem;
}

h3:before, h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

h3:before {
  top: 0;
  left: 0;
  border-width: 40px 0px 40px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

h3:after {
  top: 0;
  right: 0;
  border-width: 40px 20px 40px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

h3 br {
    display: none;
}


h4 {
  line-height: 40px;
  position: relative;
  height: 40px;
  padding: 0 2rem;
  width: 80%;
  text-align: center;
  color: #fff;
  background: #5ac3f2;
  margin:30px auto;
}


h4 span {
  position: relative;
  display: block;
}

/*------ メニュー ------*/



#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: calc(100% / 4);
  margin: 0;
  padding: 0; }


#menu li a{
  display: block;
  padding: 18px 0 15px;
  background: #bf8a17;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
}
#menu li a:hover{
  background: #edb63e;
}


#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #bf8a17;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #bf8a17;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

/*------ ボタン ------*/

#blog .btn {
    width: 60%;
    margin: 0 auto 20px auto;
    font-size: 18px;
    font-weight: bold;
    padding: 1%;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #5ac3f2;
    border: solid 2px #5ac3f2;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
}
#blog .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #93deff;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
#blog .btn.prev:before {
    right: 0;
	left: auto;
}
#blog .btn:hover:before,
#blog .btn:active:before {
    width: 100%;
}
#blog .btn span {
    position: relative;
    display: block;
    padding: 12px;
}
#blog .btn:hover {
    color: #fff;
}

.btn span br {
    display: none;
}


/*--------------------
メインコンテンツ：記事レイアウト
--------------------*/

article {
    position: relative;
    padding: 10px 20px 40px 20px;
background-color: rgb(255, 255, 255,0.9);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
article .entryHeader{
    margin-bottom: 30px;
    padding: 15px 10px;
    position: relative;
}
article:after,
article .entryHeader:after {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background-size: 10px 100%;
    position: absolute;
}
article .entryHeader:before {
    top: 0;
}
article:after,
article .entryHeader:after {
    bottom: 0;
}
article .entryHeader h1.entryTtl {
	font-size: 26px;
	color: #666666;
	font-weight: bold;
}
article .entryHeader .entryMeta {
	font-size: 13px;
	color: #888;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
article .entryHeader .entryMeta > div {
    margin-right: 15px;
    margin-top: 5px;
}
article .entryHeader .entryMeta > div:last-of-type {
    margin-right: 0;
}
article .entryHeader .entryMeta > div > svg {
	margin-right: .3em;
}

/*--- タグ ---*/

article .entryHeader .tag{
    padding-left: 1.3em;
    text-indent: -1.3em;
}
article .entryHeader .tag > *{
	display: inline;
}
article .entryHeader .tag li{
	display: inline-block;
	text-indent: initial;
}
article .entryHeader .tag li:after{
	content:" , ";
}
article .entryHeader .tag li:last-of-type:after{
	content: "";
}
article .entryHeader .tag a {
	color: inherit;
	transition:.3s;
}
article .entryHeader .tag a:hover {
	opacity: .8;
}

/*--- シェアボタン ---*/

article .entryHeader .share {
    display: flex;
    align-items: center;
}
article .entryHeader .share .shareTtl {
	margin-right: 0.5em;
}
article .entryHeader .share .shareTtl svg {
	margin-right: 0.3em;
}
article .entryHeader .share ul {
    display: flex;
    justify-content: center;
}
article .entryHeader .share li {
    margin-right: 5px;
}
article .entryHeader .share li:last-of-type {
    margin-right: 0;
}
article .entryHeader .share a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    transition: all 300ms ease-out;
}
article .entryHeader .share svg {
    transition: all 300ms ease-out;
}
article .entryHeader .share a:hover {
	opacity: .9;
}
article .entryHeader .share a:hover svg {
	transform:scale(1.1);
}
article .entryHeader .share a.facebook {
    background: #1877f2;
}
article .entryHeader .share a.twitter {
    background: #1DA1F2;
}
article .entryHeader .share a.line {
    background: #00b900;
}
article .entryHeader span.deco,
article .entryHeader span.deco:before,
article .entryHeader span.deco:after {
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #aaa;
    border-radius: 3px;
}
article .entryHeader span.deco:before,
article .entryHeader span.deco:after {
    content: "";
}
article .entryHeader span.deco {
    transform: rotate(90deg);
    top: -40px;
}
article .entryHeader span.deco:before {
    transform: translate(10px, -50px) rotate(38deg);
}
article .entryHeader span.deco:after {
    transform: translate(10px, 50px) rotate(-38deg);
}




.block p.img {
	text-align:center;
}

.cpimg {
    width: 100%;
    margin: 15px auto;
    object-fit: contain;
}

article .entryHeader span.deco span:before,
article .entryHeader span.deco span:after {
    position: absolute;
    width: 25px;
    height: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to right, #aaa 25%,transparent 25%) repeat-x;
    background-size: 6px 100%;
    content: "";
    border-radius: 2px;
}
article .entryHeader span.deco span:before {
    transform: translate(4px, -25px) rotate(15deg);
}
article .entryHeader span.deco span:after {
    transform: translate(4px, 25px) rotate(-15deg);
}
article .entryContent {
    font-size: 18px;
    line-height: 1.6;
}


.block {
    max-width: 1000px;
    margin: 0 auto 4em auto;
}
.block:last-of-type {
    margin: 0 auto;
}
.block:after {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    content: ".";
}

article .entryContent h2 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 20px;
	position: relative;
  background: #dddddd;
  box-shadow: 0px 0px 0px 5px #dddddd;
  border-top: dashed 2px white;
  border-bottom: dashed 2px white;
  padding: 0.2em 0.5em;
}

article .entryContent figure {
    max-width: 640px;
    margin: 0 auto 2em auto;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
article .entryContent figure.fl {
    float: left;
    margin: 0 2em 2em 0;
    width: 40%;
}
article .entryContent figure.fr {
    float: right;
    margin: 0 0 2em 2em;
    width: 40%;
}
article .entryContent figure img {
    width: 100%;
}
article .entryContent figure figcaption {
    background: rgba(255, 255, 255, .9);
    padding: 5px 10px;
    position: absolute;
    max-width: 80%;
    right: -10px;
    bottom: -10px;
    font-size: 13px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
article .entryContent .btn {
    max-width: 600px;
}

/*------ ページング ------*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
}
.pagination li {
    width: 48%;
}
.pagination a {
    display: flex;
    align-items: center;
    transition: .3s;
}
.pagination a:hover {
	opacity: .8;
}
.pagination .prev a {
	justify-content: flex-start;
}
.pagination .next a {
	justify-content: flex-end;
}
.pagination .prev svg {
    margin-right: 0.5em;
}
.pagination .next svg {
    margin-left: 0.5em;
}
.pagination svg {
    opacity: .8;
}
.pagination .disabled {
    visibility: hidden;
}

/*--------------------
公式Twitter・SNS
--------------------*/



.snsCont {
    display: flex;
    margin-top: 10px;
flex-wrap: wrap;
}


.col .snsCont {
    display: flex;
    margin-top: 10px;
flex-wrap: wrap;
    padding: 0;
}


.snsCont li {
    width: 10%;
    display: block;
    text-align: center;
}


.col .snsCont li {
    width: 15%;
    display: block;
    text-align: center;
}


.snsCont li p {
    font-size: 0.3em;
    margin-top: -5px;
}

.snsCont li img {
width: 90%;
object-fit: contain;
}

/*--------------------
サイド
--------------------*/


.column02 a {
	transition: .3s;
}
.column02 a:hover {
	opacity: .8;
}

/*------ ナビ ------*/

#progNav a {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #97675a;
    border: solid 2px #97675a;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
}
#progNav a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #97675a;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#progNav a.prev:before {
    right: 0;
	left: auto;
}
#progNav a:hover:before,
#progNav a:active:before {
    width: 100%;
}
#progNav a span {
    position: relative;
    display: block;
    padding: 12px;
}
#progNav a:hover {
    color: #fff;
	opacity: 1;
}
#progNav ul {
	width: 100% !important;
}
#progNav li {
    margin-bottom: 10px;
}
#progNav li:last-of-type {
    margin-bottom: 0;
}

/*------ 最新記事 ------*/

#newArticleWrap li{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
#newArticleWrap a {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}
#newArticleWrap .date {
    width: 25%;
}
#newArticleWrap .entryTtl {
    width: 100%;
    font-size: 15px;
    margin-bottom: 6px;
	padding-left: 1.2em;
    text-indent: -1.2em;
}
#newArticleWrap .entryTtl svg {
    font-size: 80%;
    margin-right: 1em;
    transition: .3s;
    opacity: .7;
}
#newArticleWrap figure {
    margin: 0;
    width: 25%;
    overflow: hidden;
    position: relative;
    padding-top: 25%;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .01);
    margin-right: 2%;
}
#newArticleWrap figure img{
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}
#newArticleWrap figure + p{
	width: 72%;
	font-size: 14px;
}

/*------ 月別アーカイブ・カテゴリー ------*/

#archiveWrap ul,
#tagWrap ul {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	justify-content: space-between;
}

#archiveWrap ul {
	padding-left: 1.4em;
	margin-bottom: 15px;
}
#archiveWrap ul li {
    margin: 5px 0;
    width: 50%;
}
#archiveWrap .year {
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 5px;
    width: 90%;
    margin: 0 auto;
}
#archiveWrap .year.open svg {
    transform: rotate(90deg);
}
#archiveWrap .year svg {
    font-size: 80%;
    margin-right: 1em;
    transition: .3s;
    opacity: .7;
}

#tagWrap ul li {
    margin: 5px 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#tagWrap ul li:nth-child(2n) {
    margin: 5px 0 5px 0;
}
#tagWrap svg {
    font-size: 80%;
    margin-right: 1em;
    opacity: .7;
}




article.archive li{
	border-bottom: 1px solid #eee;
}
article.archive a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
article.archive .date {
    width: 10%;
}
article.archive .entryTtl {
    width: 90%;
    font-size: 15px;
}

/*------ 追記 ------*/
article .entryContent .block_small{
    max-width: 800px;
    margin: 2em 2em 0;
}
article .flex{
    display: flex;
    justify-content:space-between;
}
article .entryContent .flex .caster_img{
    width: 40%;
}
article .entryContent .flex .caster_img img{
    width: 100%;
	border-radius:10px;
	box-shadow: 0 2px 2px #CCC;
}
article .entryContent .flex .caster_info{
    width: 55%;
}
article .entryContent .flex .caster_info span{
    font-size: 16px;
    margin-right: 1em;
}
article .entryContent .block h5{
    font-size: 21px;
    text-align: center;
}
.column02 .form{
    margin: 0 auto 5%;
    text-align: center;
}
.column02 .form img{
    width: 100%;
}
.block .flex .img_con{
    width: 50%;
    margin: 0 0.5em 2em;
}
.block .flex .img_con img{
    width: 100%;
}
.block table{
	margin: 2% auto;
	width: 98%;
}
.block table tr{
  border: 0px none;
}
.block table th{
    border: dashed 2px white;
	border-radius: 100px 25px 100px 25px / 50px 25px 50px 25px;
	background: #ffeab1;
  display:block;
  padding: 20px 0px;
  margin:30px 20px 30px 0;
    box-shadow: 0px 0px 0px 10px #ffeab1;
}
.block table td{
	padding: 10px;
	width: 75%;
}
#blog .flex .btn{
	display: block;
	border: 3px solid #5ac3f2;
	width: 31%;
	margin: 2% 1% 1%;
	padding: 1%;
	text-align: center;
	font-size: 17px;
	color: #5ac3f2;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#blog .flex .btn:hover{
	color: #fff!important;
}

article .flex2{
    display: flex;
    justify-content: center;
}

#blog .flex2 .btn{
	display: block;
	border: 3px solid #5ac3f2;
	width: 100%;
	margin: 2% 1% 1%;
	padding: 1%;
	text-align: center;
	font-size: 17px;
	color: #5ac3f2;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#blog .flex2 .btn:hover{
	color: #fff!important;
}


.block .btn{
	display: block;
	border: 3px solid #5ac3f2;
	width: 31%;
	margin: 2% 1% 1%;
	padding: 1%;
	text-align: center;
	font-size: 17px;
	color: #5ac3f2;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.block .btn:hover{
	color: #fff!important;
}




article p{
	width: 97%;
	margin: 0 auto 2%;
}
article p.strong{
	font-size: 18px;
}

.honbun{
    text-align: left;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0;
}

.honbun2{
    text-align: left;
    font-size: 1.5rem;
}

.movie{
	width: 80%;
	margin: 10px auto 30px auto;
    padding-top: 56.25%; 
    align-items: center;
    display: block;
    position: relative;
}


.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    border-radius: 10px;
}

.movie .movieCon iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.dealer{
	background-color: #ddd;
	padding:  20px;
	margin: 30px auto 10px auto;
    width: 90%;
}
.shop{
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	align-items: center;
}
.tel{
	font-size: 0.8em;
    font-weight: normal;
}


.mapFrame{
	width: 100%;
	margin: 5% 0;
    display: block;
}

.mapFrame .map img{
	width: 55%;
	float: left;
}

.mapFrame .map iframe{
	width: 43%;
	float: none;
}

.copyright {
			cursor: default;
			margin: 30px 0;
            font-size: 0.8em;
            line-height: 1.5em;
    text-align: center;
		}

/* facebook スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 640px;
	}
}
 
/* facebook PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 640px;
	}
}F