@charset "UTF-8";

/*--------------------
メインコンテンツ
--------------------*/


#blog  {
background-color: #fffae7;
}
#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-color: #fff;
    background-attachment: fixed;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin: 5rem 0;
}

#blog .column01 {
    width: 100%;
    /* max-width: 900px; */
	 background: #fffae7;
	margin-bottom: 0;important!
	padding: 2rem;
}

#blog .column02 {
    width: 100%;
	background: url(../img/akahaikei.jpg) ;
	padding: 3rem 0 5rem 0;
}


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

#blog .btn {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #879c77;
    border: solid 2px #879c77;
    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: #879c77;
    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: #fff;
}

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

article {
    position: relative;
    padding-bottom: 40px;
}
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: linear-gradient(to left, #879c77 25%,transparent 25%) repeat-x;
    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);
}







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: 14px;
    line-height: 1.6;
}
article .entryContent .block {
    max-width: 1000px;
    margin: 0 auto 4em auto;
}
article .entryContent .block:last-of-type {
    margin: 0 auto;
}
article .entryContent .block:after {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
article .entryContent h2 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #879c77;
	border-left: 10px solid #879c77;
}
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;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
article .entryContent .btn {
    max-width: 500px;
    margin-top: 2em !important;
}

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

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

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

.column02 h3.ttl {
    color: #879c77;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.column02 h3.ttl:before,
.column02 h3.ttl:after {
    content: "";
    width: 25%;
    height: 2px;
    display: block;
    background: linear-gradient(to left, #879c77 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
}
.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: #879c77;
    border: solid 2px #879c77;
    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: #879c77;
    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 h3.ttl {
}
#newArticleWrap h3.ttl span.deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 80%;
}
#newArticleWrap h3.ttl span.deco:before,
#newArticleWrap h3.ttl span.deco:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #aaa;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#newArticleWrap h3.ttl span.deco:before {
    transform: translate(-35px, 0px) rotate(-25deg);
}
#newArticleWrap h3.ttl span.deco:after {
    transform: translate(35px, 0px) rotate(25deg);
}
#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 .entryContent .flex{
    display: flex;
    justify-content: center;
}
article .entryContent .flex .caster_img{
    width: 30%;
}
article .entryContent .flex .caster_img img{
    width: 100%;
}
article .entryContent .flex .caster_info{
    width: 68%;
}
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%;
}


.movie{
	width: 50%;
	margin: 10px auto 30px auto;
    padding-top: 28.12%; 
    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;
}



.midashi  {
  /*線の種類（実線） 太さ 色*/
  font-size: 1.7em;
  color: #32312c;
  border-bottom: solid 3px #32312c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.7em;
}

.honbun {
	font-size: 1.2rem;
    line-height: 2em;
	font-weight: bold;
	color: #6a4604;	
    text-align: center;
	}
	
.honbun2 {
    font-size: 1.2rem;
    line-height: 2em;
	font-weight: bold;
	color: #6a4604;	
	text-align: center;
	}



.cast {
	border-bottom: dashed 2px #000000;
	font-size: 1.6em;
    line-height: 2em;
	text-align: center;
	font-weight: bold;
	}

	.aka {
    color: #c62312;
	}

	
	.kuro{
	color: #1a1a1a;
	font-weight: 600;
	font-size: 1.1rem;
	font-family: "Yu Mincho";
	text-align: left;
	padding-bottom: 2rem;
	}	
	
