@charset "UTF-8";
/* アーカイブページ調整用 */

.top_mar { margin-top: 80px; }
@media screen and (max-width: 960px) {
	.top_mar { margin-top: 50px; }
}

section {
	margin: auto;
  padding: 70px 7% 90px;
}
section.bg_color { 
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.00) 50%, rgba(255,255,255,0.20) 100%);
	border-top: 1px #CCAB3E solid;
}
section.bg_color2 {
	background: url("../common/back_haru.jpg") 50% 0 repeat;
	border-top: 1px #CCAB3E solid;
}

@media screen and (max-width: 960px) {
	section {
		padding: 40px 5% 60px;
	}
}

/* タイトル */
.title {
	color: #000000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
  font-weight: 700;
	text-align: center;
  font-size: 4.5rem;
	letter-spacing: 0.1rem;
  line-height: 1;
  margin: 10px 0 10px 0;
	text-shadow: 1px 0px 0px #000000;
}

@media screen and (max-width: 960px) {
  .title {
    font-size: 3.0rem;
    margin: 10px 0 10px 0;
  }
}

/* テキストエリア */
.text__area {
	margin: 0 auto;
	width: 100%; max-width: 1100px;
}

@media screen and (max-width: 960px) {
  .text__area {
    margin: 0 auto;
    width: 100%;
  }
}

/* リンク全体をブロック化して装飾を消す */
.column_link {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}
/* カラム　2カラムから1カラム */
.column_box {
	width: 100%; max-width: 1100px;
  margin: 0 auto;
	padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #FABF2A;
	background: rgba(255,255,255,0.50);
	align-items: center;
  transition: background 0.3s;  /* ← フェードで変化 */
}
/* ホバー時の背景色変更 */
.column_link:hover .column_box {
  background: rgba(243,224,176,0.20);
}
.column--l {
  width: 500px;
}
.column--r {
  width: calc(100% - 500px);
  margin: 0 auto;
}

.column_img { text-align: left; width: 500px; }

.column_img {
	margin: 0 auto;
	box-sizing: border-box;
  padding: 7px;
	background-color: rgba(250,191,42,0.40);
}

.column_text1 {
  width: 100%; margin-top: 0rem;
	text-align: center; line-height: 1.4;}
.column_text2 {
  text-align: left; width: 100%; }

@media screen and (max-width: 960px) {
	
  .column_box {
    width: 100%;
  }
  .column--l,
  .column_img {
    width: 100%;
		text-align: center;
    margin: 0 auto;
  }
  .column--r {
    width: 100%;
    margin: 0 auto;
  }
  .column_text1 {
    width: 100%; margin: 1.7rem 0; }
  .column_text2 {
    text-align: left; width: 100%; margin-top: 1.3rem; }
}

/* コメントボタン */
.link__btn a {
	width: 300px;
  color: #CF2527 !important;
  font-weight: bold;
  background: rgba(206,187,137,0.40);
	border: 1px #A4965C solid;
  padding: 1.5rem 3rem;
  border-radius: 6px;
  transition: .3s;
}
.link__btn a:hover {
  color: #fff !important;
  background: rgba(196,159,36,0.65);
}

@media screen and (max-width: 960px) {
  .link__btn a {
		width: 280px;
    padding: 1.5rem 3rem;
  }
}


/* テキスト関連 */
small {
  font-size: 88%;
	line-height: 1.5;
}

.title_font1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
  font-weight: 700;
}

