@charset "UTF-8";
/* CSS Document */
/*
Theme Name: enakou100
Template: habakiri
*/

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

	リセットcss
	
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, pre, a, address, code, img, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus, *:focus { outline:none; }
a:link,a:visited,a:hover { text-decoration: none; }
a:hover,input:hover { opacity: 0.85; }
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    max-width: 100%;
}
table { border-collapse:collapse; }


/* ボックスサイジング */
*, *:before, *:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* recapchaの非表示 */
.grecaptcha-badge { display: none; }
.recaptcha-text { font-size: 1.2rem; text-align: center; }
.recaptcha-text a { color: #296FBA; }


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

	書式設定
	
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left; }
.taCenter { text-align: center; }
.taRight { text-align: right; }

/* フォントの大きさ */


/* フォントの太さ */
.fwNormal { font-weight: normal; }
.fwBold { font-weight: bold; }


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

	汎用スタイル
	
------------------------------------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.f-left { float: left; }
.f-right { float: right; }

.flex-container {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}


/*----- .flex-box03の場合 -----*/
.flex-box03 {
	width: 31%;
    margin: 0 3.5% 20px 0;
}
.flex-box03:nth-child(3n) {
	width: 31%;
    margin: 0 0 20px 0;
}
@media (max-width:750px){
.flex-container {
	justify-content: space-between;
}
.flex-box03 {
    width: 48%;
    margin: 0 0 20px 0;
}
}


/*----- スマホのみ表示 ----*/
.sp-item01 { display: none; }
.sp-item02 { display: none; }

@media screen and (max-width : 768px){
.sp-item01 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item01 { display: none; }
}
@media screen and (max-width : 480px){
.sp-item02 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item02 { display: none; }
}


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

	WP投稿用　スタイル調整 (#single-news > content > descの場合)
	
--------------------------------------------------------------------*/
#single-news .blog-content h3 {
    font-size: 1.56em;
	border-bottom: none;
	line-height: 1.4;
	padding: 0;
	margin-bottom: 20px;
}
#single-news .blog-content h4 {
    font-size: 1.25em;
    margin-bottom: 20px;
}
#single-news .blog-content h5 {
    font-size: 1.1em;
    margin-bottom: 10px;
}
#single-news .blog-content p {
    margin-bottom: 20px;
}
#single-news .blog-content a:link,
#single-news .blog-content a:visited {
      color: #00a0d2;
	  text-decoration: underline;
}
#single-news .blog-content ul li {
	list-style-position: inside;
}
.wp-block-image figcaption {
	color: #555d66;
	font-size: 1.3rem;
	text-align: center;
}
.is-style-regular table {
	border-top: solid 1px;
	border-left: solid 1px;
}
.is-style-regular table tr th,
.is-style-regular table tr td {
	border-bottom: solid 1px;
	border-right: solid 1px;
	padding: .5em;
}


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

	基本
	
------------------------------------------------------------------------------------------------------------------------------------------*/
html { font-size: 62.5%; }
body {
    color: #464545;
	font-family: "Noto Sans JP", serif;
	font-size: 1.7rem;
	line-height: 1.8;
}
h1, h2, h3{
	line-height: 1.4;
}

@media screen and (max-width:768px){
body {
	font-size: 1.5rem;
	line-height: 1.8;
}
}

#main { margin-bottom: 0; }

.wrap1080 {
	width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width:1079px){	
.wrap1080  {
	width: 100%;
	padding: 0 20px;
}
}

.wrap768 {
	width: 768px;
	margin: 0 auto;
}

@media screen and (max-width:768px){	
.wrap768  {
	width: 100%;
	padding: 0 20px;
}
}



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

	共通
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* header */
#header .header-inner {
    position: relative;
}
#header .gnav {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1;
}
#header .fixed-menu {
    flex-wrap: wrap;
    position: fixed;
    top: 100px;
    right: 10px;
    max-width: 150px;
}
#header .fixed-menu li {
    display: block;
    margin-bottom: 10px;
}
#header .fixed-menu li a img {
    width: 135px;
}

@media (max-width:768px){
#header .gnav {
    top: 10px;
    right: 10px;
}
#header .fixed-menu {
    flex-wrap: nowrap;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: inherit;
}
#header .fixed-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 50%;
    margin: 0;
}
#header .fixed-menu li.btn-contact {
    background: #e61f19;
}
#header .fixed-menu li.btn-kinenshi {
    background: #03b8df;
}
#header .fixed-menu li.btn-aerushop {
    background: #efe874;
}
#header .btn-contact a,
#header .btn-kinenshi a{
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
}



/* メニュー */
#nav-drawer {
  display: inline-block;
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #3b49a0;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  margin: 15px 0 0 13px;
}
#nav-open span:before {
  bottom: -8px;
  margin: 0;
}
#nav-open span:after {
  bottom: -16px;
  margin: 0;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 100000;
  top: 15px;/*全体に広がるように*/
  right: 15px;
  width: 50px;
  height: 50px;
  overflow-y: auto;
  transition: .3s ease-in-out;
  background: #3b49a0 url(images/common/sp-menu-close.png) center center no-repeat;
  background-size: 60%;
}
/*中身*/
#nav-content {
overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  max-width: 345px;/*最大幅（調整してください）*/
  background: #BABFDE;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(120%);
  transform: translateX(120%);/*左に隠しておく*/
}
#nav-content ul {
	width: auto;
	margin: 50px 30px;
	padding-left: 0;
}
#nav-content ul li {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	width: auto;
	padding: 15px 20px;
}
#nav-content ul li a {
    font-weight: bold;
}
#nav-content ul li.btn-line a img {
	max-height: 36px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/* pagetop */
#pagetop {
	position: fixed;
	bottom: -5px;
	right: 20px;
}
#pagetop img {
    width: 68px;
    height: 61px;
}
@media (max-width:768px){
#pagetop {
  bottom: 10px;
	right: 5px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  top: 10px;/*全体に広がるように*/
  right: 10px;
}
}


/* footer */
#footer {
    font-size: 1.5rem;
    text-align: center;
    background: #EEE8E2;
    padding: 80px 20px 20px;
}
#footer .footer-logo {
    margin-bottom: 40px;
}
#footer .footer-logo img {
    width: 123px;
    height: auto;
}
#footer .sns-list {
	justify-content: center;
	margin-bottom: 20px;
}
#footer .sns-list li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
}
#footer .sns-list li.btn-line a img {
	max-height: 36px;
}
#footer .btn-contact {
    text-align: center;
    margin: 10px 0;
}
#footer .btn-contact a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 10px;
    width: 350px;
}
#footer .text-tel {
    color: #3B49A0;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 50px;
}
#footer .copy {
	font-size: 1.2rem;
	margin-top: 60px;
}

@media (max-width:768px){
#footer {
    padding: 40px 20px 20px;
}
#footer .footer-logo {
    margin-bottom: 20px;
}
#footer .btn-contact a {
    display: block;
    width: 100%;
}
#footer .text-tel {
    margin-bottom: 30px;
}
}



.wp-pagenavi {
    margin: 80px 0 40px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none;
	margin: 15px;
}
.wp-pagenavi a {
    font-weight: bold;
}
.wp-pagenavi span.current {
    color: #fff;
    background: #3B49A0;
    border-radius: 23px;
    padding: 4px 11px;
}

@media (max-width:768px){
.wp-pagenavi {
    margin: 20px 0 0;
    text-align: center;
}
}



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

	トップページ
	
--------------------------------------------------------------------------*/


/* report-block */
#top .report-block {
	padding-bottom: 60px;
}
#top .report-blockinner {
  position: relative;
  width: 740px;
  margin: 0 auto;
}
#top .report-blockinner::before {
  content: "";
  display: block;
  position: absolute;
  top: 200px;
  left: -355px;
  background: url(images/home/party-deco01.png) center bottom no-repeat;
  background-size: cover;
  width: 357px;
  height: 230px;
}
#top .report-blockinner::after {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  right: -280px;
  background: url(images/home/party-deco02.png) center top no-repeat;
  background-size: cover;
  width: 246px;
  height: 220px;
}
#top .report-block .text01 {
  color: #d9281e;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px 0 10px;
}
#top .report-block .img01 {
  margin-top: 50px;
}
@media (max-width:768px){
#top .report-block {
	padding-bottom: 0;
}
#top .report-blockinner {
  width: 100%;
  padding: 0 20px 150px;
}
#top .report-blockinner::before {
	top: auto;
  bottom: 0;
  left: 0;
  width: 207px;
  height: 130px;
}
#top .report-blockinner::after {
  top: auto;
  bottom: 0;
  right: 20px;
  width: 150px;
  height: 130px;
}
#top .report-block .img01 {
  margin-top: 30px;
}
}