[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img {
    width: 49%;
    height: auto;
}


	@media screen and (max-width: 736px) {	
	[class^="img-flex-"] {
	display: block;
	}	 
			 
.img-flex-2 img {
    width: 100%;
    margin: 0 auto;
	padding-bottom: 20px;
}
}

.imgres {
  display: block;
  width: 90%;
  height: auto;
  margin: 1rem auto 2rem auto;
  }
  
 .imgres2 {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  } 
  
  
  .imgres3 {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  }

  .imgres6 {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
  }
  
  .imgguest {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  }
  
  
.imgres5 {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  }


 
  
/* 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;
	}
	}
	/* メニュー実験　*/
		
.menu-container {
  margin: 0;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #d61b22;
  font-size: 1.05rem;
  font-weight: bold;
  border-right: none;
  color: #ffffff; 
  display: block;
  padding: 1.2em 0.4em;
  text-align: center;
  text-decoration: none;
}


.menu-container .menu .menu-item a:hover {
  font-weight: bold;
  background: #fff100;
  color: #d61b22;
}

.menu-container .menu .menu-item:last-child a {
  border-right: 1px solid #fe6b27;
}

@media screen and (max-width: 768px) {
  .menu-container .menu {
    flex-wrap: wrap;
    width: 100%;
  }
  .menu-container .menu .menu-item {
    flex: auto;
    width: 50%;
  }

  .menu-container .menu .menu-item:nth-child(n + 1) a {
    border-top: none;
  }
}
					@media screen and (max-width: 736px) {
.menu-container .menu .menu-item a {
  font-size: 0.85rem;
  }
}

.yellow {
   padding: 4em 0;
   background: #fffdea;
}


.yellow2 {
padding: 4em 0;
background: url("../img/str.png");
}

.yellow3 {
padding: 4em 0;
background: #fff100;
}

.yellow4 {
background-color: #fff;
padding: 4em 0;
}


.orange {
padding: 4em 0;
background: url("../img/strore.png");
}

.sapporo {
background-color: #ff8a00;
padding: 4em 0;
}

.sapporo dl {
font-size: 1rem;
border-bottom: 1px solid #ccc;
margin: 0.1rem 0;
line-height: 1.5rem;
}

.sapporo dt {
font-size: 1rem;
line-height: 1.5rem;
}

.sapporo dt {
clear: left;
float: left;
}

.sapporo dd {
margin-left: 45%;
font-weight: bold;
text-align: right;
}

.sapporomidashi {
  color: #fff;
  background: #ec0401;
  box-shadow: 0px 0px 0px 5px #ec0401;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 1.6rem;
  text-align: center;
  margin: 2rem;
}

.zairyo {
  font-size: 1.4rem;
  padding: 0.1em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  text-align: left;
  border-left: solid 5px #ff8a00;/*左線*/
  letter-spacing: 10px;
  line-height: 2.5rem;
}

.are  {
	  font-size: 0.83rem;
  text-align: left;
  line-height: 1.5rem;
  }
  
 .how {
padding: 2rem 0;
font-size: 1rem;
margin: 0.1rem 0;
line-height: 1.5rem;
}

 .how2 {
padding: 1.5rem 0;	 
font-size: 1.3rem;
margin: 0.1rem 0;
line-height: 1.5rem;
}
 
ol.sample1{
  margin: 2rem 0;
  position: relative;
  padding: 35px 15px 15px 30px;
  font: 14px;
  border: solid 2px #ec0401;
  border-radius:8px;
  background: #fff;
}
ol.sample1:before{
  content: "さらにアレンジ";  /* 好きな文字を記述 */
  position: absolute;
  display: block;
  top: -25px;
  left: 20px;
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 10px;
  color: #ec0401;
}
ol.sample1 li{
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}
  
.stblue {
padding: 4em 0;
background: url("../img/strblue.png");
}


.cols {
    display: flex;
    padding: 0;
	animation-name: fadein;
    animation-duration: 2s;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;     
}

.align-center {
    text-align: center;
}

.cols.cols_2>.col {
    flex-basis: calc(90% / 2);
    max-width: calc(90% / 2);
    padding-left: 1.25%;
	padding-right: 1.25%;
}

.cols.cols_3>.col {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 5%, 1.25%;
}


.cols.cols_4>.col {
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 1.25%;
}

.cols.cols_5>.col {
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    padding: 1.25%;
}


.cols.cols_6>.col {
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
    padding: 0.7%;
}

.cols.cols_8>.col {
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    padding: 0.4%;
}



.msr_box01 {
  font-weight: bold;
  background-color: #FFFFFF;
  box-sizing: border-box;
  color:#000000;
  display:block;
  padding: 8px 8px 20px 8px;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.msr_box01 .ttl {
  font-size: 16px;
  line-height: 1.6;
  background-color: #000000;
  box-sizing: border-box;
  color: #fff100;
  font-weight: bold;
  display: block;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 200px;
  margin: 0 auto;
}


.msr_box01 p {
  font-size: 13px;
  line-height: 1.6;
  padding-bottom: 1.5rem;
}
.msr_box01 a:hover{
  opacity: 0.8;
}

.tvmark {
	font-size: 0.72em;
	text-align: center;
	line-height: 1.8em;
}

.icontv {
	background: url(../img/tvicon.png) no-repeat;
    background-position: center left;
    width: 39px;
    height: 39px;
    padding: 6px 0 6px 50px;
}

.btn-blue {
	font-size: 1.4rem;
    color: #fff;
    background-color: #d6232a;
    border-radius: 0.2rem;
    padding: 0.6rem 1rem;
    margin-bottom: 2rem;
}

.btn-black {
	font-size: 1.4rem;
    color: #fff;
    background-color: #464646;
    border-radius: 0.2rem;
    padding: 0.6rem 1rem;
    margin-bottom: 2rem;
}

.btn-red {
	font-size: 1.2rem;
    color: #fff;
    background-color: #d6232a;
    border-radius: 0.2rem;
    padding: 0.3rem 1rem;
    margin:0 auto 1rem auto;
	font-weight: 900;
}


.douga {
padding: 4rem 2rem;
background-color: #dddddd;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;
}

#wanted {
padding: 4rem 2rem;
background-color: #dd4047;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #c30d23), to(#c30d23)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #c30d23), to(#c30d23));
-webkit-background-size: 5px 5px;
}



.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 3%;
  left: 5%;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #d51a21;/*背景色*/
  font-size: 20px;
  line-height: 1;/*行高は1に*/
  padding: 10px 20px;/*文字周りの余白*/
  }
  