.midashi_text1 { color: #630000; font-weight: bold; }
.midashi_text2 { color: #24140C; font-weight: bold; text-shadow: 0px 0px 0px rgba(255,209,0,1.00); }
.midashi_text3 { color: #B84D21; font-weight: bold; }
.midashi_text4 { font-weight: bold;
	background: -webkit-linear-gradient(top, #FFFFFF 20%, #A6A6A6 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.midashi_text5 { color: #8B6A1A; font-weight: bold; text-shadow: 1px 1px 1px rgba(230,212,155,1.00); }

.moji_spacing { letter-spacing: -2.5px; }
.moji_tume1 { letter-spacing: -1px; }
.moji_ake1 { letter-spacing: 1px; }

.text_arrow { color: #CC5828; font-weight: bold; }
.text_arrow2 { color: #071933; font-weight: bold; }

.text1em {
	padding-left: 1em;
  text-indent: -1em; }

.text1em_all {
	padding-left: 1em; }

.text_yellow1 { color: #E5D6AB; font-weight: bold; }
.text_orange1 { color: #FF4700; font-weight: bold; }
.text_white1 { color: #FFFFFF; font-weight: bold; }
.text_white2 { color: #FFFFFF; }

.main_text_right {
	text-align: right; width: 100%; margin: 0 auto; margin: 0.5rem 0 2rem 0; }

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
}

/* 未訪問 */
a:link { color: #C35500; text-decoration: none; }
/* 訪問済み */
a:visited { color: #C35500; text-decoration: none; }
/* カーソルが上に乗った状態 */
a:hover { color: #D12C4A; text-decoration: underline; }


/* footer
------------------------------------------------------------*/
footer { 
	/* background: url("../common/footer_moyou1.png") center bottom repeat-x;
	background-color: rgba(0,0,0,0.80); */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.50) 100%);
	border-top: 1px #B89C88 solid; }
footer #ticket_btn {
  position: fixed;
  left: 0px;
  bottom: 20px;
  line-height: 0;
}
footer #ticket_btn img {
  width: 100%;
}
footer #footer_items {
  padding: 40px 7% 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: 0.0rem;
}

.copyright1 { font-size: 1.5rem; color: #F0D37B; }
.copyright2 {
	padding: 7px 0px 10px 0px;
  font-size: 1.2rem; color: #E2DCCA; }
.copyright3 {
	padding: 7px 0px 70px 0px;
  font-size: 1.2rem; color: #E2DCCA; }

@media screen and (max-width: 960px) {
  footer { 
    /* background: url("../common/footer_moyou1.png") center bottom repeat-x; */ }
	
  footer #footer_items {
    padding: 2.5em 6% 2.5em;
  }
	
  .copyright1 { font-size: 1.4rem; }
  .copyright2 {
    padding: 0rem 0px 0px 0px;
    font-size: 1.0rem; }
	
  footer #ticket_btn {
    position: fixed;
    left: 0px;
    bottom: 12px;
  }
  footer #ticket_btn img {
		width: 55%;
  }
}


/* TOPへ戻る NEW!
------------------------------------------------------------*/
.pagetop {
  position: fixed;
	right: 17px;
  bottom: 17px;
  margin: 0;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  position: relative;
  display: flex;
  width: 62px;
  height: 62px;
  justify-content: center;
	background-color: rgba(196,159,36,0.75);
  transition: opacity .6s ease;
  color: #FFFFFF;
  align-items: center;
  text-decoration: none;
  font-size: 34px;
  border-radius: 100%;
	border: 1px hsla(42,35%,10%,0.60) solid;
}
.pagetop a:hover {
    opacity: 0.7;
}

#snsicon2 {
  position: fixed;
  right: 17px;
  bottom: 167px;
  line-height: 0;
  border-radius: 100%;
	border: 1px #000000 solid;
}
#snsicon {
  /* display: none; */
  position: fixed;
  right: 17px;
  bottom: 92px;
  line-height: 0;
  border-radius: 100%;
	border: 1px #000000 solid;
}
.snssize {
  width: 62px;
}
.cat_logo {
  width: 150px;
}

@media screen and (max-width: 960px) {
  .pagetop {
    right: 14px;
    bottom: 14px;
  }
	.pagetop a {
		width: 42px;
    height: 42px;
		font-size: 30px;
	}

  #snsicon2 {
    position: fixed;
    right: 14px;
    bottom: 116px;
		z-index: 2;
  }
  #snsicon {
    position: fixed;
    right: 14px;
    bottom: 65px;
		z-index: 2;
  }
  .snssize {
    width: 42px;
  }
  .cat_logo {
    width: 100px;
  }
}

.img100per { width: 100%; }
.img90per { width: 90%; }
.img80per { width: 80%; }
.img70per { width: 70%; }
.img60per { width: 60%; }
.img50per { width: 50%; }
.img40per { width: 40%; }

.big00 { font-size: 1.4rem; font-weight: bold; line-height: 1; }
.big0 { font-size: 1.6rem; font-weight: bold; line-height: 1; }
.big1 { font-size: 1.9rem; font-weight: bold; line-height: 1; }
.big2 { font-size: 2.4rem; font-weight: bold; line-height: 1.1; }
.big3 { font-size: 3.5rem; font-weight: bold; line-height: 1.2; }
.big4 { font-size: 4.5rem; font-weight: bold; line-height: 1.3; }

.small1 { font-size: 90%; }
.small2 { font-size: 80%; }
.small3 { font-size: 70%; }

.mar_t01 { margin-top: 1em; }
.mar_t02 { margin-top: 1.5em; }
.mar_t03 { margin-top: 2em; }

.mar_t5 { margin-top: 5px; }
.mar_t10 { margin-top: 10px; }
.mar_t15 { margin-top: 15px; }
.mar_t20 { margin-top: 20px; }
.mar_t25 { margin-top: 25px; }
.mar_t30 { margin-top: 30px; }
.mar_t40 { margin-top: 40px; }
.mar_t45 { margin-top: 45px; }
.mar_t50 { margin-top: 50px; }
.mar_t60 { margin-top: 60px; }
.mar_t70 { margin-top: 70px; }
.mar_t80 { margin-top: 80px; }
.mar_t90 { margin-top: 90px; }
.mar_t100 { margin-top: 100px; }
.mar_t120 { margin-top: 120px; }

.mar_b70 { margin-bottom: 70px; }
.mar_b80 { margin-bottom: 80px; }
.mar_b90 { margin-bottom: 90px; }
.mar_b100 { margin-bottom: 100px; }

@media screen and (max-width: 960px) {
  .big0 { font-size: 1.5rem; }
  .big1 { font-size: 1.7rem; }
  .big2 { font-size: 2.0rem; }
  .big3 { font-size: 2.5rem; }
  .big4 { font-size: 3.7rem; }

  .mar_t10 { margin-top: 8px; }
  .mar_t15 { margin-top: 13px; }
  .mar_t20 { margin-top: 16px; }
  .mar_t25 { margin-top: 20px; }
  .mar_t30 { margin-top: 20px; }
  .mar_t40 { margin-top: 28px; }
  .mar_t45 { margin-top: 32px; }
  .mar_t50 { margin-top: 38px; }
  .mar_t60 { margin-top: 45px; }
  .mar_t70 { margin-top: 50px; }
  .mar_t80 { margin-top: 60px; }
  .mar_t90 { margin-top: 65px; }
  .mar_t100 { margin-top: 75px; }
  .mar_t120 { margin-top: 90px; }

  .mar_b70 { margin-bottom: 50px; }
  .mar_b80 { margin-bottom: 60px; }
  .mar_b90 { margin-bottom: 65px; }
  .mar_b100 { margin-bottom: 75px; }
}