#top .message-block {
  background-color: #fdfbdb;
  background-image: url(images/home/text-message.png), url(images/common/bg-top01.png);
  background-repeat: no-repeat, repeat-x;
  background-position: top 15px left -45px, top left;
  padding: 300px 0 200px;
}
#top .message-block .box01:nth-of-type(1) {
  margin-bottom: 80px;
}
#top .message-block .box01 h2 {
  color: #3b49a0;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 30px;
}
#top .message-block .box01 .flex-container {
  justify-content: space-between;
}
#top .message-block .box01 .img-box {
  width: 25%;
}
#top .message-block .box01 .text-box {
  background: #fff;
  border-radius: 45px;
  width: 70%;
  padding: 50px;
}
#top .message-block .box01 .text-box > div {
  height: 400px;
  overflow-y: scroll;
	padding-right: 30px;
}
#top .message-block .box01 .text-box > div::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #1d2080;
  border-radius: 0;
  width: 5px;
  margin-left: 3px;
  margin-top: 2px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #fff;
  width: 15px !important;
}
#top .message-block .box01:nth-of-type(2) .img-box {
  order: 2;
}
#top .message-block .box01:nth-of-type(2) .text-box {
  order: 1;
}
#top .message-block .box01 .img-box .name {
	color: #3b49a0;
  font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 10px;
}
@media (max-width:768px){
#top .message-block {
  background-size: auto 90px, auto 100px;
	background-position: top -1px left -20px, top left;
  padding: 90px 0 100px;
  margin-top: 40px;
}
#top .message-block .box01:nth-of-type(1) {
  margin-bottom: 40px;
}
#top .message-block .box01 h2 {
  font-size: 2.6rem;
}
#top .message-block .box01 .flex-container {
  flex-wrap: wrap;
}
#top .message-block .box01 .img-box {
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}
#top .message-block .box01 .text-box {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  padding: 30px 20px;
  order: 2;
}
#top .message-block .box01:nth-of-type(2) .img-box {
  order: 1;
}
#top .message-block .box01:nth-of-type(2) .text-box {
  order: 2;
}
#top .message-block .box01 .img-box .name {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
}


#top .memories-block {
	position: relative;
  padding: 100px 0 0;
}
#top .memories-block::before {
	content: "";
	display: block;
	position: absolute;
	top: -250px;
	left: 0;
  background-image: url(images/home/text-memories.png),url("images/common/bg-top02.png");
	background-position: bottom -17px left,top left;
  background-size: auto 150px, auto;
	background-repeat: no-repeat,repeat-x;
	width: 100%;
	height: 310px;
}
#top .memories-block .flex-container {
  justify-content: space-between;
}
#top .memories-block .flex-box {
  width: 45%;
}
#top .memories-block .flex-box h2 {
  font-size: 3.8rem;
  text-align: center;
  margin: 20px 0 30px;
}
#top .memories-block .flex-box:nth-of-type(2) h2 {
	margin: 50px 0;
}
#top .memories-block .flex-box .text01 {
  margin-bottom: 30px;
}
#top .memories-block .btn-more {
  text-align: center;
}
#top .memories-block .btn-more a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
  background-size: 22px;
  border-radius: 10px;
  padding: 10px 40px 10px 20px;
  width: 250px;
}
@media (max-width:768px){
#top .memories-block {
  background-size: auto 100px;
  padding: 40px 0 0;
}
#top .memories-block::before {
  top: -130px;
  left: 0;
  background-image: url(images/home/text-memories.png), url(images/common/bg-top02.png);
  background-position: bottom 0px left, top left;
  background-size: auto 90px, auto 130px;
  background-repeat: no-repeat, repeat-x;
  width: 100%;
  height: 180px;
}
#top .memories-block .flex-container {
  flex-wrap: wrap;
}
#top .memories-block .flex-box {
  width: 100%;
  margin-bottom: 40px;
}
#top .memories-block .flex-box h2 {
  font-size: 2.8rem;
  margin: 20px 0;
}
#top .memories-block .flex-box:nth-of-type(2) {
	margin: 20px 0 30px;
}
}


/* goods-block */
#top .goods-block {
  padding-top: 100px;
}
#top .goods-blockinner {
	position: relative;
  width: 900px;
  margin: 0 auto;
}
#top .goods-blockinner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -70px;
	background: url("images/home/memories-img04.png") top right no-repeat;
	background-size: cover;
	width: 249px;
	height: 170px;
}
#top .goods-block h2 {
  color: #3b49a0;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 50px;
}
#top .goods-block .btn-more {
  text-align: center;
  margin: 40px 0 0;
}
#top .goods-block .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    width: 250px;
}

@media (max-width:900px){
#top .goods-blockinner {
  width: 100%;
  padding: 0 20px;
}
}
@media (max-width:900px){
#top .goods-block {
  padding-top: 40px;
}
#top .goods-blockinner::before {
  top: -60px;
  right: auto;
  left: 0;
  width: 149px;
  height: 100px;
}
#top .goods-block h2 {
  font-size: 2.6rem;
  margin-bottom: 50px;
}
}


/* news-block */
#top .news-block {
    background-color: #fdfbdb;
    background-image: url(images/common/bg-top01.png);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 200px 0 100px;
  }
#top .news-block h2 {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#top .news-block .flex-container {
    flex-wrap: wrap;
    justify-content: center;
}
#top .news-block .flex-box {
    width: 19%;
    margin: 0 3% 0;
}
#top .news-block .flex-box:nth-of-type(2), 
#top .news-block .flex-box:nth-of-type(4) {
	margin-top: 40px;
}
#top .news-block .flex-box .img-box {
    border-radius: 48%;
    overflow: hidden;
    margin-bottom: -20px;
}
#top .news-block .flex-box .img-box img {
    border-radius: 48%;
}
#top .news-block .flex-box .day {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    background: #3B49A0;
    padding: 0 10px;
    margin-bottom: 20px;
}
#top .news-block .btn-more {
    text-align: center;
    margin: 50px 0 0;
}
#top .news-block .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 10px;
    width: 250px;
}

@media (max-width:768px){
#top .news-block {
    background-color: #fdfbdb;
    background-image: url(images/common/bg-top01.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 100px;
    padding: 90px 0 40px;
}
#top .news-block h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}
#top .news-block .flex-container {
    justify-content: space-between;
}
#top .news-block .flex-box {
    width: 48%;
    margin: 0 0 40px;
}
#top .news-block .flex-box h3 {
    font-size: 1.8rem;
}
#top .news-block .btn-more {
    margin: 0;
}
}


/* kifu-block */
#top .kifu-block {
    background: url(images/common/bg-bottom01.svg) top center repeat-x;
    background-size: auto 200px;
    padding: 300px 0 120px;
}
#top .kifu-blockinner {
    position: relative;
    background: #FDFBDB;
    border-radius: 20px;
    width: 913px;
    margin: 0 auto;
    padding: 60px 8% 50px;
}
#top .kifu-blockinner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    right: -30px;
    background: url("images/home/kifu-img02.png") top center no-repeat;
    background-size: cover;
    width: 412px;
    height: 147px;
}
#top .kifu-block h2 {
    position: relative;
    color: #3B49A0;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#top .kifu-block h2 span {
    position: absolute;
    top: -200px;
    left: -30px;
}
#top .kifu-block h2 span img {
    width: 236px;
}
#top .kifu-block .btn-more {
    text-align: center;
    margin: 40px 0 0;
}
#top .kifu-block .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    width: 250px;
}

@media (max-width:913px){
#top .kifu-block {
    padding: 240px 20px 60px;
}
}
@media (max-width:768px){
#top .kifu-block {
    background: url(images/common/bg-bottom01.svg) top center repeat-x;
    background-size: auto 100px;
    padding: 160px 20px 50px;
}
#top .kifu-blockinner {
    width: 100%;
    padding: 60px 20px 50px;
}
#top .kifu-blockinner::after {
    bottom: -10px;
    right: -10px;
    width: 191px;
    height: 67px;
}
#top .kifu-block h2 {
    font-size: 2.6rem;
}
#top .kifu-block h2 span {
    position: absolute;
    top: -120px;
    left: 10px;
}
#top .kifu-block h2 span img {
    width: 146px;
}
}



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

	ページヘッダー
	
----------------------------------------------------------------------------------------------------------------------------------------*/
#main {
    position: relative;
}
.header-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}