.example h2 {
  font-weight: bold;
  font-size: 1.6em;
 }
.example img {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  }
  
  
  
 .btn-animation-02 {
  display: inline-block;
  width: 350px;
  text-align: center;
  background-color: #fff100;
  font-size: 1.6em;
  color: #fff100;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 24px;
  border: 1px solid #fff100;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  color: #000000;
  content: "";
  display: block;
  background-color: #000000;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
  border: 0.1px solid #000000;
  border-radius: 4px;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #fff100;
}

.btn-animation-02:hover {
  color: #000000;
} 

.center {
  text-align: center;
  }
  
.yellow_line {
	line-height: 2.2em;
	font-size: 1.1em;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
	}
	
	
.guest3	 {
	margin-top: 5rem;
		line-height: 1.8em;
		font-size: 0.7em;
			}
			
			
.guest4 {
  max-width: 250px;
  font-size: 17px;
  line-height: 1.6;
  background-color: #000000;
  box-sizing: border-box;
  color: #fff100!important; 
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  text-align: center;
}	
.guest4.a:link {
  text-decoration: none;
  color: #fff100!important; 
}

.guest4.a:hover {
  opacity: 0.6;
}



.guest5	 {
		line-height: 1.8em;
		font-size: 0.7em;
			}
			
			

