@charset "utf-8";


/*************ローディング画面*************/
@-webkit-keyframes load1 {
	0%  {opacity: 0;}
	100%  {opacity: 1;}
}
@-ms-keyframes load1 {
	0%  {opacity: 0;}
	100%  {opacity: 1;}
}
@-moz-keyframes load1 {
	0%  {opacity: 0;}
	100%  {opacity: 1;}
}
@keyframes load1 {
	0%  {opacity: 0;}
	100%  {opacity: 1;}
}
/*ローディング画面*/
html{
	overflow-y:scroll;
}
/* ローディングの背景部分のCSS */
.loader{
	background:#fff;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:6000;
}


/*トップページ　メインイメージ　ズーム*/
@-webkit-keyframes zoomin-bgimg {
	from {
		transform: scale(1.2,1.2)
	}
	to {
		transform: scale(1,1);
	}
}
@-ms-keyframes zoomin-bgimg {
	from {
		transform: scale(1.2,1.2)
	}
	to {
		transform: scale(1,1);
	}
}
@-moz-keyframes zoomin-bgimg {
	from {
		transform: scale(1.2,1.2)
	}
	to {
		transform: scale(1,1);
	}
}
@keyframes zoomin-bgimg {
	from {
		transform: scale(1.2,1.2)
	}
	to {
		transform: scale(1,1);
	}
}

/*トップページ　メインイメージ　コメント*/
@-webkit-keyframes fadein-ttl {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes fadein-ttl {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein-ttl {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein-ttl {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/*トップページ　スクロールアニメーション*/
@-webkit-keyframes sdb2 {
  0% {
	opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 80px);
    opacity: 0
  }
}
@-ms-keyframes sdb2 {
  0% {
	opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 80px);
    opacity: 0
  }
}

@-moz-keyframes sdb2 {
  0% {
	opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 80px);
    opacity: 0
  }
}

@keyframes sdb2 {
  0% {
	opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 80px);
    opacity: 0
  }
}