.page-head {
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    background-image: url(images/common/pagegead-pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 35px 0 0;
    height: 320px;
}
.page-head h1 {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
}
@media (min-width:1470px){
.page-head {
    background-size: 100% auto;
}
}
@media (max-width:1080px){
.header-logo img {
    width: 200px;
    height: 130px;
}
}
@media (max-width:768px){
.page-head {
	background-image: url(images/common/pagehead-sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	height: 160px;
    padding: 0;
}
.header-logo img {
    width: 92px;
    height: 60px;
}
.page-head h1 {
    font-size: 2.4rem;
}
}

/*
.archive .page-head::after {
	display: block;
    content: "";
    position: absolute;
    bottom: 68px;
    left: 140px;
    background: url(images/common/pagehead-infomation.png) top left no-repeat;
    background-size: contain;
    width: 360px;
    height: 78px;
}
.single .page-head::after {
	    display: block;
    content: "";
    position: absolute;
    bottom: 68px;
    left: 140px;
    background: url(images/common/pagehead-infomation.png) top left no-repeat;
    background-size: contain;
    width: 360px;
    height: 78px;
}
@media (max-width:768px){
.archive .page-head::after {
	bottom: 26px;
    left: 10px;
    background: url(images/common/pagehead-infomation.png) top left no-repeat;
    background-size: contain;
    width: 130px;
    height: 40px;
}
.single .page-head::after {
	bottom: 26px;
    left: 10px;
    background: url(images/common/pagehead-infomation.png) top left no-repeat;
    background-size: contain;
    width: 130px;
    height: 40px;
}
}
*/

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

	サブページ
	
----------------------------------------------------------------------------------------------------------------------------------------*/
.sub-page .btn-toppage {
    text-align: center;
    margin: 60px 0;
}
.sub-page .btn-toppage a {
    display: inline-block;
    color: #3B49A0;
    font-weight: bold;
    background: #efe874;
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 320px;
}
.basic-wrap {
    padding: 60px 0;
}

@media(max-width:480px){
.sub-page .btn-toppage {
    padding: 0 20px;
}
.sub-page .btn-toppage a {
    display: block;
}
}



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

	ブログ　一覧
	
----------------------------------------------------------------------------------------------------------------------------------------*/
#archive-news {
    padding: 80px 0;
}
#archive-news .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#archive-news .flex-box {
    width: 22%;
}
#archive-news .flex-box .img-box {
    border-radius: 48%;
    overflow: hidden;
    margin-bottom: -20px;
}
#archive-news .flex-box .img-box img {
    border-radius: 48%;
}
#archive-news .flex-box h2 {
    font-size: 3rem;
}
#archive-news .flex-box .day {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    background: #3B49A0;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width:768px){
#archive-news {
    padding: 40px 0;
}
#archive-news h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
}
#archive-news .flex-box {
    width: 48%;
    margin-bottom: 40px;
}
#archive-news .flex-box h2 {
    font-size: 2rem;
}
}



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

	ブログ　詳細
	
----------------------------------------------------------------------------------------------------------------------------------------*/
#single-news .content {
	justify-content: space-between;
}

@media (max-width:768px){
#single-news .content {
	flex-wrap: wrap;
}
}


/* blog-content */
#single-news .blog-content {
	width: 67.75%;
	padding: 100px 0 0;
}
#single-news .blog-content .day {
	display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    background: #3B49A0;
    padding: 0 10px;
}
#single-news .blog-content h2 {
	font-size: 3.2rem;
	font-weight: bold;
	border-bottom: dashed 1px #B4AAA4;
	margin-top: 10px;
    padding-bottom: 10px;
}
#single-news .blog-content .btn-more {
    text-align: center;
    margin: 50px 0;
}
#single-news .blog-content .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 10px;
    width: 250px;
}

@media (max-width:768px){
#single-news .blog-content {
	width: 100%;
	margin-bottom: 40px;
}
}


/* blog-sideber */
#single-news .blog-sideber {
	width: 24.07%;
	padding: 100px 0 0;
}
#single-news .blog-sideber .side-box {
	margin-bottom: 100px;
}
#single-news .blog-sideber .ttl {
	color: #3B49A0;
	font-weight: bold;
	text-align: center;
	background: #BABFDE;
	border-radius: 5px;
	padding: 5px 15px;
	margin-bottom: 10px;
}
#single-news .blog-sideber .day {
    display: inline-block;
    color: #3B49A0;
    font-size: 1.4rem;
}
#single-news .blog-sideber .text01 {
	font-weight: bold;
	border-bottom: dashed 1px #B4AAA4;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

@media (max-width:768px){
#single-news .blog-sideber {
	width: 100%;
    padding: 40px 0 0;
}
#single-news .blog-sideber .side-box {
	margin-bottom: 40px;
}
}


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

	お問合せ
	
----------------------------------------------------------------------------------------------------------------------------------------*/

/* mail-block */
#contact .mail-block {
    background: url(images/common/bg-type01.jpg);
	padding: 100px 0 50px;
}
#contact .mail-block h3 {
	margin-bottom: 20px;
}
#contact .mail-block .red {
    color: #C10D23;
}
#contact .mail-block .form-box {
    margin-top: 50px;
}
#contact .mail-block table {
    width: 100%;
    padding: 40px 50px;
}
#contact .mail-block table tr th {
	font-size: 1.6rem;
	font-weight: bold;
    text-align: left;
	vertical-align: top;
    padding: 15px 10px;
    width: 180px;
}
#contact .mail-block table tr td {
    padding: 5px 10px;
}
#contact .mail-block .btn-send {
    margin: 60px 0 30px;
	text-align: center;
}
#contact .mail-block .btn-send input {
	color: #fff;
	background: #3B49A0;
    padding: 10px 20px;
    border-radius: 10px;
	min-width: 320px;
}
#contact .mail-block .btn-send .back {
	color: #fff;
    padding: 10px 50px 10px 50px;
    border-radius: 23px;
}

@media (max-width:768px){
#contact .mail-block {
	padding: 30px 0;
}
#contact .mail-block .form-box {
    margin-top: 20px;
}
}
@media (max-width:480px){
#contact .mail-block table tr th {
	display: block;
	width: 100%;
	padding: 15px 10px 0;
}
#contact .mail-block table tr td {
	display: block;
	width: 100%;
}
#contact .mail-block .btn-send input {
	min-width: 100%;
}
#contact .mail-block .btn-send {
	margin: 30px 0 0;
}
}


input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
.wpcf7-text {
	width: 100%;
	background: #F7F5F2;
    border-radius: 10px;
    padding: 10px 20px;
}
.wpcf7-textarea {
	width: 100%;
	background: #F7F5F2;
    border-radius: 10px;
	padding: 20px;
}
.wpcf7-number {
	padding-left: 10px;
}
.wpcf7-radio {
	padding-right: 10px;
}
.wpcf7c-conf {
    background-color: #ccc; /* 背景色 */
    color: black; /* 文字色 */
    border: none; /* 周りの線: 太さ　線種 線の色 */
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	border: none;
	background: #f7e700;
	padding: 30px;
}
.wpcf7 .ajax-loader {
    display: block;
}


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

	美術展申し込み
	
----------------------------------------------------------------------------------------------------------------------------------------*/
/* mail-block */
.postid-145 .mail-block {
    background: #F7F5F2;
	padding: 50px 30px 0;
}
.postid-145 .mail-block h3 {
	margin-bottom: 20px;
}
.postid-145 .mail-block .red {
    color: #C10D23;
}
.postid-145 .mail-block .form-box {
    margin-top: 50px;
}
.postid-145 .mail-block table {
    width: 100%;
    padding: 40px 50px;
}
.postid-145 .mail-block table tr th {
	font-size: 1.6rem;
	font-weight: bold;
    text-align: left;
	vertical-align: top;
    padding: 15px 10px;
    width: 220px;
}
.postid-145 .mail-block table tr td {
    padding: 5px 10px;
}
.postid-145 .mail-block .btn-send {
    margin: 60px 0 30px;
	text-align: center;
}
.postid-145 .mail-block .btn-send input {
	color: #fff;
	background: #3B49A0;
    padding: 10px 20px;
    border-radius: 10px;
	min-width: 320px;
}
.postid-145 .mail-block .btn-send .back {
	color: #fff;
    padding: 10px 50px 10px 50px;
    border-radius: 23px;
}
.postid-145 .mail-block .wpcf7-text {
	background: #fff;
}
.postid-145 .mail-block .wpcf7-textarea {
	background: #fff;
}