.scale {
transform: scale(0.75,0.75);
}			
			
			

 .css-fade2 {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

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

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
			
 /*見っど*/	
 
 .css-fade1 {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

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

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


 .css-fade2 {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
  }

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

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

.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 4px;
  background: #5bc8ac;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}

/* section */
.flex {
	display: flex;
}



.photo {
	width: 55%;
	height: 500px;
	background: #fff url(section-bg.jpg) center/ cover no-repeat;
}
.photo + div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 45%;
}


.service  {
	padding: 50px 0;
}
.service .icon_list {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}
.service ul {
	margin: 0;padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service ul li {
    margin: 0;
}
.service ul li:nth-of-type(2){
	transition-delay: .2s;
}
.service ul li:nth-of-type(3){
	transition-delay: .4s;
}
.service ul li:nth-of-type(4){
	transition-delay: .6s;
}
.service ul li img {
    max-width: 700px;
	height: auto 0;
}
.service ul li p {
    font-size: 14px;
    color: #f73f6f;
}
.service p {
	margin: 0 0 40px 0;
}
.service a.button {
	color: #293f4d;
	border: 1px solid #293f4d;
}
.service a.button:hover {
	color: #fff;
	background-color: #293f4d;
}

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }
 
 .right {
  float: right;
  padding-bottom: 30px;
  }
  
  .clear_box {
    clear:  both;               /* 回り込みを解除する */
}
 
/* 右からフェードイン */
.slide-right {

	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }
 
 
.mid2 {
  display: table;
  width: 100%;
  height: 580px;
  background-color: #fee100;
  transform: skewY(-3deg);
  margin-top: 3vw;
  padding-top: 50px;
 }
 
 
 .mid2 p {
  vertical-align: middle;
}
 
.mid2 > * {
  transform: skewY(3deg);
}

.honbun3 {
	padding-bottom: 30px; 
	font-size: 1.5em;
    line-height: 2em;
	font-weight: bold;
	}
	
.honbunright {
	padding-bottom: 30px; 
	font-size: 1.5em;
    line-height: 2em;
	font-weight: bold;
	text-align: right; 
	}
		
	
.artist {
	padding: 15px 0; 
	font-size: 1.5em;
    line-height: 2em;
	font-weight: bold;
	}
	
	
.rela {
position: relative;
}	

.andmore {
font-size: 2.2em;
line-height: 2em;
font-weight: bold;
bottom: 0;
margin: 0;
text-align: center;
	}	
	
.mid3 {
  display: table;
  width: 100%;
  height: 580px;
  background-color: #e0d7d7;
  transform: skewY(-3deg);
  padding-top: 65px;
 }
 
 
 .mid3 p {
  vertical-align: middle;
}
 
.mid3 > * {
    transform: skewY(3deg);
}


.mid4 {
  display: table;
  width: 100%;
  height: 580px;
  background-color: #fee100;
  transform: skewY(-3deg);
  padding: 50px 0 120px 0;
 }
 
 
 .mid4 p {
  vertical-align: middle;
}
 
.mid4 > * {
  transform: skewY(3deg);
}


.midtop {
  padding-top: 65px;
 }
 
 .midt {
   	background: url(../img/paper.jpg) ;
	 }
	 
.reci  {	 
	 font-size: 1.2rem;
	 text-align: left;
	 font-weight: bold;
 }
 
 
 .btn-square {
  margin: 2rem;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ec0401;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #ff8a00;
  border-radius: 6px;
  font-size: 1.5rem;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	padding: 3rem 2rem 0 2rem;
}
.box30 .box-title {
    font-size: 1.1em;
    background: #d61b22;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}



.top-banner {
	 display: block;
	max-width:230px; /*画像のはみだしを防ぐ*/
	width: 100%;
	height: auto; /*画像の縦横比を維持 */
	margin:10px auto;
}
 .top-banner:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px){	
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){	
  .pc { display:none; }
  .sp { display:block; }
}


.matsuri { 
position: relative;
margin-top: 2rem;
padding: 7em;
background: url(../img/kessyo.png) ,url(../img/kessyo2.png) , url(../img/kaiback.jpg) ;
background-position: left 0% top 0%,  right 0% top 0%, center;
background-size: 24% auto, 24% auto, auto;
background-repeat: no-repeat, no-repeat, repeat;
z-index: 1;
border: solid 15px #d4903f;
border-radius: 10px
	}

	
			.midashi1 {
		color: #018532;
		text-align:center;
		font-size:2rem;
		font-weight: 900;
		}
		
				.midashi2 {
		color: #DA393C;
		text-align:center;
		font-size:2.2rem;
		font-weight: 900;
		}
		
	
	
.mida {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 2rem 1rem;
 }	
 
 .mida2 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  background-color: #6a4604;
  border-radius: 3px;
  padding:10px 50px;
 }
 

  .mida3 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #6a4604;
  border-radius: 3px;
  padding:5px 15px;
 }	
	
