@charset "UTF-8";

#breadcrumb {
    margin-bottom: 10px;
}
/*--------------------
メインコンテンツ
--------------------*/
html { 
    scroll-behavior: smooth;
}


#banner {
   	background: #fff;
    background-repeat: repeat;
        border-bottom: 3px solid #c8a063;
    position: relative;
    z-index: 1;
        padding-top: 10px;
	}

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

}


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

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


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

#blog #blogHeader {
	background: #ffdf16;
}
#blog #blogHeader img {
    width: 100%;
}
#blog #blogHeader #progDetail {
    background: #fbe760;
    background-size: 15px 15px;
    background-attachment: fixed;
    padding: 10px;
    color: #32312c;
    font-size: 1.4em;
    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: -webkit-repeating-linear-gradient(-45deg, #fef5cf, #fef5cf 3px,#fcfaf1 3px, #fcfaf1 7px);
    background: repeating-linear-gradient(-45deg, #fef5cf, #fef5cf 3px,#fcfaf1 3px, #fcfaf1 7px);
    background-attachment: fixed;
    display: block;
}
#blog > .container:last-of-type {
    padding-bottom: 50px;
}
.column01 {
    clear: both;
    display:block;
    margin-bottom: 40px;
    padding-top: 20px;
}
.column02 {
	width: 96%;
	margin: 0 auto 30px auto;
}
.column02 > section {
	margin-bottom: 35px;
}


.matsuri {
    clear: both;
    display: block;
   	background: #fff;
padding: 1em;
z-index: 1;
border: solid 3px #c8a063;
margin:15px 10px 30px 10px;
	}
	
.matsuri2 {
padding: 0 1em;
z-index: 1;
border-radius: 10px;
margin:10px;
background: #001c58;
}
.mida {
  font-weight: bold;
  font-size: 1.2rem;
 }	

.mida2 {
  font-weight: bold;
  font-size: 1.2rem;
 }	
 
 .mida3 {
  font-weight: bold;
  font-size: 1.2rem;
 }	
 
  .mida3 {
  font-weight: bold;
    font-size: 0.8rem;
 }	
	
.ichi  {
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #d12314;
  font-weight: bold;
  font-size: 1.4em;
  }
.aka2 {
    color: #d6232a;
}
			.midashi1 {
		color: #018532;
		text-align:center;
		font-size: 1.3rem;
		font-weight: 900;
		}

.midashi2  {
  padding: 1rem 0.7rem ;
  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;
  font-size: 1.1rem;
    border-bottom: #ffce08 solid 4px;
    border-top:  #ffce08 solid 4px;
}



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

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

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

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



h4 {
  line-height: 30px;
  position: relative;
  height: 30px;
  padding: 0 1.5rem;
  text-align: center;
  color: #fff;
  background: #5ac3f2;
    font-size: 0.8rem;
    margin: 10px auto;
    width: 80%;
    display: block;
}


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


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

.block p img {
	width:100%;
 object-fit: contain;
}

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

article {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 10px 40px 10px;
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: 21px;
	color: #666666;
	font-weight: bold;
}
article .entryHeader .entryMeta {
	font-size: 13px;
	color: #888;
}
article .entryHeader .entryMeta > div {
    margin-top: 5px;
}
article .entryHeader .entryMeta > div > svg {
	margin-right: .3em;
}

.col {
	margin:40px auto 5px auto;
	text-align:center;
}

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

.declaration {
padding: 15px;
    width: 90%;
    margin: 30px auto;
  background-image: linear-gradient(90deg, rgba(165, 220, 247, 1), rgba(213, 251, 239, 1));
}


.declaration-l {
 width: 90%;
 margin: 10px auto;
	}

.declaration-r {
 width: 70%;
 margin: 10px auto;
	}

.declaration img {
    width: 100%;
object-fit: contain;
}

.cols {
display: flex;
flex-wrap: wrap;
padding: 0;
}

.cols.cols_2>.col {
 width: 100%;
 margin: 0 auto;
	}


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

#blog .btn {
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 18px;
    font-weight: bold;
    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;
    padding: 3% 0;
}
#blog .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #5ac3f2;
    z-index: -1;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#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: #00b0ff;
}

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

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.3em;
	min-width: 4.5em;
}
article .entryHeader .share .shareTtl span.pc {
	display:none;
}
article .entryHeader .share .shareTtl svg {
	margin-right: 0.3em;
}
article .entryHeader .share ul {
    display: flex;
    justify-content: center;
    width: 100%;
}
article .entryHeader .share li {
    margin-right: 3px;
    width: 100%;
}
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;
    font-size: 18px;
    padding: 6px 5px;
    border-radius: 5px;
    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: 20px;
    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: -30px;
}
article .entryHeader span.deco:before {
    transform: translate(10px, -50px) rotate(38deg);
}
article .entryHeader span.deco:after {
    transform: translate(10px, 50px) rotate(-38deg);
}
article .entryHeader span.deco span:before,
article .entryHeader span.deco span:after {
    position: absolute;
    width: 15px;
    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: 14px;
    line-height: 1.6;
}