@media (max-width:768px){
.postid-145 .mail-block {
    background: #F7F5F2;
	padding: 30px 20px 0;
}
.postid-145 .mail-block .form-box {
    margin-top: 20px;
}
.postid-145 .mail-block table tr th {
	display: block;
	width: 100%;
	padding: 15px 10px 0;
}
.postid-145 .mail-block table tr td {
	display: block;
	width: 100%;
}
.postid-145 .mail-block .btn-send input {
	min-width: 100%;
}
.postid-145 .mail-block .btn-send {
	margin: 30px 0 0;
}
}


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

	思い出漫画企画
	
----------------------------------------------------------------------------------------------------------------------------------------*/
/* top-block */
#comic .top-block {
    padding: 60px 0;
}
#comic .top-blockinner {
    position: relative;
    width: 640px;
    margin: 0 auto;
}
#comic .top-blockinner::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: -300px;
    background: url("images/comic/comic-illust01.png") top left no-repeat;
    background-size: cover;
    width: 294px;
    height: 231px;
}
#comic .top-blockinner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -200px;
    background: url("images/comic/comic-illust02.png") top left no-repeat;
    background-size: cover;
    width: 169px;
    height: 235px;
}
#comic .top-block .sub-ttl {
    text-align: center;
    margin-bottom: 20px;
}
#comic .top-block h2 {
    color: #3B49A0;
    font-size: 4.2rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}
#comic .top-block h2 span {
    font-size: 5.2rem;
    background:linear-gradient(transparent 60%, #ff6 60%);
}

@media (max-width:768px){
#comic .top-block {
    padding: 30px 0;
}
#comic .top-blockinner {
    width: 100%;
    padding: 0 20px;
}
#comic .top-blockinner::before {
    display: none;
}
#comic .top-blockinner::after {
    display: none;
}
#comic .top-block h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}
#comic .top-block h2 span {
    font-size: 3.2rem;
}
}


/* sample-block */
#comic .sample-blockinner {
    width: 768px;
    margin: 0 auto;
}
#comic .sample-block h2 {
    text-align: center;
}
#comic .sample-block ul.flex-container {
    justify-content: space-between;
}
#comic .sample-block ul li {
    list-style: none;
    width: 49%;
}
#comic .sample-block ul li .text01 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #717071;
    border-radius: 5px;
    margin: 30px 0 10px;
}

@media (max-width:768px){
#comic .sample-blockinner {
    padding: 0 20px;
    width: 100%;
}
}

#comic .open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#comic #pop-up01 {
	display: none; /* label でコントロールするので input は非表示に */
}
#comic #pop-up02 {
	display: none; /* label でコントロールするので input は非表示に */
}
#comic .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#comic #pop-up01:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#comic #pop-up02:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#comic .window {
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    height: 90%;
}
#comic .text {
	font-size: 18px;
	margin: 0;
}
#comic .window img {
    height: 100%;
    width: auto;
}
#comic .close {
	cursor:pointer;
	position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
}
#comic .close:hover {
    opacity: .2;
}

@media (max-width:768px){
#comic .window {
    height: auto;
    width: 80%;
}
#comic .window img {
    height: auto;
    width: 100%;
}
}


/* theme-block */
#comic .theme-block {
    background: #FDFBDB url("images/comic/comic-bg01.jpg") top center no-repeat;
    padding: 200px 0 0;
}
#comic .theme-block h2 {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 40px;
}
#comic .theme-block .text01 {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
#comic .theme-block ul.flex-container {
    justify-content: center;
    flex-wrap: wrap;
}
#comic .theme-block ul.flex-container li {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    list-style: none;
    margin-right: 10px;
    padding: 0 10px;
}
#comic .theme-block ul.flex-container li:nth-of-type(even) {
    background: #3B49A0;
}
#comic .theme-block ul.flex-container li:nth-of-type(odd) {
    background: #DF7E9C;
}

@media (max-width:768px){
#comic .theme-block {
    background: #FDFBDB url(images/comic/comic-bg01.jpg) top center no-repeat;
    padding: 90px 0 0;
    background-size: 100%;
}
#comic .theme-block h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}
#comic .theme-block .text01 {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
#comic .theme-block ul.flex-container li {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
}


/* form-block */
#comic .form-block {
    background: url("images/comic/comic-bg02.jpg") top center no-repeat;
    padding: 200px 0 80px;
}
#comic .form-block h2 {
    color: #3B49A0;
    font-size: 4.4rem;
    text-align: center;
    margin-bottom: 40px;
}
#comic .form-block .item-box {
    margin-bottom: 30px;
}
#comic .form-block .item-box h3 {
    font-size: 2.4rem;
}
#comic .form-block .item-box .text01 {
    font-size: 1.9rem;
    margin-bottom: 10px;
}
#comic .form-block .btn-send {
    text-align: center;
}
#comic .form-block .btn-send input {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0;
    border-radius: 10px;
    padding: 10px;
    width: 350px;
}

@media (max-width:768px){
#comic .form-block {
    background: url("images/comic/comic-bg02.jpg") top center no-repeat;
    padding: 70px 0 0;
    background-size: 100%;
}
#comic .form-block h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}
#comic .form-block .item-box h3 {
    font-size: 1.8rem;
}
#comic .form-block .item-box .text01 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
#comic .form-block .btn-send input {
    width: 100%;
}
}



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

	寄附金募集
	
----------------------------------------------------------------------------------------------------------------------------------------*/
/* top-block */
#donation .top-block {
    padding: 60px 0 80px;
}
#donation .top-blockinner {
    position: relative;
    width: 640px;
    margin: 0 auto;
}
#donation .top-block .sub-ttl {
    text-align: center;
    margin-bottom: 20px;
}
#donation .top-block .sub-ttl img {
    max-width: 303px;
}
#donation .top-block h2 {
    color: #3B49A0;
    font-size: 4.2rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}
#donation .top-block h2 span {
    font-size: 5.2rem;
    background:linear-gradient(transparent 60%, #ff6 60%);
}

@media (max-width:768px){
#donation .top-block {
    text-align: center;
    padding: 30px 0;
}
#donation .top-blockinner {
    width: 100%;
    padding: 0 20px;
}
#donation .top-blockinner::before {
    display: none;
}
#donation .top-blockinner::after {
    display: none;
}
#donation .top-block h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}
#donation .top-block h2 span {
    font-size: 3.2rem;
}
}


/* exercise-block */
#donation .exercise-block {
    padding-bottom: 60px;
}
#donation .exercise-blockinner {
    width: 888px;
    margin: 0 auto;
}
#donation .exercise-block .flex-container {
    justify-content: space-between;
    flex-wrap: wrap;
}
#donation .exercise-block .flex-right {
    width: 58%;
}
#donation .exercise-block .flex-left {
    width: 40%;
}
#donation .exercise-block .flex-right .text02 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
}
#donation .exercise-block .flex-right ul li {
    list-style: none;
    border-bottom: dotted 1px #464545;
    padding: 3px 0;
}
#donation .exercise-block .flex-right ul li span {
    color: #efe874;
}

@media (max-width:900px){
#donation .exercise-blockinner {
    width: 100%;
    padding: 0 20px;
}
}
@media (max-width:768px){
#donation .exercise-block .flex-right {
    width: 100%;
}
#donation .exercise-block .flex-left {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
#donation .exercise-block .flex-left img {
    max-width: 325px;
    width: 80%;
}
}


/* donation-form */
#donation .donation-forminner {
    width: 626px;
    margin: 0 auto;
}
#donation .donation-form h2 {
    text-align: center;
    margin-bottom: 20px;
}
#donation .donation-form h2 img {
    width: 385px;
}
#donation .donation-form .flex-container {
    justify-content: space-between;
    flex-wrap: wrap;
}
#donation .donation-form form {
    display: inline-block;
    background: #df7e9c;
    border-radius: 10px;
    padding: 15px 20px;
    width: 48%;
    margin-bottom: 20px;
}
#donation .donation-form form input[type=submit] {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
#donation .donation-form form select {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}

@media (max-width:700px){
#donation .donation-forminner {
    width: 100%;
    padding: 0 20px;
}
#donation .donation-form form {
    width: 100%;
}
}