.ichi  {
  padding: 1rem 2rem;
  color: #fff;
  background-color: #d9383b;
  font-weight: bold;
  font-size: 2em;
  }


	.topics {
		color: #6a4604;
		padding: 2rem 5rem;
		}
		
		.topics dd {
text-align: left;
}
			
	.topics dl {
padding: 11px 0;
margin-bottom: 0;
font-size: 1rem;
font-weight: bold;
border-bottom: 2px solid #d4903f;
}

.topics dt {
font-size: 1rem;
padding-bottom: 5px;
font-weight: bold;
text-align: left;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 20%;
font-size: 1.2rem;
}

.topics dd {
margin-left: 19%;
font-weight: bold;
text-align: left;
font-size: 1.2rem;
}

	.topics dl {
padding: 11px 0;
margin-bottom: 0;
font-size: 1.2rem;
font-weight: bold;
}
}


		@media screen and (max-width: 961px) {
	.topics {
		margin: 0 ;
		}
		}
a:hover { 
		  opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha(opacity=70)";
		}

#banner {
    height: 0;
    position: relative;
    padding-top: 32%;
    background: url(../img/kumo2.png) ,url(../img/top.png), #fffae7;
    background-position: right 8% bottom 9%, center ,center;
    background-size: 13% auto, 100% auto , contain;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    z-index: 1;
}

		#banner .content {
			position: relative;
			margin: 0;
			padding: 4em 1em 3.5em 1em;
		}
		

#hinichi {
    height: 0;
    position: relative;
    padding-top: 10%;
    background: url(../img/hiduke.png) , #fffae7;
    background-position: center,center;
    background-size: 55% auto , 100% auto;
    background-repeat: no-repeat , repeat;
    z-index: 1;
}

#naiyou {
    margin: 2rem 3.5rem;
    height: 0;
    padding-top: 45%;
    position: relative;
    background: url(../img/ryu.png) ,url(../img/bon.png) , url(../img/naiyou.png) ,url(../img/ramen.jpg);
    background-position: left 5% top 15%, right 1% top -5%, right 9% top 11%, center;
    background-size: 12% auto, 6.5% auto, 9.5% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    z-index: 1;
}


#naiyou2 {
    display: block;
    position: relative;
    margin-top:  -45%;
    width: 53%;
    padding-left: 22%;
    font-size: 1.3rem;
    font-weight: bold;
    z-index: 2;
}
	
	#bamen {
    height: 0;
    position: relative;
    padding-top: 18.7%;
    background: url(../img/bamen.jpg) , #fffae7;
    background-position: center,center;
    background-size: 100% auto , 100% auto;
    background-repeat: no-repeat ,  repeat;
    z-index: 1;
	}
	
	
#cast {
    margin: 2rem 3.5rem;
    height: 0;
    position: relative;
    padding-top: 60%;
    background: url(../img/kumo.png) ,url(../img/kumo2.png) ,url(../img/cast.png) ,url(../img/eat.jpg) , url(../img/bon2.png) , url(../img/moyou.png) ,url(../img/namae.png);
    background-position: left 0% bottom 30%, right 0% top 2%, left 0.5% top 0%, right 5% top 25%, left 13% top 25%,left 2% bottom 32%, right 10% bottom 14%;
    background-size: 16% auto, 18% auto, 9.5% auto, 65% auto, 6.5% auto, 25% auto, 62% auto;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    z-index: 1;
}
	
	
.kumo {
    top: -70px;
	left: 85%;
    position: relative;
    z-index: 2;
}