/*************　桜　*************/
@-webkit-keyframes sakura-01 {
0% {
opacity: 0;
transform: translate(200px,200px) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}
@-ms-keyframes sakura-01 {
0% {
opacity: 0;
transform: translate(200px,200px) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}
@-moz-keyframes sakura-01 {
0% {
opacity: 0;
transform: translate(200px,200px) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}
@keyframes sakura-01 {
0% {
opacity: 0;
transform: translate(200px,200px) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}

@-webkit-keyframes sakura-02 {
0% {
opacity: 0;
transform: translate(200px,0) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}
@-ms-keyframes sakura-02 {
0% {
opacity: 0;
transform: translate(200px,0) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}
@-moz-keyframes sakura-02 {
0% {
opacity: 0;
transform: translate(200px,0) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}
@keyframes sakura-02 {
0% {
opacity: 0;
transform: translate(200px,0) scale(0.1);
}
50% {
opacity: 1;
}
100% {
transform: translate(-2000px,1000px) scale(1.8);
opacity: 0;
}
}




@media screen and (min-width: 1001px) ,print {
/*************************************
* 共通
*************************************/
.dsp-no-pc { display: none !important; }
main {  }
.content-inner { width: 95%; margin: auto; padding: 0; max-width: 1400px; height: 100%; }
section { padding-top: 6rem;  display: block; }
section:last-child { margin-bottom: 6rem; }
.detail-inner { margin: 0; padding: 0; width: 100%; height: 100%; }
#pagetop { position: fixed; width: 60px; height: 60px; bottom: 0; right: 0; z-index: 500; background-color: #f09cb4  }
#pagetop a:before {
	font-family: FontAwesome;
	content: '\f077';
	color: #fff;
	font-size: 45px;
	margin: 12px auto auto 8px;
	display: inline-block;
}
.font-s { font-size: 0.8rem; }
.tel { pointer-events: none; }
hr.hr-01 { border-bottom: 1px solid #dddddd; border-top: none; margin: 6rem auto 0 auto; width: 95%; max-width: 1400px; }
/*フェードイン*/
.effect {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
  transform: translateX(-50px);
}
.effect-u {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
  transform: translateY(50px);
}
.effect-o {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
}
.fadein { opacity: 1; transform: translateX(0px); }
/*ぱんくず*/
.pankuzu-area { background-color: #f9f1f1; padding: 5px 0 5px 0; text-align: right; font-size: 0.9rem; }
.pankuzu-area ul, .pankuzu-area ul li { list-style: none; padding: 0; margin: 0; }
.pankuzu-area ul li { display: inline-block; color: #c7b1b1; }
.pankuzu-area a { color: #c7b1b1; }
.pankuzu-area a:hover, .pankuzu-area a:visited { color: #c7b1b1; }
/* ローディングのアニメーション部分のCSS */
.loader-animation {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url("../img/parts/pts-logo-sp.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 195px 130px;
	-webkit-animation:load1 1s ease-in-out;
	animation:load1 1s ease-in-out;
	animation-iteration-count: 1;
}
/*桜*/
.sakura-01 {
	position: absolute;
	right: -110px;
	width: 85px;
	animation-name: sakura-01;
	animation-duration: 8s;
	animation-timing-function: ease-out;
	animation-delay: 0.5s;
	z-index: 1000;
	transition: 8s;
	-webkit-transition: 8s;
	animation-iteration-count: infinite;
	opacity: 0;
}
.sakura-02 {
	position: absolute;
	right: -110px;
	width: 70px;
	animation-name: sakura-01;
	animation-duration: 8s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	z-index: 1000;
	transition: 5s;
	-webkit-transition: 5s;
	animation-iteration-count: infinite;
	opacity: 0;
}
.sakura-03 {
	position: absolute;
	right: -110px;
	width: 100px;
	animation-name: sakura-02;
	animation-duration: 15s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	z-index: 1000;
	transition: 5s;
	-webkit-transition: 5s;
	animation-iteration-count: infinite;
	opacity: 0
}
.sakura-04 {
	position: absolute;
	right: -110px;
	width: 90px;
	animation-name: sakura-02;
	animation-duration: 15s;
	animation-timing-function: ease-out;
	animation-delay: 5.5s;
	z-index: 1000;
	transition: 5s;
	-webkit-transition: 5s;
	animation-iteration-count: infinite;
	opacity: 0
}
.sakura-05 {
	position: absolute;
	right: -110px;
	width: 90px;
	animation-name: sakura-02;
	animation-duration: 15s;
	animation-timing-function: ease-out;
	animation-delay: 5.5s;
	z-index: 1000;
	transition: 6.5s;
	-webkit-transition: 5s;
	animation-iteration-count: infinite;
	opacity: 0
}
/*************************************
* 見出し
*************************************/
.h2-01-area { background-color: #e76387; padding: 30px 0 30px 0; font-size: 2rem; color: #fff; text-align: center; }
.h3-01-area {
	background-image: url("../img/parts/pts-h3-01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105px auto;
	text-align: center;
	padding: 45px 0 35px 0;
	margin-bottom: 3rem;
}
h3.h3-01 { font-size: 1.8rem; color: #e86388 }
h4.h4-01 {
	font-size: 1.3rem;
	background-image: url("../img/parts/pts-sakura-03.svg");
	background-position: left top 3px;
	background-repeat: no-repeat;
	background-size: 30px auto;
	padding: 5px 0 5px 38px;
	margin-bottom: 1.5rem;
}
h4.h4-02 { font-size: 1.5rem; margin-bottom: 1.5rem; color: #e76387 }
h4.h4-03 { font-size: 1.3rem; padding-left: 10px; border-left: 5px solid #e76387; margin-bottom: 1.3rem; }
h5.h5-01 { font-size: 1.1rem; margin-bottom: 1rem; }
h5.h5-02 { font-size: 0.8rem; margin-bottom: 1rem; }

/*************************************
* テーブル
*************************************/
.table-01 { width: 100%; border-collapse: collapse; }
.table-01 th, .table-01 td  { padding: 15px; border-top: 1px solid #ebe3e3; border-bottom: 1px solid #ebe3e3; }
.table-01 .tb-bold { font-weight: bold }
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
/*************************************
* リスト
*************************************/
ul.list-01, ul.list-01 li { list-style: none; }
ul.list-01 li { padding-left: 1.2em; text-indent: -1.2em; }
ul.list-01 li:before {
	font-family: FontAwesome;
	content: '\f111';
	color: #c7b1b1;
	margin-right: 0.3em;
}
ul.list-01 li ul li:before {
	font-family: FontAwesome;
	content: '\f111';
	color: #b2b2b2;
	margin-right: 0.3em;
	font-size: 0.3rem;
}
ul.list-01 li ul li { padding-left: 0.7em; text-indent: -0.7em; }
/*************************************
* ボタン
*************************************/
.btn-01 {
	padding: 10px 20px 10px 20px;
	background-color: #f09cb4;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	margin-top: 0.5rem;
	font-weight: bold
}
.btn-01:hover { opacity: 1; background-color: #e76387; }
.btn-01:visited { color: #fff; }
.btn-02:before {
	font-family: FontAwesome;
	content: '\f105';
	color: #f09cb4;
	margin-right: 0.3em;
}
.btn-02:visited { color: #333333; }
/*************************************
* header
*************************************/
.h-ttl-area { position: relative; }
.h-ttl { width: 40%; float: left; margin-top: 35px; margin-bottom: 35px }
.h-ttl img { margin-left: 0 !important; width: 275px; margin-bottom: 3px; }
h1.ttl-en { font-family: 'Roboto'; font-weight: normal; font-size: 0.8rem; color: #c8b2b2; letter-spacing: 0.05em; }
.h-sns { width: 40%; float: right; margin-top: 35px; margin-bottom: 35px }
.h-sns a.h-fb img, .h-sns a.h-tw img { width: 40px; float: right; margin-left: 10px; }
a.h-kifu {
	float: right;
	margin-right: 10px;
	color: #f09cb4;
	padding: 5px 5px 5px 40px;
	background-image: url("../img/parts/pts-kifu.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 35px auto;
}
.h-sakura { position: absolute; top: 25px; left: 50%; margin-left: -42.5px; width: 85px; }
.h-sakura a img {
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}
.h-sakura a:hover img {
	opacity: 0.7;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
	-webkit-transform: rotate( 360deg ) ;
	-moz-transform: rotate( 360deg ) ;
	-o-transform: rotate( 360deg ) ;
	transform: rotate( 360deg ) ;
}
/*navi*/
.global-navi { background-color: #f09cb4; color: #fff; }
.global-navi ul, .global-navi ul li { list-style: none; margin: 0; padding: 0; }
.global-navi ul { text-align: center; }
.global-navi ul li { display: inline-block; }
.global-navi ul li a { color: #fff; padding: 20px 15px 15px 15px; cursor: pointer; display: block; font-weight: bold; position: relative; }
.global-navi ul li a:hover { opacity: 1; color: #df2d5d !important; }
.global-navi ul li a:visited { color: #fff; }
body#privacy .global-navi ul li a,
body#sitepolicy .global-navi ul li a,
body#news .global-navi ul li a { padding: 20px 15px 20px 15px; }
body#home .global-navi ul li a.home,
body#greeting .global-navi ul li a.greeting,
body#profile .global-navi ul li a.profile,
body#activity .global-navi ul li a.activity,
body#movie .global-navi ul li a.movie,
body#access .global-navi ul li a.access,
body#supporters .global-navi ul li a.supporters { color: #df2d5d; border-bottom: 5px solid #df2d5d }
.sp-menu-sns, .sp-menu-bnr { display: none }
/*************************************
* footer
*************************************/
.fmenu-detail { text-align: center; padding: 3rem 0 3rem 0; }
.f-link { margin: 1rem 0 1rem 0 }
.f-sns p { display: inline-block; width: 45px; padding: 5px; }
.copy { text-align: center; padding: 1rem 0 1rem 0; font-size: 0.7rem; color: #c8b2b2 }
.f-bnr {  }
.f-bnr > * { display: inline-block; margin: 2rem 5px 0.5rem 5px; width: 250px; }
.f-bnr-1 > * { display: inline-block; margin: 2rem 5px 0.5rem 5px; width: 250px; }
/*************************************
* トップページ
*************************************/
/*メインイメージ*/
section#home-00 { padding-top: 0; }
#main-00 { position: relative; }
.bg-img-00 {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.main-copy {
	position: absolute;
	width: 300px;
	left: 5%;
	bottom: 100px;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 3s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.scroll {
	width: 100%;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 4s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.scroll-wheel {
	width: 45px;
	position: absolute;
	bottom: 130px;
	left: 50%;
	margin-left: -22.5px;
	animation: sdb2 3.5s ease-out infinite;
	z-index: 1500
}
.scroll-txt {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	opacity: 0.7;
	z-index: 1500
}
/*3列メニュー*/
section#home-01 { padding-top: 0; }
.home-mainmenu-detail { width: 33.333%; float: left; position: relative; text-align: center; }
.mainmanu-img { width: 100%; height: 250px; position: relative;	overflow: hidden; }
.mainmanu-img:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.home-mainmenu-detail:hover .mainmanu-img:after {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-mainmenu-detail:hover .mainmenu-txt, .home-mainmenu-detail:nth-child(even):hover .mainmenu-txt {
	background-color: #e86388;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.mainmanu-img.greeting:after { background-image: url("../img/top/01-01.jpg") }
.mainmanu-img.profile:after { background-image: url("../img/top/01-02.jpg") }
.mainmanu-img.activity:after { background-image: url("../img/top/01-03.jpg") }
.home-mainmenu-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.mainmenu-txt {
	padding: 20px 0 20px 0;
	background-color: #f09cb4;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-mainmenu-detail:nth-child(even) .mainmenu-txt { background-color: #f2a8bd; }
.home-mainmenu-detail:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-bottom: 13px solid #fff;
	right: 10px;
	bottom: 10px;
	z-index: 5;
	content: " "
}
/*詠桜会リンク*/
section#home-02 { padding-top: 0; }
.home-eioukai-area { width: 100%; height: 500px; position: relative; overflow: hidden; }
.home-eioukai-area:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-image: url("../img/parts/pts-bg-sakura.jpg");
}
section#home-02:hover .home-eioukai-area:after {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
section#home-02:hover .home-eioukai-ttl {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-eioukai-ttl {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../img/parts/pts-eioukai.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 350px 400px;
	top: 0;
	left: 0;
	z-index: 10;
	text-indent: -99999px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-eioukai-area a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 20; }
.eioukai-link {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
	background-color: rgba(255,255,255,0.8);
	color: #e86388;
	font-size: 1.5rem;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.eioukai-link p { position: absolute; top: 50%; margin-top: -0.8rem; width: 100%; text-align: center;  font-weight: bold;}
.eioukai-link p:after {
	font-family: FontAwesome;
	content: '\f0a9';
	color: #e86388;
	font-size: 30px;
	padding: 5px;
	display: inline-block;
}
section#home-02:hover .eioukai-link {
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/*追加_LINEバナー*/
.none_pc_413{display: none;}
.none_sp_413{
	display: block;
	margin: 1.5rem auto 0;
	max-width: 920px;
	}

/*新着情報*/
.home-news-area { width: 50%; float: left; }
.home-news-inner { font-size: 0; position: relative; }
.home-news-detail {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2rem;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	vertical-align: top;
}
.home-news-detail:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-news-detail:nth-child(even) { margin-right: 0; }
.news-img { margin-bottom: 0.5rem; }
.news-cat { color: #fff; padding: 2px 5px 2px 5px; background-color: #c7b1b1; display: inline-block; font-size: 0.9rem; line-height: 1.3rem; }
.news-date { font-size: 0.9rem; }
h5.news-h5 { font-size: 1rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.home-news-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
/*SNS*/
.home-fb-area { width: 45%; float: right; }
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto 0 auto;
}
.facebook-wrapper iframe {
    width: 100% !important;
}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:700px;
}
/*************************************
* 新着情報
*************************************/
/*共通*/
.news-alpha { float: left; width: 70%; }
.news-beta { float: right; width: 25%; }
/*サイドバー*/
.news-sidebar { padding-top: 30px; border-top: 5px solid #e76387; }
.news-new { margin-bottom: 1rem; }
.news-sidebar h5 { font-weight: 800; margin-bottom: 0.3rem; margin-top: 1rem; }
ul.blog-new { margin-bottom: 1rem; }
ul.blog-new, ul.blog-new li { list-style: none; margin: 0; padding: 0; }
ul.blog-new li { padding-left: 1.2em; text-indent: -1.2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
ul.blog-new li:before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #e76387;
	margin-right: 0.3em;
}
.news-category { margin-bottom: 1rem; }
.news-category h5 { font-weight: 800; margin-bottom: 0.3rem; }
ul.list-category { margin-bottom: 1rem; }
ul.list-category, ul.list-category li { list-style: none; margin: 0; padding: 0; }
ul.list-category li { padding-left: 1.2em; text-indent: -1.2em; }
ul.list-category li:before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #b2b2b2;
	margin-right: 0.3em;
}
.news-archive { margin-bottom: 1rem; }
.news-archive h5 { font-weight: 800; margin-bottom: 0.3rem; }
.select { position: relative; background-color: #fff; }
select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 2px solid #e76387;
	z-index: 10;
	background-color: transparent;
	cursor: pointer;
	font-size: 1rem;
}
select::-ms-expand { display: none; }
.select:after {
	position: absolute;
	font-family: FontAwesome;
	content: '\f107';
	color: #e76387;
	right: 5%;
	top: 50%;
	margin-top: -13px;
	font-size: 20px;
}
/*一覧*/
.list-news-inner { font-size: 0; }
.list-news-detail {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 4% 2rem 0;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.list-news-detail:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.list-news-detail:nth-child(even) { margin-right: 0; }
.list-news-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.dijest p { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #b2b2b2; }
/*ページネーション*/
.pagination { margin-top: 4rem; text-align: center; }
.pagination-box > * { padding: 5px 15px 5px 15px; font-size: 1.3rem; background-color: #e76387; color: #fff; margin: 5px; }
.pagination-box .current { padding: 5px 15px 5px 15px; font-size: 1.3rem; background-color: #dddddd; }

/*詳細*/
h3.single-blog-ttl {
	font-size: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #e76387;
	margin-bottom: 3rem;
	margin-top: 1rem;
}
.single-blog-txt { margin-bottom: 3rem; line-height: 2.5rem; }
.single-blog-txt img { width: auto; height: auto; margin-bottom: 1rem; margin-top: 1rem; max-width: 100%; }
/*ページ送り*/
.previous-new { text-align: center;}
.previous-new > * { display: inline-block; margin: 0 20px 0 20px; vertical-align: top }
.previous-new .archive a { display: block; font-size: 0.8rem; }
.previous-new .archive a:before {
	display: block;
	font-family: FontAwesome;
	content: '\f0c9';
	font-size: 30px;
	color: #e76387;
}
.previous-new .next a { display: block; font-size: 0.8rem; }
.previous-new .next a:before {
	display: block;
	font-family: FontAwesome;
	content: '\f104';
	font-size: 30px;
	color: #e76387;
}
.previous-new .previous a { display: block; font-size: 0.8rem; }
.previous-new .previous a:before {
	display: block;
	font-family: FontAwesome;
	content: '\f105';
	font-size: 30px;
	color: #e76387;
}
/*************************************
* ごあいさつ
*************************************/
section#greeting-01 { padding-top: 0; }
.greeting-main-img-01 {
	position: relative;
	height: 600px;
	overflow: hidden;
	margin-bottom: 5rem;
}
.greeting-main-img-01:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/greeting/01-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.greeting-img-copy-01 {
	position: absolute;
	top: 50%;
	margin-top: -85px;
	right: 15%;
}
#canvas { width: 350px; }
.greeting-txt-area {
	background-image: url("../img/greeting/bg-sakura.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 630px auto;
	text-align: center;
	color: #e76387;
	font-size: 1.2rem;
	line-height: 2.5rem;
	font-family: 'MatissePro-M',serif;
}
.greeting-main-img-02 {
	position: relative;
	height: 500px;
	overflow: hidden;
	margin-bottom: 5rem;
}
.greeting-main-img-02:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/greeting/02-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	background-attachment: fixed;
}
.greeting-img-copy-02 {
	height: 150px;
	position: absolute;
	top: 50%;
	margin-top: -65px;
	right: 50%;
	margin-right: -150px;
}
.greeting-sign { width: 180px; margin: 4rem auto 0 auto; }
/*************************************
* プロフィール
*************************************/
section#profile-01 { padding-top: 0; position: relative; }
.profile-main-img {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.profile-main-img:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/profile/01-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.profile-main-txt {
	position: absolute;
	background-color: rgba(239,155,179,0.9);
	padding: 40px 50px 40px 50px;
	top: 50%;
	left: 100px;
	margin-top: -186px;
	text-align: center;
	color: #fff;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.profile-main-txt img { margin-bottom: 10px; }
.prof-img-area { font-size: 0; margin-top: 3rem; }
.prof-img-area p { font-size: 1rem; display: inline-block; vertical-align: top; width: 32.3333%; margin-right: 1.5%; margin-bottom: 1.5%; }
.prof-img-area p:nth-child(3), .prof-img-area p:nth-child(6) { margin-right: 0; }
/*************************************
* 活動報告
*************************************/
section#activity-01 { padding-top: 0; position: relative; }
.activity-main-img {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.activity-main-img:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/activity/01-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.activity-main-txt {
	position: absolute;
	background-color: rgba(239,155,179,0.9);
	padding: 60px;
	top: 50%;
	left: 0;
	margin-top: -98px;
	color: #fff;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.activity-main-txt h3 { font-size: 2rem; margin-bottom: 1.5rem; }
.activity-comment { text-align: center; margin-bottom: 3rem; }
/*PDF*/
.kenseidayori-area { font-size: 0; }
.kenseidayori-detail {
	display: inline-block;
	font-size: 1rem;
	margin: 1%;
	width: 20%;
	position: relative;
	padding: 1.5%;
	background-color: #f1f1f1;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	vertical-align: top;
}
.kenseidayori-detail:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.kenseidayori-txt-area { margin-top: 0.5rem; }
h5.kenseidayori-h5 { font-size: 1.3rem; margin: 0.5rem 0 0 0; }
.btn-pdf {
	background-color: #e76387;
	color: #fff;
	padding: 10px;
	background-image: url("../img/parts/pts-pdf.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border-radius: 5px;
	margin-top: 0.5rem;
}
.kenseidayori-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
/*************************************
* おくのの主張
*************************************/
.movie-inner { font-size: 0; }
.movie-detail {
	font-size: 1rem;
	width: 45%;
	margin: 0 2.5% 4rem 2.5%;
	display: inline-block;
	vertical-align: top;
}
.movie-detail h4 { margin-bottom: 0.5rem; }
.movie-detail iframe { width: 100%; height: 400px; }
/*************************************
* 事務所のご案内
*************************************/
.access-info { text-align: center; margin-bottom: 4rem; }
#map_canvas { width: 100%; height: 800px; }
/*************************************
* 後援会のご案内
*************************************/
section#supporters-01 { padding-top: 0; position: relative; }
.supporters-main-img {
	position: relative;
	height: 500px;
	overflow: hidden;
}
.supporters-main-img:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/parts/pts-bg-sakura.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.supporters-main-txt {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -171px;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.eioukai-txt { line-height: 2.2rem; font-size: 1.1rem; text-align: justify }
.eioukai-special {
	margin-top: 2rem;
	padding: 2rem 0 2rem 0;
	border-top: 1px solid #ebe3e3;
	border-bottom: 1px solid #ebe3e3;
}
.eioukai-special h4 { margin-bottom: 0; }
.eioukai-special > * { margin-bottom: 1.5rem; }
.eioukai-special > *:last-child { margin-bottom: 0; }
.supporters-sign { width: 180px; margin: 1.5rem auto 0 auto; }
/*入会方法*/
.tel-info { margin-bottom: 2rem; margin-top: 3rem; }
.tel-info-tel { font-size: 1.8rem; font-weight: bold }
.mailform { margin-top: 2rem; text-align: center; }
.mailform > * { margin-bottom: 1.5rem; }
/*フォーム*/
.form-ttl { margin-bottom: 0.5rem; }
span.red { color: red }
input, textarea {
	width: 96%;
	max-width: 800px;
	height: 25px;
	padding: 0.8%;
	color: #333333;
	display: block;
	background-color: #f9f1f1;
	border: none;
	font-size: 1rem;
	margin: 0 auto 0 auto;
}
textarea { height: 250px; }
input:focus, textarea:focus { background-color: #f2f2f2; color: #333333; }
.form-submit button[type="submit"], .form-submit button[type="button"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #e76387;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
	padding: 12px 20px 12px 20px;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s, color 0.4s;
	border-radius: 5px;
	border: none;
}
span.comment { margin-top: 0.5rem; display: block; font-size: 0.8rem; }
.form-submit { text-align: center; margin-left: auto; margin-right: auto; }
.form-submit button[type="submit"]:hover, .form-submit button[type="button"]:hover { background-color: #b2b2b2; }
.bback:before { font-family: FontAwesome; content: '\f0a8'; /* アイコンのunicode */ margin-right: 5px; }
.bconfirm:after { font-family: FontAwesome; content: '\f0a9'; /* アイコンのunicode */ margin-left: 5px; }
.bsubmit:after { font-family: FontAwesome; content: '\f0a9'; /* アイコンのunicode */ margin-left: 5px; }
.body-confirm-h4,
.body-confirm .tel-info,
.body-confirm .mail-info,
.body-confirm .supporters-main-img,
.body-confirm section#supporters-02,
.body-confirm .app-info,
.body-confirm .nyukai-info,
.body-complete .tel-info,
.body-complete .mail-info,
.body-complete .supporters-main-img,
.body-complete section#supporters-02,
.body-complete .app-info,
.body-complete .body-confirm-h4,
.body-complete .nyukai-info
{ display: none }
.body-confirm .mailform > * { padding-bottom: 1.5rem; border-bottom: 1px solid #f9f1f1; }
.body-confirm .mailform > *:first-child { padding-top: 1.5rem; border-top: 1px solid #f9f1f1; }
.body-confirm .body-confirm-h4 { display: block; }
h3.kakunin-after { display: none; }
.body-confirm h3.kakunin-after,
.body-confirm h3.kakunin-after
{ display: flex; }
.form-complete-message a { display: block; }
/*************************************
* プライバシーポリシー
*************************************/
.privacy-content { margin-bottom: 4rem; }
.privacy-content:last-child { margin-bottom: 0; }
/*************************************
* サイトポリシー
*************************************/
section#sitepolicy-02 { padding-bottom: 5rem }






























}




































@media screen and (max-width: 1000px) {
/*************************************
* 共通
*************************************/
main { display: block; padding-top: 82px; }
.dsp-no-sp { display: none !important; }
.content-inner { width: 92%; margin: auto; padding: 0; height: 100%; }
section { padding-top: 3rem; display: block; }
section:last-child { margin-bottom: 3rem; }
.detail-inner { margin: 0; padding: 0; width: 100%; height: 100%; }
#pagetop { position: fixed; width: 40px; height: 30px; bottom: 15px; right: 15px; z-index: 500; }
#pagetop a:before {
	font-family: FontAwesome;
	content: '\f077';
	color: #f09cb4;
	font-size: 40px;
	padding: 1px;
	display: inline-block;
}
.font-s { font-size: 0.8rem; }
hr.hr-01 { border-bottom: 1px solid #dddddd; border-top: none; margin: 3rem auto 0 auto; width: 95%; }
/*フェードイン*/
.effect {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
  transform: translateX(-50px);
}
.effect-u {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
  transform: translateY(50px);
}
.effect-o {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
}
.fadein { opacity: 1; transform: translateX(0px); }
/*ぱんくず*/
.pankuzu-area { background-color: #f9f1f1; padding: 5px 0 5px 0; text-align: right; font-size: 0.9rem; }
.pankuzu-area ul, .pankuzu-area ul li { list-style: none; padding: 0; margin: 0; }
.pankuzu-area ul li { display: inline-block; color: #c7b1b1; }
.pankuzu-area a { color: #c7b1b1; }
.pankuzu-area a:hover, .pankuzu-area a:visited { color: #c7b1b1; }
/* ローディングのアニメーション部分のCSS */
.loader-animation {
	width: 100%;
	position: absolute;
	height: 100%;
	background-image: url("../img/parts/pts-logo-sp.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 195px 130px;
	-webkit-animation:load1 1s ease-in-out;
	animation:load1 1s ease-in-out;
	animation-iteration-count: 1;
}
/*桜*/
.sakura-01 {
	position: absolute;
	right: -110px;
	width: 85px;
	animation-name: sakura-01;
	animation-duration: 8s;
	animation-timing-function: ease-out;
	animation-delay: 0.5s;
	z-index: 1000;
	transition: 10s;
	-webkit-transition: 10s;
	animation-iteration-count: infinite;
	opacity: 0;
}
.sakura-02 {
	position: absolute;
	right: -110px;
	width: 70px;
	animation-name: sakura-01;
	animation-duration: 8s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	z-index: 1000;
	transition: 10s;
	-webkit-transition: 10s;
	animation-iteration-count: infinite;
	opacity: 0;
}
.sakura-03 {
	position: absolute;
	right: -110px;
	width: 100px;
	animation-name: sakura-02;
	animation-duration: 15s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	z-index: 1000;
	transition: 10s;
	-webkit-transition: 10s;
	animation-iteration-count: infinite;
	opacity: 0
}
.sakura-04 {
	position: absolute;
	right: -110px;
	width: 90px;
	animation-name: sakura-02;
	animation-duration: 15s;
	animation-timing-function: ease-out;
	animation-delay: 5.5s;
	z-index: 1000;
	transition: 10s;
	-webkit-transition: 10s;
	animation-iteration-count: infinite;
	opacity: 0
}
.sakura-05 {
	position: absolute;
	right: -110px;
	width: 90px;
	animation-name: sakura-02;
	animation-duration: 15s;
	animation-timing-function: ease-out;
	animation-delay: 5.5s;
	z-index: 1000;
	transition: 10s;
	-webkit-transition: 10s;
	animation-iteration-count: infinite;
	opacity: 0
}
/*************************************
* 見出し
*************************************/
.h2-01-area { background-color: #e76387; padding: 20px 0 20px 0; font-size: 1.4rem; color: #fff; text-align: center; }
.h3-01-area {
	background-image: url("../img/parts/pts-h3-01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px auto;
	text-align: center;
	padding: 35px 0 25px 0;
	margin-bottom: 1rem;
}
h3.h3-01 { font-size: 1.3rem; color: #e86388 }
h4.h4-01 {
	font-size: 1.1rem;
	background-image: url("../img/parts/pts-sakura-03.svg");
	background-position: left top 3px;
	background-repeat: no-repeat;
	background-size: 30px auto;
	padding: 5px 0 5px 38px;
	margin-bottom: 0.8rem;
}
h4.h4-02 { font-size: 1.2rem; margin-bottom: 1rem; color: #e76387 }
h4.h4-03 { font-size: 1.1rem; padding-left: 10px; border-left: 5px solid #e76387; margin-bottom: 0.5rem; }
h5.h5-01 { font-size: 1rem; margin-bottom: 0.5rem; }
h5.h5-02 { font-size: 0.8rem; margin-bottom: 0.5rem; }
/*************************************
* テーブル
*************************************/
.table-01 { width: 100%; border-collapse: collapse; }
.table-01 th, .table-01 td  { padding: 15px; border-top: 1px solid #ebe3e3; border-bottom: 1px solid #ebe3e3; }
.table-01 .tb-bold { font-weight: bold }
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
/*************************************
* リスト
*************************************/
ul.list-01, ul.list-01 li { list-style: none; }
ul.list-01 li { padding-left: 1.2em; text-indent: -1.2em; }
ul.list-01 li:before {
	font-family: FontAwesome;
	content: '\f111';
	color: #c7b1b1;
	margin-right: 0.3em;
}
ul.list-01 li ul li:before {
	font-family: FontAwesome;
	content: '\f111';
	color: #b2b2b2;
	margin-right: 0.3em;
	font-size: 0.3rem;
}
ul.list-01 li ul li { padding-left: 0.7em; text-indent: -0.7em; }
/*************************************
* ボタン
*************************************/
.btn-01 {
	padding: 10px 20px 10px 20px;
	background-color: #f09cb4;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	margin-top: 0.5rem;
	font-weight: bold
}
.btn-01:hover { opacity: 1; background-color: #e76387; }
.btn-01:visited { color: #fff; }
.btn-02:before {
	font-family: FontAwesome;
	content: '\f105';
	color: #f09cb4;
	margin-right: 0.3em;
}
.btn-02:visited { color: #333333; }
/*************************************
* header
*************************************/
#header-top { position: fixed; width: 100%; background-color: #fff; top: 0; left: 0; z-index: 2000; }
.h-sns, .h-sakura { display: none; }
.h-ttl { width: 200px; margin: 15px auto 15px 0 }
.h-ttl img { display: block; }
/*中身*/
.sp-menu-ttl { text-align: center; }
.sp-menu-img { width: 170px; margin: 0 auto 1rem auto }
.sp-menu-img a, .sp-menu-img img { display: block; }
.sp-menu-tel {
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 auto 0.5rem auto;
	background-color: #e76387;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	border-radius: 10px;
}
.sp-menu-tel:before {
	font-family: FontAwesome;
	content: '\f2a0';
	color: #fff;
	margin-right: 0.3em;
}
.sp-menu-tel:visited { color: #e76387; }
.sp-menu-add { margin-bottom: 0.5rem }
.sp-menu-sns { text-align: center; margin-top: 1rem; }
.sp-menu-sns > * { display: inline-block; width: 40px; margin: 5px; }
.sp-menu-sns > * a, .sp-menu-sns > * a img { display: block; }
/*グロナビ中身*/
.global-navi ul, .global-navi ul li { list-style: none; padding: 0; margin: 0; }
.global-navi ul { text-align: center; border-top: 1px solid #fae1e8; margin-top: 1rem; }
.global-navi ul li { border-bottom: 1px solid #fae1e8; font-weight: bold; }
.global-navi ul li a {
	padding: 12px 0 12px 0;
	display: block;
}
.sp-menu-bnr { text-align: center; padding-bottom: 5rem; }
.sp-menu-bnr > * { display: inline-block; margin: 1rem 5px 0 5px; width: 250px; }
.sp-menu-bnr a { display: block; }
body#home .global-navi ul li a.home,
body#greeting .global-navi ul li a.greeting,
body#profile .global-navi ul li a.profile,
body#activity .global-navi ul li a.activity,
body#movie .global-navi ul li a.movie,
body#access .global-navi ul li a.access,
body#supporters .global-navi ul li a.supporters { color: #df2d5d; }
/*グロナビ*/
.global-navi {
	transform:  translateX(-100%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: rgba(255,255,255,0.98);
	transition: all 0.8s;
	height: 100%;
	text-align: left;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
    margin: 1rem auto 5rem auto;
}
/* .global-naviに.activeが追加 */
.global-navi.active {
	opacity: 1;
	transform:  translateY(0);
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
/*バーガーメニュー*/
.nav-toggle {
	position: fixed; /* bodyに対しての絶対位置指定 */
	right: 10px;
	top: 15px;
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	z-index: 3000;
}
.nav-toggle span {
	display: block;
	position: absolute; /* .toggleに対して */
	width: 36px;
	border-bottom: solid 3px #ef9bb3;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	right: 8px;
	border-radius: 2px;
}
.nav-toggle span:nth-child(1) { top: 12px; }
.nav-toggle span:nth-child(2) { top: 24px; }
.nav-toggle span:nth-child(3) { top: 36px; }
/***** クリック後のボタン *****/
/* 最初のspanをマイナス45度にする */
.nav-toggle.active span:nth-child(1) {
	top: 24px;
	left: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #ef9bb3;
	opacity: 1;
}
/* 2番目と3番目のspanを45度にする */
.nav-toggle.active span:nth-child(2),
.nav-toggle.active span:nth-child(3) {
	top: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #ef9bb3;
	opacity: 1;
}
/*************************************
* footer
*************************************/
.fmenu-detail { text-align: center; padding: 2rem 0 2rem 0; border-top: 2px solid #ef9bb3 }
.f-link { margin: 1rem 0 1rem 0 }
.f-sns p { display: inline-block; width: 45px; padding: 5px; }
.copy { text-align: center; padding: 1rem 0 1rem 0; font-size: 0.7rem; color: #c8b2b2 }
.f-bnr {  }
.f-bnr > * { display: inline-block; margin: 1rem 5px 0 5px; width: 250px; }
.f-bnr-1 > * { display: inline-block; margin: 1rem 5px 0 5px; width: 250px; }
/*************************************
* トップページ
*************************************/
/*メインイメージ*/
section#home-00 { padding-top: 0; }
#main-00 { position: relative; }
.bg-img-00, .bg-img-02, .bg-img-03 {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.bg-img-00:before, .bg-img-02:before, .bg-img-03:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.bg-img-00:before { background-image: url("../img/top/main-img.jpg"); }
.bg-img-02:before { background-image: url("../img/top/main-img02.jpg"); }
.bg-img-03:before { background-image: url("../img/top/main-img03.jpg"); }
.main-copy {
	position: absolute;
	width: 300px;
	left: 5%;
	bottom: 100px;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 3s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.scroll {
	width: 100%;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 4s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.scroll-wheel {
	width: 45px;
	position: absolute;
	bottom: 130px;
	left: 50%;
	margin-left: -22.5px;
	animation: sdb2 3.5s ease-out infinite;
	z-index: 1500;
}
.scroll-txt {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	opacity: 0.7;
	z-index: 1500;
}
/*3列メニュー*/
section#home-01 { padding-top: 0; }
.home-mainmenu-detail { width: 33.333%; float: left; position: relative; text-align: center; }
.mainmanu-img { width: 100%; height: 250px; position: relative;	overflow: hidden; }
.mainmanu-img:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.home-mainmenu-detail:hover .mainmanu-img:after {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-mainmenu-detail:hover .mainmenu-txt, .home-mainmenu-detail:nth-child(even):hover .mainmenu-txt {
	background-color: #e86388;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.mainmanu-img.greeting:after { background-image: url("../img/top/01-01.jpg") }
.mainmanu-img.profile:after { background-image: url("../img/top/01-02.jpg") }
.mainmanu-img.activity:after { background-image: url("../img/top/01-03.jpg") }
.home-mainmenu-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.mainmenu-txt {
	padding: 20px 0 20px 0;
	background-color: #f09cb4;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-mainmenu-detail:nth-child(even) .mainmenu-txt { background-color: #f2a8bd; }
.home-mainmenu-detail:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-bottom: 13px solid #fff;
	right: 10px;
	bottom: 10px;
	z-index: 5;
	content: " "
}
/*詠桜会リンク*/
section#home-02 { padding-top: 0; }
.home-eioukai-area { width: 100%; height: 500px; position: relative; overflow: hidden; }
.home-eioukai-area:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-image: url("../img/parts/pts-bg-sakura.jpg");
}
section#home-02:hover .home-eioukai-area:after {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
section#home-02:hover .home-eioukai-ttl {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-eioukai-ttl {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../img/parts/pts-eioukai.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 350px 400px;
	top: 0;
	left: 0;
	z-index: 10;
	text-indent: -99999px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-eioukai-area a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 20; }
.eioukai-link {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 19;
	background-color: rgba(255,255,255,0.8);
	color: #e86388;
	font-size: 1.5rem;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	/*追加*/
	padding-bottom: 1.5rem;
}
.eioukai-link p { position: absolute; top: 50%; margin-top: -0.8rem; width: 100%; text-align: center;  font-weight: bold;}
.eioukai-link p:after {
	font-family: FontAwesome;
	content: '\f0a9';
	color: #e86388;
	font-size: 30px;
	padding: 5px;
	display: inline-block;
}
section#home-02:hover .eioukai-link {
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
/*追加_LINEバナー*/
.none_pc_413{ display: none;}
.none_sp_413{
	display: block;
	margin: 1.5rem auto 0;
	}
/*新着情報*/
.home-news-area { margin-bottom: 3rem; }
.home-news-inner { font-size: 0; position: relative; }
.home-news-detail {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-news-detail:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-news-detail:nth-child(even) { margin-right: 0; }
.news-img { margin-bottom: 0.5rem; }
.news-cat { color: #fff; padding: 2px 5px 2px 5px; background-color: #c7b1b1; display: inline-block; font-size: 0.9rem; line-height: 1.3rem; }
.news-date { font-size: 0.9rem; }
h5.news-h5 { font-size: 1rem; }
.home-news-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
/*SNS*/
.home-fb-area {  }
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto 0 auto;
}
.facebook-wrapper iframe {
    width: 100% !important;
}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:700px;
}
/*************************************
* 新着情報
*************************************/
/*サイドバー*/
.news-sidebar { padding-top: 30px; border-top: 5px solid #e76387; margin-top: 2rem; }
.news-new { margin-bottom: 1rem; }
.news-sidebar h5 { font-weight: 800; margin-bottom: 0.3rem; margin-top: 1rem; }
ul.blog-new { margin-bottom: 1rem; }
ul.blog-new, ul.blog-new li { list-style: none; margin: 0; padding: 0; }
ul.blog-new li { padding-left: 1.2em; text-indent: -1.2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
ul.blog-new li:before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #e76387;
	margin-right: 0.3em;
}
.news-category { margin-bottom: 1rem; }
.news-category h5 { font-weight: 800; margin-bottom: 0.3rem; }
ul.list-category { margin-bottom: 1rem; }
ul.list-category, ul.list-category li { list-style: none; margin: 0; padding: 0; }
ul.list-category li { padding-left: 1.2em; text-indent: -1.2em; }
ul.list-category li:before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #b2b2b2;
	margin-right: 0.3em;
}
.news-archive { margin-bottom: 1rem; }
.news-archive h5 { font-weight: 800; margin-bottom: 0.3rem; }
.select { position: relative; background-color: #fff; }
select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 2px solid #e76387;
	z-index: 10;
	background-color: transparent;
	cursor: pointer;
	font-size: 1rem;
}
select::-ms-expand { display: none; }
.select:after {
	position: absolute;
	font-family: FontAwesome;
	content: '\f107';
	color: #e76387;
	right: 5%;
	top: 50%;
	margin-top: -13px;
	font-size: 20px;
}
/*一覧*/
.news-h5 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.list-news-inner { font-size: 0; }
.list-news-detail {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 4% 2rem 0;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.list-news-detail:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.list-news-detail:nth-child(even) { margin-right: 0; }
.list-news-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.dijest p { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #b2b2b2; }
/*ページネーション*/
.pagination { margin-top: 4rem; text-align: center; }
.pagination-box > * { padding: 5px 15px 5px 15px; font-size: 1.3rem; background-color: #e76387; color: #fff; margin: 5px; }
.pagination-box .current { padding: 5px 15px 5px 15px; font-size: 1.3rem; background-color: #dddddd; }
/*詳細*/
h3.single-blog-ttl {
	font-size: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #e76387;
	margin-bottom: 3rem;
	margin-top: 1rem;
}
.single-blog-txt { margin-bottom: 3rem; line-height: 2.5rem; }
.single-blog-txt img { width: auto; height: auto; margin-bottom: 1rem; margin-top: 1rem; max-width: 100%; }
/*ページ送り*/
.previous-new { text-align: center;}
.previous-new > * { display: inline-block; margin: 0 20px 0 20px; }
.previous-new .archive a { display: block; font-size: 0.8rem; }
.previous-new .archive a:before {
	display: block;
	font-family: FontAwesome;
	content: '\f0c9';
	font-size: 30px;
	color: #e76387;
}
.previous-new .next a { display: block; font-size: 0.8rem; }
.previous-new .next a:before {
	display: block;
	font-family: FontAwesome;
	content: '\f104';
	font-size: 30px;
	color: #e76387;
}
.previous-new .previous a { display: block; font-size: 0.8rem; }
.previous-new .previous a:before {
	display: block;
	font-family: FontAwesome;
	content: '\f105';
	font-size: 30px;
	color: #e76387;
}
/*************************************
* ごあいさつ
*************************************/
section#greeting-01 { padding-top: 0; }
.greeting-main-img-01 {
	position: relative;
	height: 400px;
	overflow: hidden;
	margin-bottom: 2rem;
}
.greeting-main-img-01:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/greeting/01-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.greeting-img-copy-01 { display: none; }
.greeting-img-copy-sp {
	margin: 0 auto 2rem auto;
	text-align: center;
}
#canvas-sp { width: 230px; }
.greeting-txt-area {
	background-image: url("../img/greeting/bg-sakura.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 400px auto;
	text-align: justify;
	color: #e76387;
	line-height: 2rem;
	font-family: 'MatissePro-M';
}
.greeting-txt-area p { max-width: 600px; margin: auto; }
.greeting-main-img-02 {
	position: relative;
	height: 250px;
	overflow: hidden;
	margin-bottom: 3rem;
	background-image: url("../img/greeting/02-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.greeting-img-copy-02 {
	width: 250px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	right: 50%;
	margin-right: -125px;
}
.greeting-sign { width: 160px; margin: 2rem auto 0 auto !important; }
/*************************************
* プロフィール
*************************************/
section#profile-01 { padding-top: 0; position: relative; }
.profile-main-img {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.profile-main-img:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/profile/01-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.profile-main-txt {
	margin: 0 auto 0 auto;
	width: 100%;
	background-color: rgba(239,155,179,0.9);
	padding: 40px 0 40px 0;
	text-align: center;
	color: #fff;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.profile-main-txt img { width: 80%; max-width: 200px }
.prof-img-area { font-size: 0; margin-top: 3rem; }
.prof-img-area p { font-size: 1rem; display: inline-block; vertical-align: top; width: 32.3333%; margin-right: 1.5%; margin-bottom: 1.5%; }
.prof-img-area p:nth-child(3), .prof-img-area p:nth-child(6) { margin-right: 0; }
/*************************************
* 活動報告
*************************************/
section#activity-01 { padding-top: 0; position: relative; }
.activity-main-img {
	position: relative;
	height: 400px;
	overflow: hidden;
}
.activity-main-img:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/activity/01-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.activity-main-txt {
	position: absolute;
	background-color: rgba(239,155,179,0.9);
	padding: 2rem 3% 2rem 3%;;
	bottom: 0;
	left: 0;
	width: 94%;
	margin-top: -98px;
	color: #fff;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.activity-main-txt h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.activity-comment { text-align: center; margin-bottom: 2rem; }
/*PDF*/
.kenseidayori-area { font-size: 0; }
.kenseidayori-detail {
	display: inline-block;
	font-size: 1rem;
	margin: 1%;
	width: 28.3333%;
	position: relative;
	padding: 1.5%;
	background-color: #f1f1f1;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	vertical-align: top;
}
.kenseidayori-detail:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.kenseidayori-detail img { max-width: 150px; }
.kenseidayori-txt-area { margin-top: 0.5rem; }
h5.kenseidayori-h5 { font-size: 1.3rem; margin: 0.5rem 0 0 0; }
.btn-pdf {
	background-color: #e76387;
	color: #fff;
	padding: 10px;
	background-image: url("../img/parts/pts-pdf.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border-radius: 5px;
	margin-top: 0.5rem;
}
.kenseidayori-detail a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
/*************************************
* おくのの主張
*************************************/
.movie-inner { font-size: 0; }
.movie-detail {
	font-size: 1rem;
	width: 45%;
	margin: 0 2.5% 3rem 2.5%;
	display: inline-block;
	vertical-align: top;
}
.movie-detail h4 { margin-bottom: 0.5rem; }
.movie-detail iframe { width: 100%; height: 250px; }
/*************************************
* 事務所のご案内
*************************************/
.access-info { text-align: center; margin-bottom: 3rem; }
#map_canvas { width: 100%; height: 450px; }
/*************************************
* 後援会のご案内
*************************************/
section#supporters-01 { padding-top: 0; position: relative; }
.supporters-main-img {
	position: relative;
	height: 500px;
	overflow: hidden;
}
.supporters-main-img:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/parts/pts-bg-sakura.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.supporters-main-txt {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -171px;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.eioukai-txt { line-height: 2.2rem; font-size: 1.1rem; text-align: justify }
.eioukai-special {
	margin-top: 2rem;
	padding: 2rem 0 2rem 0;
	border-top: 1px solid #ebe3e3;
	border-bottom: 1px solid #ebe3e3;
}
.eioukai-special h4 { margin-bottom: 0; }
.eioukai-special > * { margin-bottom: 1.5rem; }
.eioukai-special > *:last-child { margin-bottom: 0; }
.okuno-photo { max-width: 400px; margin: 2rem auto 0 auto }
.supporters-sign { width: 140px; margin: 1.5rem auto 0 auto; }
/*入会方法*/
.tel-info { margin-bottom: 2rem; margin-top: 3rem; }
.tel-info-tel { font-size: 1.8rem; font-weight: bold }
.mailform { margin-top: 2rem; text-align: center; }
.mailform > * { margin-bottom: 1.5rem; }
/*フォーム*/
.form-ttl { margin-bottom: 0.5rem; }
span.red { color: red }
input, textarea {
	width: 96%;
	max-width: 800px;
	height: 25px;
	padding: 0.8%;
	color: #333333;
	display: block;
	background-color: #f9f1f1;
	border: none;
	font-size: 1rem;
	margin: 0 auto 0 auto;
}
textarea { height: 250px; }
input:focus, textarea:focus { background-color: #f2f2f2; color: #333333; }
.form-submit button[type="submit"], .form-submit button[type="button"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #e76387;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
	padding: 12px 20px 12px 20px;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s, color 0.4s;
	border-radius: 5px;
	border: none;
}
span.comment { margin-top: 0.5rem; display: block; font-size: 0.8rem; }
.form-submit { text-align: center; margin-left: auto; margin-right: auto; }
.form-submit button[type="submit"]:hover, .form-submit button[type="button"]:hover { background-color: #b2b2b2; }
.bback:before { font-family: FontAwesome; content: '\f0a8'; /* アイコンのunicode */ margin-right: 5px; }
.bconfirm:after { font-family: FontAwesome; content: '\f0a9'; /* アイコンのunicode */ margin-left: 5px; }
.bsubmit:after { font-family: FontAwesome; content: '\f0a9'; /* アイコンのunicode */ margin-left: 5px; }
.body-confirm-h4,
.body-confirm .tel-info,
.body-confirm .mail-info,
.body-confirm .supporters-main-img,
.body-confirm section#supporters-02,
.body-confirm .app-info,
.body-confirm .nyukai-info,
.body-complete .tel-info,
.body-complete .mail-info,
.body-complete .supporters-main-img,
.body-complete section#supporters-02,
.body-complete .app-info,
.body-complete .body-confirm-h4,
.body-complete .nyukai-info
{ display: none }
.body-confirm .mailform > * { padding-bottom: 1.5rem; border-bottom: 1px solid #f9f1f1; }
.body-confirm .mailform > *:first-child { padding-top: 1.5rem; border-top: 1px solid #f9f1f1; }
.body-confirm .body-confirm-h4 { display: block; }
h3.kakunin-after { display: none; }
.body-confirm h3.kakunin-after,
.body-confirm h3.kakunin-after
{ display: flex; }
.form-complete-message a { display: block; }
/*************************************
* プライバシーポリシー
*************************************/
.privacy-content { margin-bottom: 2rem; }
.privacy-content:last-child { margin-bottom: 0; }
/*************************************
* サイトポリシー
*************************************/
section#sitepolicy-02 { padding-bottom: 3rem }




















































}



@media only screen and (max-width: 768px){

/*************************************
* トップページ
*************************************/
.home-mainmenu-detail { width: 100%; float: none; }
/*詠桜会リンク*/
.home-eioukai-area { height: 300px; }
.home-eioukai-ttl { background-size: auto 250px; }
/*追加_LINEバナー*/
.none_pc_413{ display: none;}
.none_sp_413{ 
	display: block;
	margin-top: 0.8rem;
	}







}

@media only screen and (max-width: 750px){

/*************************************
* 活動報告
*************************************/
/*PDF*/
.kenseidayori-detail {
	display: inline-block;
	font-size: 1rem;
	margin: 1%;
	width: 45%;
	position: relative;
	padding: 1.5%;
	background-color: #f1f1f1;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	vertical-align: top;
}
.kenseidayori-detail img { max-width: 130px; }


















}





@media only screen and (max-width: 500px){
/*************************************
* 共通
*************************************/
.loader-animation { background-size: auto 130px; }
/*************************************
* テーブル
*************************************/
.table-01 { width: 100%; border-collapse: collapse; border-top: 1px solid #ebe3e3; }
.table-01 th, .table-01 td  { padding: 5px 10px 5px 10px; border-bottom: 1px solid #ebe3e3; border-top:none; display: block; }
.table-01 th { background-color: #ebe3e3; }
.table-01 .tb-bold { font-weight: bold }
/*************************************
* トップページ
*************************************/
.main-copy {
	position: absolute;
	width: 180px;
	left: 5%;
	bottom: 100px;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 3s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.scroll-wheel {
	width: 30px;
	bottom: 100px;
	margin-left: -15px;
}
.scroll-txt {
	bottom: 20px;
}
/*TOP新着情報*/
.home-news-detail {
	width: 100%;
	display: block;
	position: relative;
	padding: 0.5rem 0 0.5rem 0;
	border-bottom: 1px solid #ebe3e3;
	margin: 0;
}
.home-news-detail:first-child { border-top: 1px solid #ebe3e3; }
.home-news-detail:before {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -15px;
	font-family: FontAwesome;
	content: '\f105';
	color: #dddddd;
	font-size: 30px;
}
.home-news-img-area { width: 20%; float: left; }
.home-news-txt-area { width: 70%; float: right; margin-right: 5%; }
/*追加_LINEバナー*/
.none_pc_413{
	display: block;
	margin-top: 0.8rem;
	}
.none_sp_413{ display: none;}
/*************************************
* 新着情報
*************************************/
/*一覧*/
.list-news-detail { width: 100%; margin: 0 0 1.5rem 0; }
/*************************************
* ごあいさつ
*************************************/
.greeting-main-img-01 { height: 200px }
.greeting-txt-area { background-size: 250px auto }
/*************************************
* 活動報告
*************************************/
/*PDF*/
.kenseidayori-detail {
	display: block;
	width: 90%;
	text-align: left;
	padding: 5%;
	margin: 0 0 1rem 0;
	position: relative;
	background-image: url("../img/parts/pts-pdf.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 30px auto;
}
.kenseidayori-h5 { margin-top: 0 !important; }
.kenseidayori-detail img { display: none }
.btn-pdf { display: none; }
.kenseidayori-txt-area { padding-right: 45px; margin-top: 0 !important; }
/*************************************
* おくのの主張
*************************************/
.movie-detail { width: 100%; display: block; margin: 0 0 2rem 0 }
.movie-detail iframe { height: 230px; }
/*************************************
* 後援会のご案内
*************************************/
section#supporters-01 { padding-top: 0; position: relative; }
.supporters-main-img {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.supporters-main-img:before {
	content: " ";
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/parts/pts-bg-sakura.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation-name: zoomin-bgimg;
	animation-duration: 10s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	position: absolute;
}
.supporters-main-txt {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -114px;
	animation-name: fadein-ttl;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}
/*フォーム*/
input, textarea { padding: 2.5%; }





































}





@media only print {
body { font-family: sans-serif; }
/*フェードイン*/
.effect {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}
.effect-u {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.effect-o {
  opacity: 1 !important;
}

.bg-img-00 {
	background-image: url("../img/top/main-img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-copy {opacity: 1 !important }
.scroll { opacity: 1 !important }
.greeting-main-img-02 {
	background-image: url("../img/greeting/02-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.profile-main-txt { opacity: 1 !important }
.activity-main-txt { opacity: 1 !important }
.supporters-main-txt { opacity: 1 !important }

}