/* about-block */
#donation .about-block {
    background: #FDFBDB url(images/comic/comic-bg01.jpg) top center no-repeat;
    padding: 230px 0 100px;
}
#donation .about-block h2 {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 40px;
}
#donation .about-block h2 span {
    position: relative;
}
#donation .about-block h2 span::before {
    content: "";
    display: block;
    position: absolute;
    top: -110px;
    left: -270px;
    background: url("images/donation/deco01.png") top left no-repeat;
    background-size: cover;
    width: 235px;
    height: 165px;
}
#donation .about-block h2 span::after {
    content: "";
    display: block;
    position: absolute;
    top: -110px;
    right: -200px;
    background: url("images/donation/deco02.png") top left no-repeat;
    background-size: cover;
    width: 156px;
    height: 165px;
}
#donation .about-block table {
    width: 100%;
    margin-bottom: 40px;
}
#donation .about-block table tr th {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #df7e9c;
    border-bottom: solid 5px #fdfbdb;
    border-right: solid 5px #fdfbdb;
    padding: 20px 0;
    min-width: 200px;
}
#donation .about-block table tr td {
    background: #fff;
    border-bottom: solid 5px #fdfbdb;
    padding: 20px;
}
#donation .about-block .text01 {
    color: #3b49a0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width:768px){
#donation .about-block {
    background: #FDFBDB url(images/comic/comic-bg01.jpg) top center no-repeat;
    padding: 110px 0 50px;
    background-size: 100%;
}
#donation .about-block h2 span::before {
    top: -90px;
    left: -70px;
    width: 116px;
    height: 75px;
}
#donation .about-block h2 span::after {
    top: -90px;
    right: -50px;
    width: 88px;
    height: 95px;
}
#donation .about-block h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}
}
@media (max-width:480px){
#donation .about-block table {
    margin-bottom: 30px;
}
#donation .about-block table tr th {
    display: block;
    font-size: 1.7rem;
    width: 100%;
    min-width: 0;
    padding: 10px 0;
}
#donation .about-block table tr td {
    display: block;
    width: 100%;
    padding: 10px;
}
}


/* method-block */
#donation .method-block {
    background: #FDFBDB;
}
#donation .method-blockinner {
    width: 888px;
    margin: 0 auto;
}
#donation .method-block h2 {
    text-align: center;
    margin-bottom: 20px;
}
#donation .method-block table tr th {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #df7e9c;
    border-bottom: solid 5px #fdfbdb;
    border-right: solid 5px #fdfbdb;
    padding: 20px 0;
    min-width: 200px;
}
#donation .method-block table tr td {
    line-height: 1.4;
    background: #fff;
    border-bottom: solid 5px #fdfbdb;
    padding: 20px;
}
#donation .method-block table tr td:nth-of-type(1) {
    border-right: solid 5px #fdfbdb;
}
#donation .method-block table tr:nth-of-type(1) td {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    background: #efe874;
}
#donation .method-block table tr td .fsize14 {
    font-size: 1.4rem;
}
#donation .method-block table tr td .mt10 {
    margin-top: 10px;
}
#donation .method-block table tr td .mb10 {
    margin-bottom: 10px;
}
#donation .method-block .text01 {
    font-size: 1.4rem;
}

@media (max-width:900px){
#donation .method-blockinner {
    width: 100%;
    padding: 0 20px;
}
}
@media (max-width:768px){
#donation .method-block h2 {
    font-size: 2.6rem;
}
#donation .method-block table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
}


/* qa-block */
#donation .qa-block {
    background: url(images/comic/comic-bg02.jpg) top center no-repeat;
    padding: 200px 0 80px;
}
#donation .qa-block h2 {
    text-align: center;
}
#donation .qa-block .btn-pdf {
    text-align: center;
}
#donation .qa-block .btn-pdf a img {
    width: 330px;
}

@media (max-width:768px){
#donation .qa-block {
    background: url(images/comic/comic-bg02.jpg) top center no-repeat;
    padding: 70px 0 40px;
    background-size: 100%;
}
}


/* Youtube埋め込み　レスポンシブ対応 */
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}


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

	インタビュー　一覧
	
----------------------------------------------------------------------------------------------------------------------------------------*/
#archive-interview {
    padding: 80px 0;
}
#archive-interview .flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
}
#archive-interview .flex-box {
    width: 47%;
	margin-bottom: 40px;
}
#archive-interview .flex-box h2 {
    font-size: 3rem;
}
#archive-interview .flex-box .day {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    background: #3B49A0;
    padding: 0 10px;
    margin: 10px 0 10px;
}

@media (max-width:768px){
#archive-interview {
    padding: 40px 0;
}
#archive-interview h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
}
#archive-interview .flex-box {
    width: 100%;
    margin-bottom: 40px;
}
#archive-interview .flex-box h2 {
    font-size: 2rem;
}
}


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

	記念パーティー
	
----------------------------------------------------------------------------------------------------------------------------------------*/
.page-id-198 .table-about tr td:nth-of-type(1) {
    color: #fff;
    text-align: center;
    background: #2a4499;
    padding: 5px 10px;
    width: 90px;
}
.page-id-198 .table-about tr td:nth-of-type(2) {
    padding-left: 15px;
}
.page-id-198 .table-about tr td {
    border-bottom: solid 15px #fff;
}


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

	記念誌
	
----------------------------------------------------------------------------------------------------------------------------------------*/
/* mail-block */
#kinenshi .mail-block {
	padding: 50px 0;
}
#kinenshi .mail-block h3 {
	margin-bottom: 20px;
}
#kinenshi .mail-block .red {
    color: #C10D23;
}
#kinenshi .mail-block .form-box {
    margin-top: 50px;
}
#kinenshi .mail-block table {
    width: 100%;
    padding: 40px 50px;
}
#kinenshi .mail-block table tr th {
	font-size: 1.6rem;
	font-weight: bold;
    text-align: left;
	vertical-align: top;
    padding: 15px 10px;
    width: 180px;
}
#kinenshi .mail-block table tr td {
    padding: 5px 10px;
}
#kinenshi .mail-block .btn-send {
    margin: 60px 0 30px;
	text-align: center;
}
#kinenshi .mail-block .btn-send input {
	color: #fff;
	background: #3B49A0;
    padding: 10px 20px;
    border-radius: 10px;
	min-width: 320px;
}
#kinenshi .mail-block .btn-send .back {
	color: #fff;
    padding: 10px 50px 10px 50px;
    border-radius: 23px;
}

@media (max-width:768px){
#kinenshi .mail-block {
	padding: 30px 0;
}
#kinenshi .mail-block .form-box {
    margin-top: 20px;
}
}
@media (max-width:480px){
#kinenshi .mail-block table tr th {
	display: block;
	width: 100%;
	padding: 15px 10px 0;
}
#kinenshi .mail-block table tr td {
	display: block;
	width: 100%;
}
#kinenshi .mail-block .btn-send input {
	min-width: 100%;
}
#kinenshi .mail-block .btn-send {
	margin: 30px 0 0;
}
}



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

	大同窓会
	
----------------------------------------------------------------------------------------------------------------------------------------*/
.page-head h1 img {
  width: 190px;
}

@media (max-width:768px){
.page-head h1 img {
  width: 60px;
}
}

/* top-block */
#party .top-block {
  padding: 60px 0;
}
#party .top-block h2 {
  color: #3b49a0;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#party .top-block .text01 {
  padding: 0 5%;
}
#party .btn-more {
  text-align: center;
}
#party .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
	font-size: 2.8rem;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 20px 40px 20px 40px;
	margin: 40px 0;
    width: 70%;
}


@media (max-width:768px){
#party .top-block {
  padding: 30px 0;
}
#party .top-block h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
#party .top-block .text01 {
  padding: 0;
}
}


/* event-block */
#party .event-block {
  background-color: #fdfbdb;
  background-image: url(images/party/event-ttl06.png), url(images/common/bg-top01.png);
  background-repeat: no-repeat, repeat-x;
  background-position: top -5px left, top left;
  padding: 200px 0 0;
}
#party .event-block h2 {
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 50px;
}
#party .event-block h2 span {
  position: relative;
}
#party .event-block h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: -180px;
  background: url("images/party/event-deco01.png")top center no-repeat;
  background-size: cover;
  width: 170px;
  height: 174px;
}
#party .event-block h2 span::after{
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  right: -210px;
  background: url("images/party/event-deco02.png")top center no-repeat;
  background-size: cover;
  width: 200px;
  height: 185px;
}
#party .event-block .box01 {
  position: relative;
  background: #fff;
  padding: 50px 40px 40px;
  margin-bottom: 40px;
}
#party .event-block .box01 h3 {
  position: absolute;
  top: -30px;
  left: -30px;
}
#party .event-block .box01 h3 img {
  width: 286px;
  height: auto;
}
#party .event-block .box01 .catch {
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
#party .event-block .box01 .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
#party .event-block .box01 .flex-box {
  width: 48%;
}
#party .event-block .box01 .flex-box h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px 0;
}
#party .event-block .box01 .flex-box h4 a:hover {
  color: #3b49a0;
  text-decoration: underline;
  opacity: 1;
}