.kumo img {
	max-width: 200px;
	width: 100%;
	height: auto;
	}
	
.syou {
	font-size:0.8em;}
	
	
	.modal_section {
	max-width: 630px;
	margin: 0 auto;
	padding: 0 20px;
}
.modal_title {
	margin: 0;
	padding: 1em 0;
	font-weight: bold;
}

.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mfp-content {
	max-width: 800px;
	padding-top: 44px;
}

.mfp-fade01.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.7;
}
.mfp-fade01.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade01.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.copyright {
	text-align: center;
	margin: 0;
	padding: 2em 0 1em;
	font-size: 14px;
}


.imgres4 {
    display: block;
	padding-top: 1rem;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.tenpo {
	font-family: "Yu Mincho";
	background-color: #fff;
	font-size: 1.3rem;
	font-weight: 900;
	color: #000;
    border-bottom: 3px double #000;
    margin: 0 1rem;
	}

.pcnone{
    display: none;
}

.first {
  font-size: 2.2rem;
  color: #c92218;
}	
	
	.inner {
	max-width: 1400px;
    padding: 2rem 3rem;
	background: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.juusyo {
		max-width: 480px;
		margin: 0 auto;
		}

.sikaku {
    background: url(../img/sikaku.png) no-repeat;
    background-position: center left;
    max-width: 41px;
    height: 41px;
    padding: 6px 0 6px 55px;
}

.jikan {
	font-family: "Yu Mincho";
	text-align: center;
	font-size: 4rem;
	font-weight: 900;
	color: #000;
    border-bottom: 3px double #000;
	}
	
.up {
font-size: 5.5rem;
padding-right: 7px;
}

.up2 {
font-size: 4.8rem;
padding-right: 7px;
}

.sukima {
    padding: 1rem;
    background: #fff;
}
		@media screen and (max-width: 961px) {
			.jikan {
	font-family: "Yu Mincho";
	text-align: center;
	font-size: 2.5rem;
	font-weight: 900;
	color: #000;
    border-bottom: 3px double #000;
	}
	
.up {
font-size: 3rem;
padding-right: 5px;
}
}


/*プレゼントリボン*/

.cp_card {
    width: 500px;
    position: relative;
    overflow: visible;
    margin: 1em auto;
	padding: 2.5rem 0;
	}
	
.cp_ribbon12 {
	position: absolute;
	z-index: 200;
	top: 15px;
	width: calc(100% + 20px);
	height: 65px;
	margin-right: -18px;
	margin-bottom: 80px;
	margin-left: -18px;
}
.cp_ribbon12:before, .cp_ribbon12:after {
	position: absolute;
	top: 35px;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-width: 30px 23px;
}
.cp_ribbon12:before {
	left: -30px;
	border-style: solid;
	border-color: #126631 #126631 #126631 transparent;
}
.cp_ribbon12:after {
	right: -30px;
	border-style: solid;
	border-color: #126631 transparent #126631 #126631;
}
.cp_ribbon12 .cp_ribbon {
	position: relative;
	z-index: 100;
	height: inherit;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
	background: #018532;
	font-size: 2rem;
	font-weight: 600;
}
.cp_ribbon12 .cp_ribbon:before, .cp_ribbon12 .cp_ribbon:after {
	position: absolute;
	bottom: -16px;
	width: 0;
	height: 0;
	content: '';
	border-top: 16px solid #0b5226;
}
.cp_ribbon12 .cp_ribbon:before {
	left: 0;
	border-left: 16px solid transparent;
}
.cp_ribbon12 .cp_ribbon:after {
	right: 0;
	border-right: 16px solid transparent;
}