.block {
    margin: 0 auto 3em 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: 18px;
	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: 600px;
    width: 90%;
    margin: 0 auto 1.5em auto;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
article .entryContent figure.fl {
}
article .entryContent figure.fr {
}
article .entryContent figure img {
    width: 100%;
}
article .entryContent figure figcaption {
    background: rgba(255, 255, 255, .9);
    padding: 5px 10px;
    font-size: 13px;
    display: flex;
    justify-content: center;
}
article .entryContent .btn {
    max-width: 500px;
}

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

.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;
    padding: 0;
}
.snsCont li {
    width: 25%;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.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 {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
}
#progNav ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
#progNav li {
    width: 100%;
    margin-right: 1vw;
}
#progNav li:last-child {
	margin-right: 0;
}
#progNav li span {
	text-align: center;
	padding: 2vh 0;
	min-height: 50px;
	background: #fffcf8;
	border: 1px solid #FFBD7A;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	transform: translateY(2px);
	color: #FFBD7A;
	font-size: 3.4vw;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	position: relative;
	opacity: .8;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 320px){
#progNav li span {
	font-size: 3.8vw;
}
}
#progNav li.current span {
    transform: translateY(0);
    background: #FFF !important;
    opacity: 1;
    z-index: 1;
}
#progNav li:last-child span {
	margin-right: 0;
}
#progNav .current:before {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 background: #FFBD7A;
	 z-index: 1;
}

#progNav01.progNav li span {
	color: #f9bb7c;
	background: #fffcf8;
	border-color: #f9bb7c;
}
#progNav01.progNav li:before{
    background: #f9bb7c;
}

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


#newArticleWrap li{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
#newArticleWrap a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 96%;
    margin: 0 auto;
}
#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;
	line-height: 1.4;
}

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

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

#archiveWrap ul {
	padding-left: 2.3em;
	margin-bottom: 15px;
}
#archiveWrap ul li {
    width: 50%;
    margin: 5px 0;
}

#archiveWrap ul a {
    display: block;
    padding: 5px 0;
}
#archiveWrap .year {
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 15px;
}
#archiveWrap .year.open svg {
    transform: rotate(90deg);
}
#archiveWrap .year svg {
    font-size: 80%;
    margin-right: 0.8em;
    transition: .3s;
    opacity: .7;
}

#tagWrap ul li {
    min-width: 49%;
    margin: 5px 0;
}

#tagWrap ul a {
    display: block;
    border: 1px solid #eee;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px;
    padding-left: 2em;
    text-indent: -1.3em;
}
#tagWrap svg {
    font-size: 80%;
    margin-right: 0.5em;
    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: 25%;
}
article.archive .entryTtl {
    width: 75%;
    font-size: 15px;
}

/*------ 追記 ------*/
article .entryContent .block_small{
    margin: 2em 2em 0;
}
article .entryContent .flex{
    display: flex;
    flex-wrap: wrap;
}
article .entryContent .flex .caster_img{
    width: 70%;
    margin: 0 auto 1em;
}
article .entryContent .flex .caster_img img{
    width: 100%;
}
article .entryContent .flex .caster_info{
    width: 100%;
}
article .entryContent .flex .caster_info span{
    font-size: 16px;
    margin-right: 1em;
}
article .entryContent .block h5{
    font-size: 21px;
    /* text-align: center; */
}
.block .flex .img_con{
    width: 94%;
    margin: 0 1% 2% 3%;
}
.block .flex .img_con img{
    width: 100%;
}

.block table{
	margin: 2% auto;
	width: 95%;
}
.block table tr{
  border: 0px none;
  }

.block table th{
  border: 0px none;
	padding: 10px;
	display: block;
	background: #ffeab1;
	border-radius: 100px 25px 100px 25px / 50px 25px 50px 25px;
}
.block table td{
	padding: 10px;
	/* width: 75%; */
	display: block;
}
#blog .flex .btn{
	display: block;
	border: 3px solid #5ac3f2;
	width: 98%;
	margin: 2% auto;
	padding: 1%;
	text-align: center;
	font-size: 17px;
	color: #5ac3f2;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#blog .flex .btn:hover{
	color: #00b0ff!important;
}
article p{
	width: 97%;
	margin: 0 auto 2%;
}
article p.strong{
	font-size: 18px;
}

.honbun{
    text-align: left;
    line-height: 1.5rem;
}

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

.movie{
	display: block;
    padding-top: 56.25%; 
    width: 100%;
    height: auto;
	margin: 10px auto 20px auto;
    position: relative;
}

.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.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;
}


.mob{
    display: none;
}

.dealer{
    background-color: #ddd;
	padding: 10px;
	margin: 30px auto 10px auto;
    box-sizing: border-box;
	width: 94%;
}
.shop{
	width: 96%;
	font-size: 25px;
	font-weight: bold;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.tel{
    display: block;
	width: 96%;
	font-size: 18px;
	text-align: center;
    font-weight: normal;
}


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

.mapFrame .map img{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.mapFrame .map iframe{
	width: 100%;
}


/*--------------------
メニュー
--------------------*/
#menu{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0;
    }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #bf8a17;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 999; 
  
}
#menu li a:hover{
  background: #bf8a17;
}
#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {

  #menu{
    display: none;
	z-index: 999; 
  }
  #menu li{
    width: 100%;
	z-index: 999; 
	border-bottom: 1px solid #444;
	  font-weight: 600;
  }
    

  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #bf8a17;
	  font-weight: 600;
  }
  #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;
  }
}

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