#party .event-block .box02 .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
#party .event-block .box02 .flex-box {
  width: 48%;
}
#party .event-block .box02 .flex-box h4 {
  text-align: center;
  margin-bottom: 10px;
}
#party .event-block .box02 .flex-box:nth-of-type(1) img {
  width: 275px;
  height: auto;
  max-width: 100%;
}
#party .event-block .box02 .flex-box:nth-of-type(2) img {
  width: 248px;
  height: auto;
  max-width: 100%;
}
#party .event-block .box02 .flex-box:nth-of-type(3) img {
  width: 261px;
  height: auto;
  max-width: 100%;
}
#party .event-block .box02 .flex-box:nth-of-type(4) img {
  width: 275px;
  height: auto;
  max-width: 100%;
}
#party .event-block .box02 .flex-box .text01 {
  font-size: 2.4rem;
  font-weight: bold;
}
#party .event-block .box02 .img-box01 {
  margin: 30px 0;
}

@media (max-width:768px){
#party .event-block {
  background-size: auto 60px, auto 100px;
  padding: 100px 0 0;
  margin-top: 40px;
}
#party .event-block h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
#party .event-block h2 span::before {
    top: -30px;
    left: -90px;
    width: 78px;
    height: 74px;
}
#party .event-block h2 span::after {
    top: -100px;
    right: -90px;
    width: 110px;
    height: 95px;
}
#party .event-block .box01 {
    padding: 70px 20px 0;
    margin-bottom: 40px;
}
#party .event-block .box01 h3 {
    position: absolute;
    top: -30px;
    left: -20px;
}
#party .event-block .box01 h3 img {
    width: 126px;
}
#party .event-block .box01 .catch {
    font-size: 2rem;
    margin-bottom: 20px;
}
#party .event-block .box01 .flex-box {
  width: 100%;
  margin-bottom: 20px;
}
#party .event-block .box01 .flex-box h4 {
    font-size: 1.8rem;
}
#party .event-block .box02 .flex-box {
  width: 100%;
  margin-bottom: 20px;
}
#party .event-block .box02 .flex-box:nth-of-type(1) img {
  width: 145px;
}
#party .event-block .box02 .flex-box:nth-of-type(2) img {
  width: 138px;
}
#party .event-block .box02 .flex-box:nth-of-type(3) img {
  width: 261px;
}
#party .event-block .box02 .flex-box:nth-of-type(4) img {
  width: 275px;
}
#party .event-block .box02 .flex-box .text01 {
  font-size: 1.8rem;
}
}


/* about-block */
#party .about-block {
  background: url(images/common/bg-bottom01.svg) top center repeat-x;
  background-size: auto 200px;
  padding: 200px 0 0;
  overflow-x: hidden;
}
#party .about-blockinner {
  width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}
#party .about-block h2 {
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 50px;
}
#party .about-block h2 span {
  position: relative;
}
#party .about-block h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -120px;
  background: url("images/party/about-deco01.png")top center no-repeat;
  background-size: cover;
  width: 132px;
  height: 88px;
}
#party .about-block h2 span::after{
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -130px;
  background: url("images/party/about-deco02.png")top center no-repeat;
  background-size: cover;
  width: 107px;
  height: 87px;
}
#party .about-block table {
  border-top: solid 1px #a8a8a9;
  width: 100%;
  margin: 0 0 40px;
}
#party .about-block table tr th {
  font-size: 2.2rem;
  font-weight: 500;
  vertical-align: middle;
  background: url("images/party/about-deco03.png") center left no-repeat;
  background-size: 33px;
  border-bottom: solid 1px #a8a8a9;
  padding: 15px 10px 15px 40px;
}
#party .about-block table tr td {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: solid 1px #a8a8a9;
  padding: 15px 0;
}
#party .about-block table tr td span {
  color: #3b49a0;
  font-size: 1.6rem;
}
#party .about-block table tr td span.span01 {
  color: #464545;
  font-size: 1.9rem;
  padding-top: 10px;
}
#party .about-block table tr td span.span02 {
  color: #464545;
  font-size: 1.6rem;
}

#party .about-block .time-box {
  position: relative;
  background: #fdfbdb;
  padding: 60px 40px 30px;
}
#party .about-block .time-box::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
    right: -90px;
  background: url("images/party/about-deco04.png") center no-repeat;
  background-size: cover;
  width: 398px;
  height: 101px;
}
#party .about-block .time-box h3 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#party .about-block .time-box ul li {
  list-style: none;
  background: url("images/party/icon-time.png") center left no-repeat;
  background-size: 30px;
  border-bottom: solid 1px #a8a8a9;
  padding: 15px 0 15px 40px;
}
#party .about-block .time-box ul li span {
  padding-right: 20px;
}

@media (max-width:768px){
#party .about-block {
  background-size: auto 100px;
  padding: 120px 0 0;
}
#party .about-blockinner {
  width: 100%;
}
#party .about-block h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
#party .about-block h2 span::before {
    top: -10px;
    left: -100px;
    width: 92px;
    height: 62px;
}
#party .about-block h2 span::after{
    top: -10px;
    right: -100px;
    width: 82px;
    height: 67px;
}
#party .about-block table tr th {
  display: block;
  font-size: 1.8rem;
  background-position: top 13px left;
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
}
#party .about-block table tr td {
  display: block;
  font-size: 1.6rem;
  width: 100%;
}
#party .about-block table tr td span {
  font-size: 1.4rem;
}
#party .about-block table tr td span.span01 {
  font-size: 1.6rem;
}
#party .about-block table tr td span.span02 {
  font-size: 1.4rem;
}
#party .about-block .time-box {
  padding: 40px 20px 20px;
}
#party .about-block .time-box::after {
    top: -10px;
    right: -50px;
    width: 248px;
    height: 61px;
}
#party .about-block .time-box h3 {
  font-size: 2.4rem;
}
}


/* ticket-block */
#party .ticket-block {
  background-color: #fdfbdb;
  background-image: url(images/party/ticket-ttl01.png), url(images/common/bg-top01.png);
  background-repeat: no-repeat, repeat-x;
  background-position: top -5px left, top left;
  padding: 200px 0 0;
}
#party .ticket-block h2 {
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 50px;
}
#party .ticket-block h2 span {
  position: relative;
}
#party .ticket-block h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -90px;
  background: url("images/party/ticket-deco01.png")top center no-repeat;
  background-size: cover;
  width: 61px;
  height: 99px;
}
#party .ticket-block h2 span::after{
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: -90px;
  background: url("images/party/ticket-deco02.png")top center no-repeat;
  background-size: cover;
  width: 82px;
  height: 106px;
}
#party .ticket-block .box01 {
  background: #fff;
  padding: 40px 7%;
}
#party .ticket-block .box01 h3 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#party .ticket-block .box01 .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
#party .ticket-block .box01 .flex-box {
  border-left: solid 1px #a8a8a9;
  width: 48%;
  padding-left: 20px;
}
#party .ticket-block .box01 .flex-box h4 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
#party .mt20 {
  margin-top: 20px;
}
#party .ticket-block .box01 .flex-box:nth-of-type(2) h4 {
  color: #3b49a0;
}
#party .ticket-block .box01 ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  list-style: none;
  padding-left: 20px;
}
#party .ticket-block .box01 ul li::after {
  content: "★";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ebe270;
}
#party .ticket-block .box01 ul li span {
  font-weight: bold;
}

@media (max-width:768px){
#party .ticket-block {
  background-size: auto 60px, auto 100px;
  padding: 100px 0 0;
  margin-top: 40px;
}
#party .ticket-block h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
#party .ticket-block h2 span::before {
    top: -20px;
    left: -60px;
    width: 42px;
    height: 72px;
}
#party .ticket-block h2 span::after {
    top: -20px;
    right: -60px;
    width: 54px;
    height: 69px;
}
#party .ticket-block .box01 h3 {
  font-size: 2rem;
}
#party .ticket-block .box01 .flex-box {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 40px;
}
}


/* qa-block */
#party .qa-block {
  background: url(images/common/bg-bottom01.svg) top center repeat-x;
  background-size: auto 200px;
  padding: 200px 0 80px;
}
#party .qa-blockinner {
  width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}
#party .qa-block h2 {
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 50px;
}
#party .qa-block h2 span {
  position: relative;
}
#party .qa-block h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -120px;
  background: url("images/party/about-deco01.png")top center no-repeat;
  background-size: cover;
  width: 132px;
  height: 88px;
}
#party .qa-block h2 span::after{
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -130px;
  background: url("images/party/about-deco02.png")top center no-repeat;
  background-size: cover;
  width: 107px;
  height: 87px;
}
#party .qa-block dl {
  border-bottom: solid 1px #a8a8a9;
  padding: 15px 0;
}
#party .qa-block dl dt {
  font-size: 1.9rem;
  font-weight: 500;
}
#party .qa-block dl dt span {
  color: #3b49a0;
  font-size: 3rem;
  font-weight: bold;
  padding-right: 10px;
}
#party .qa-block dl dd {
  font-size: 1.9rem;
  font-weight: 500;
  padding-left: 30px;
}
#party .qa-block dl dd span {
  color: #ebe270;
  font-size: 3rem;
  font-weight: bold;
  padding-right: 10px;
}

@media (max-width:768px){
#party .qa-block {
  background-size: auto 100px;
  padding: 120px 0 40px;
}
#party .qa-blockinner {
  width: 100%;
}
#party .qa-block h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
#party .qa-block h2 span::before {
    top: -10px;
    left: -100px;
    width: 92px;
    height: 62px;
}
#party .qa-block h2 span::after{
    top: -10px;
    right: -100px;
    width: 82px;
    height: 67px;
}
#party .qa-block dl dt {
  font-size: 1.5rem;
}
#party .qa-block dl dt span {
  font-size: 1.8rem;
  padding-right: 10px;
}
#party .qa-block dl dd {
  font-size: 1.5rem;
  padding-left: 30px;
}
#party .qa-block dl dd span {
  font-size: 1.8rem;
  padding-right: 10px;
}
}



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

	記念事業
	
----------------------------------------------------------------------------------------------------------------------------------------*/
#project .sub-ttl {
    text-align: center;
    margin-bottom: 20px;
}
#project .sub-ttl img {
    max-width: 303px;
}
#project h2 {
    color: #3B49A0;
    font-size: 4.2rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}
#project h2 span {
    font-size: 5.2rem;
    background:linear-gradient(transparent 60%, #ff6 60%);
}
#project h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0 10px;
}
#project .btn-more {
  text-align: center;
}
#project .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    width: 250px;
}

@media (max-width:768px){
#project h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}
#project h2 span {
    font-size: 3.2rem;
}
#project h3 {
  font-size: 2rem;
}
}


/* hananoki-block */
#project .hananoki-block {
  padding: 60px 0 0;
}
#project .hananoki-block .text01 {
  margin: 20px 0;
}
#project .hananoki-block .text02 {
  margin-bottom: 20px;
  padding: 20px 60px 0;
}
#project .hananoki-block .box01 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
#project .hananoki-block .box01 .flex-box {
  width: 48%;
}
#project .hananoki-block .box01 .flex-box h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#project .hananoki-block .box01 .flex-box ul li {
  list-style: none;
  border-bottom: dotted 1px #464545;
}
#project .hananoki-block .box01 .flex-box ul li span {
  color: #efe874;
}
#project .hananoki-block .box02 {
  flex-wrap: wrap;
  justify-content: space-between;
}
#project .hananoki-block .box02 .flex-box {
  width: 48%;
  margin-bottom: 30px;
}
#project .hananoki-block .box02 .flex-box h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}

@media (max-width:768px){
#project .hananoki-block {
  padding: 30px 0 0;
}
#project .hananoki-block .text02 {
  padding: 20px 0 0;
}
#project .hananoki-block .box01 .flex-box {
  width: 100%;
}
#project .hananoki-block .box01 .flex-box:nth-of-type(1) {
  text-align: center;
  margin-bottom: 20px;
}
#project .hananoki-block .box01 .flex-box:nth-of-type(1) img {
  max-width: 211px;
}
#project .hananoki-block .box02 .flex-box {
  width: 100%;
}
}


/* kinenshi-block */
#project .kinenshi-block {
  background: #FDFBDB url(images/comic/comic-bg01.jpg) top center no-repeat;
  padding: 200px 0 0;
}
#project .kinenshi-block .text01 {
  margin: 20px 0;
}
#project .kinenshi-block .flex-container {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#project .kinenshi-block .flex-box {
  width: 48%;
}
#project .kinenshi-block .flex-box:nth-of-type(2) {
  padding-right: 20px;
}
#project .kinenshi-block .flex-box h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#project .kinenshi-block .flex-box ul li {
  list-style: none;
  border-bottom: dotted 1px #464545;
}
#project .kinenshi-block .flex-box ul li span {
  color: #efe874;
}
#project .kinenshi-block .text-price {
  color: #3b49a0;
  font-size: 3rem;
  font-weight: bold;
}
#project .kinenshi-block .text-price span {
  font-size: 4.2rem;
}
#project .kinenshi-block .text02 {
  color: #3b49a0;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width:768px){
#project .kinenshi-block {
    background: #FDFBDB url(images/comic/comic-bg01.jpg) top center no-repeat;
    padding: 110px 0 0;
    background-size: 100%;
}
#project .kinenshi-block .flex-box {
  width: 100%;
}
#project .kinenshi-block .flex-box:nth-of-type(2) {
  text-align: center;
  padding-right: 0;
  margin-top: 10px;
}
#project .kinenshi-block .flex-box:nth-of-type(2) img {
  max-width: 220px;
}
#project .kinenshi-block .text-price {
  font-size: 2rem;
}
#project .kinenshi-block .text-price span {
  font-size: 3rem;
}
#project .kinenshi-block .text02 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
}


/* art-block */
#project .art-block {
    background: url(images/common/bg-bottom01.svg) top center repeat-x;
    background-size: auto 200px;
    padding: 200px 0 80px;
}
#project .art-block .text01 {
  margin-bottom: 40px;
}
#project .art-block table {
  width: 100%;
  margin-bottom: 30px;
}
#project .art-block table tr th {
  color: #3b49a0;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px 0 0;
  width: 120px;
}
#project .art-block table tr td {
  color: #3b49a0;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px 0;
}

@media (max-width:768px){
#project .art-block {
    background-size: auto 100px;
    padding: 140px 0 40px;
}
#project .art-block .text01 {
  margin-bottom: 10px;
}
#project .art-block table tr th {
  display: block;
  font-size: 1.8rem;
  border-bottom: solid 1px #3b49a0;
  width: 100%;
}
#project .art-block table tr td {
  display: block;
  font-size: 1.8rem;
  width: 100%;
}
}


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

	100周年記念事業
	
----------------------------------------------------------------------------------------------------------------------------------------*/
#memorialevent .party-block img,
#memorialevent .art-block img,
#memorialevent .lecture-block img,
#memorialevent .piano-block img,
#memorialevent .golf-block img,
#memorialevent .voice-block img{
  margin: 30px 0;
}
#memorialevent .sub-ttl {
    text-align: center;
    margin-bottom: 20px;
}
#memorialevent .sub-ttl img {
    max-width: 303px;
    margin: 0;
}
#memorialevent h2 {
    color: #3B49A0;
    font-size: 4.2rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}
#memorialevent h2 span {
    font-size: 5.2rem;
    background:linear-gradient(transparent 60%, #ff6 60%);
}
#memorialevent h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0 10px;
}

@media (max-width:768px){
#memorialevent .party-block img,
#memorialevent .art-block img,
#memorialevent .lecture-block img,
#memorialevent .piano-block img,
#memorialevent .golf-block img,
#memorialevent .voice-block img{
  margin: 20px 0;
}
#memorialevent .sub-ttl img {
    margin: 0;
}
#memorialevent h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
#memorialevent h2 span {
    font-size: 3rem;
}
#memorialevent h3 {
  font-size: 1.8rem;
}
}


#memorialevent .page-link {
  padding: 100px 20px 50px;
}
#memorialevent .page-linkinner {
  border-radius: 45px;
  background: #fdfbdb;
  padding: 40px 40px 30px;
}
#memorialevent .page-link h2 {
  color: #464545;
  font-size: 5.2rem;
  font-weight: bold;
  text-align: center;
}
#memorialevent .page-link h2 span {
  position: relative;
  background: none;
  padding: 0 100px;
}
#memorialevent .page-link h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  background: url("images/memorialevent/pagelink-deco01.png") top center no-repeat;
  background-size: cover;
  width: 80px;
  height: 100px;
}
#memorialevent .page-link h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("images/memorialevent/pagelink-deco02.png") top center no-repeat;
  background-size: cover;
  width: 86px;
  height: 76px;
}
#memorialevent .page-link ul.flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#memorialevent .page-link ul li {
  display: block;
  list-style: none;
  width: 47%;
  margin-bottom: 20px;
}
#memorialevent .page-link ul li a {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  background: #fff;
  border-radius: 40px;
  padding: 10px 20px;
}
@media (max-width:768px){
#memorialevent .page-link {
  padding: 20px 20px 20px;
}
#memorialevent .page-linkinner {
  padding: 40px 20px 30px;
}
#memorialevent .page-link h2 {
  font-size: 2rem;
}
#memorialevent .page-link h2 span {  
  font-size: 2rem;
  padding: 0 50px;
}
#memorialevent .page-link h2 span::before {
  background: url("images/memorialevent/pagelink-deco01.png") top center no-repeat;
  background-size: cover;
  width: 40px;
  height: 50px;
}
#memorialevent .page-link h2 span::after {
  background: url("images/memorialevent/pagelink-deco02.png") top center no-repeat;
  background-size: cover;
  width: 43px;
  height: 38px;
}
#memorialevent .page-link ul.flex-container {
  margin-top: 20px;
}
#memorialevent .page-link ul li {
  margin-bottom: 10px;
  width: 100%;
}
#memorialevent .page-link ul li a {
  font-size: 1.6rem;
  padding: 10px 20px;
}
}


/* hananoki-block */
#memorialevent .hananoki-block {
  padding: 60px 0 0;
}
#memorialevent .hananoki-block .text01 {
  margin: 20px 0;
}
#memorialevent .hananoki-block .text02 {
  margin-bottom: 20px;
  padding: 20px 60px 0;
}
#memorialevent .hananoki-block .box01 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
#memorialevent .hananoki-block .box01 .flex-box {
  width: 48%;
}
#memorialevent .hananoki-block .box01 .flex-box h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#memorialevent .hananoki-block .box01 .flex-box ul li {
  list-style: none;
  border-bottom: dotted 1px #464545;
}
#memorialevent .hananoki-block .box01 .flex-box ul li span {
  color: #efe874;
}
#memorialevent .hananoki-block .box02 {
  flex-wrap: wrap;
  justify-content: space-between;
}
#memorialevent .hananoki-block .box02 .flex-box {
  width: 48%;
  margin-bottom: 30px;
}
#memorialevent .hananoki-block .box02 .flex-box h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}

@media (max-width:768px){
#memorialevent .hananoki-block {
  padding: 30px 0 0;
}
#memorialevent .hananoki-block .text02 {
  padding: 20px 0 0;
}
#memorialevent .hananoki-block .box01 .flex-box {
  width: 100%;
}
#memorialevent .hananoki-block .box01 .flex-box:nth-of-type(1) {
  text-align: center;
  margin-bottom: 20px;
}
#memorialevent .hananoki-block .box01 .flex-box:nth-of-type(1) img {
  max-width: 211px;
}
#memorialevent .hananoki-block .box02 .flex-box {
  width: 100%;
}
}


/* kinenshi-block */
#memorialevent .kinenshi-block {
  background: #FDFBDB url("images/memorialevent/bg01.png") top center no-repeat;
  background-size: 100%;
  padding: 200px 0 0;
}
#memorialevent .kinenshi-block .text01 {
  margin: 20px 0;
}
#memorialevent .kinenshi-block .flex-container {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#memorialevent .kinenshi-block .flex-box {
  width: 48%;
}
#memorialevent .kinenshi-block .flex-box:nth-of-type(2) {
  padding-right: 20px;
}
#memorialevent .kinenshi-block .flex-box h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#memorialevent .kinenshi-block .flex-box ul li {
  list-style: none;
  border-bottom: dotted 1px #464545;
}
#memorialevent .kinenshi-block .flex-box ul li span {
  color: #efe874;
}
#memorialevent .kinenshi-block .text-price {
  color: #3b49a0;
  font-size: 3rem;
  font-weight: bold;
}
#memorialevent .kinenshi-block .text-price span {
  font-size: 4.2rem;
}
#memorialevent .kinenshi-block .text02 {
  color: #3b49a0;
  font-size: 2.2rem;
  font-weight: bold;
}
#memorialevent .kinenshi-block .btn-more {
  text-align: center;
  margin: 30px 0 0;
}
#memorialevent .kinenshi-block .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    width: 250px;
}

@media (max-width:768px){
#memorialevent .kinenshi-block {
  background: #FDFBDB url(images/memorialevent/bg01.png) top center no-repeat;
  padding: 80px 0 0;
  background-size: 100%;
}
#memorialevent .kinenshi-block .flex-box {
  width: 100%;
}
#memorialevent .kinenshi-block .flex-box:nth-of-type(2) {
  text-align: center;
  padding-right: 0;
  margin-top: 10px;
}
#memorialevent .kinenshi-block .flex-box:nth-of-type(2) img {
  max-width: 220px;
}
#memorialevent .kinenshi-block .text-price {
  font-size: 2rem;
}
#memorialevent .kinenshi-block .text-price span {
  font-size: 3rem;
}
#memorialevent .kinenshi-block .text02 {
  font-size: 1.8rem;
}
}


#memorialevent .goods-block {
  background: url(images/memorialevent/bg02.png) top center no-repeat;
  background-size: 100%;
  padding: 200px 0 0;
}
@media (max-width:768px){
#memorialevent .goods-block {
  background: url(images/memorialevent/bg02.png) top center no-repeat;
  padding: 80px 0 20px;
  background-size: 100%;
}
}

#memorialevent .party-block {
  background: #FDFBDB url(images/memorialevent/bg03.png) top center no-repeat;
  background-size: 100%;
  padding: 200px 0 0;
}
@media (max-width:768px){
#memorialevent .party-block {
  background: #FDFBDB url(images/memorialevent/bg03.png) top center no-repeat;
  padding: 80px 0 20px;
  background-size: 100%;
}
}


#memorialevent .art-block {
  background: url(images/memorialevent/bg04.png) top center no-repeat;
  background-size: 100%;
  padding: 200px 0 0;
}
@media (max-width:768px){
#memorialevent .art-block {
  background: url(images/memorialevent/bg04.png) top center no-repeat;
  padding: 80px 0 20px;
  background-size: 100%;
}
}


#memorialevent .lecture-block {
  background: #FDFBDB url(images/memorialevent/bg01.png) top center no-repeat;
  background-size: 100%;
  padding: 200px 0 0;
}
@media (max-width:768px){
#memorialevent .lecture-block {
  background: #FDFBDB url(images/memorialevent/bg01.png) top center no-repeat;
  padding: 80px 0 20px;
  background-size: 100%;
}
}


#memorialevent .piano-block {
  background: url(images/memorialevent/bg04.png) top center no-repeat;
  background-size: 100%;
  padding: 200px 0 0;
}
@media (max-width:768px){
#memorialevent .piano-block {
  background: url(images/memorialevent/bg04.png) top center no-repeat;
  padding: 80px 0 20px;
  background-size: 100%;
}
}


#memorialevent .golf-block {
  background: #FDFBDB url(images/memorialevent/bg03.png) top center no-repeat;
  background-size: 100%;
  padding: 200px 0 0;
}
@media (max-width:768px){
#memorialevent .golf-block {
  background: #FDFBDB url(images/memorialevent/bg03.png) top center no-repeat;
  padding: 80px 0 20px;
  background-size: 100%;
}
}


/* voice-block */
#memorialevent .voice-block {
  background: url(images/memorialevent/bg04.png) top center no-repeat;
  background-size: 100%;
  padding: 200px 0 100px;
}
#memorialevent .voice-block .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#memorialevent .voice-block .flex-box {
  width: 46%;
  margin-bottom: 40px;
}
#memorialevent .voice-block .flex-box .day {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background: #3b49a0;
  padding: 0 10px;
  margin-top: 10px;
}
#memorialevent .voice-block .flex-box h3 {
  font-size: 2rem;
}
#memorialevent .voice-block .btn-more {
  text-align: center;
  margin: 30px 0;
}
#memorialevent .voice-block .btn-more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #3B49A0 url(images/common/icon-arrow01.svg) center right 10px no-repeat;
    background-size: 22px;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    width: 250px;
}
@media (max-width:768px){
#memorialevent .voice-block {
  background: url(images/memorialevent/bg04.png) top center no-repeat;
  padding: 80px 0 60px;
  background-size: 100%;
}
#memorialevent .voice-block .flex-box {
  width: 100%;
  margin-bottom: 30px;
}
#memorialevent .voice-block .flex-box h3 {
  font-size: 2rem;
}
#memorialevent .voice-block .btn-more {
  margin: 0 0 30px;
}
}

