@charset "utf-8";
/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	font: 16px/1.231 "Noto Sans JP", Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	background: #fff;
	color: #000;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
	max-width: 100%;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/

/* Main
 ---------------------------------------------------------------*/
#container {
	padding-bottom: 8%;
	padding-top: 30px;
}

/*離脱防止ポップアップstart*/
/*ボタン*/
.buttonpopup {
        position: relative;
        display: inline-block;
        padding: 0.25em 0.5em;
        text-decoration: none;
        color: #fff;
        background: #000000;
        border-radius: 30px;
        cursor: pointer;
        z-index: 201;
        border: none;
        font-size: 24px;
}



/*ポップアップ*/
.popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
}
.popup.is-show {
        opacity: 1;
        visibility: visible;
}
.popup-inner {
        position: relative;
        margin:0 auto;
        top:10%;
        /*width: 80%;
        padding:30px;
        max-width: 600px;
        background-color: #fff;
        border-radius: 20px;*/
        text-align:center;
        z-index: 2;
        width: 80%;
}
.popup-inner img {
        width: 100%;
        max-width: 600px;
}

.close-area {
        position: absolute; /* 相対コンテナ内で絶対配置 */
        top: -35px;         /* 画像の上部からの余白（適宜調整） */
        right: -35px;       /* 画像の右端からの余白（適宜調整） */
        text-align: right;
        cursor: pointer;
}

.black-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.8);
        z-index: 1;
        pointer-events: none;/*背景のグレーを押しても閉じないようにする*/
}

.popup-image-container {
        position: relative;
        display: inline-block;
}
/*離脱防止ポップアップend*/


/* footer
 ---------------------------------------------------------------*/
.footer{
	width: 100%;
  box-sizing: border-box;
	text-align: center;
	background-color: #eee;
	padding: 40px 0 ;
}
.footer_logo {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto 20px;
}
.fnav {
	text-align: center;
}
.fnav li {
	display: inline-block;
}
.fnav li:after {
	content: "　|　";
	display: inline-block;
	color: #000;
}
.fnav li:last-of-type:after {
	content: "";
	display: inline-block;
	color: #000;
}
.fnav li a {
	color: #000;
	display: inline;
	font-size: 12px;
}
.copyright {
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	color: #000;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.main_inner img {
	max-width: 100%;
}
.kv__lead {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 92.5%;
	margin: 0 auto 16px;
	display: flex;
	line-height: 1.4;
}
.kv__lead span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #E55B8B;
	border-radius: 30px;
	display: block;
	margin-right: 16px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kv__ttl {
	font-size: 22px;
	line-height: 1.64285;
	font-weight: bold;
	position: relative;
	padding-bottom: 26px;
	margin: 0 auto 32px;
	width: 92.5%;
}
.kv__ttl:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(156,39,176);
	background: linear-gradient(35deg, rgba(156,39,176,1) 0%, rgba(194,31,160,1) 24%, rgba(222,38,143,1) 49%, rgba(242,58,126,1) 73%, rgba(255,83,111,1) 100%);
}
.pr__txt {
	text-align: right;
	font-size: 14px;
	color: #555555;
	width: 92%;
	margin: 0 auto;
}

.img {
	margin: 32px auto;
	text-align: center;
}
.kv,
.img01 ,
.img01 ,
.img04 ,
.img02 ,
.img03 {
	width: 92%;
	margin: 0 auto;
}
.heading {
	background-color: #FDF6E3;
	border-left: 8px solid #56B780;
	font-size: 18px;
	font-weight: bold;
	margin: 32px auto;
	line-height: 1.6666;
	padding: 20px 26px;
	width: 92.5%;
	box-sizing: border-box;
}

.btn-img {
	display: block;
  width: 90%;
	margin: 0 5%;
	aspect-ratio: 1280 / 650;
  background-image: url("pc_btn.gif");
  background-size: contain;
background-position: center;
  background-repeat: no-repeat;
}

.everline_link:hover .btn-img {
  background-image: url("pc_btn_hover.gif");
}

@keyframes bound {
0% {
	transform: translateY(0); }
5% {
	transform: translateY(0); }
10% {
	transform: translateY(0); }
20% {
	transform: translateY(-25px); }
25% {
	transform: translateY(0); }
30% {
	transform: translateY(-15px); }
50% {
	transform: translateY(0); }
100% {
	transform: translateY(0); }
}

.main_inner {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: -1px;
	/*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
	padding: 30px 0 0;
}

.cont_body {
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.cont_txt .txt1 {
	max-width: 90%;
	margin: 0 auto;
}
.list {
	width: 92%;
	margin: 0 auto 32px;
	background-color: #FBECED;
	border: 4px solid #E0B3B6;
	padding: 24px 20px;
	box-sizing: border-box;
	line-height: 1.8;
}
.list__item {
	padding-left: 16px;
	position: relative;
	margin-bottom: 10px;
}
.list__item:last-of-type {
	margin-bottom: 0;
}
.list__item:before {
	content: "●";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 6px;
}


.owner_table {
	/*width: 90%;*/
	margin: 0 auto;
	font-size: 12px;
	border-bottom: 1px solid #aaa;
}
.owner_table th {
	background-color: #fafafa;
	border: 1px solid #aaa;
	padding: 10px;
	font-weight: bold;
	display: block;
	border-bottom: unset;
}
.owner_table td {
	border: 1px solid #aaa;
	padding: 10px;
	display: block;
	border-bottom: unset;
}

.cont {
	margin: 0 auto;
	padding: 0 0 0;
	box-sizing:border-box;
}

.cont_ttl {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #1e212d;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}
.cont_ttl img {
	margin: 0 auto;
	width: 100%;
}
.cont_ttl_sub {
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
.cont_body {
	padding: 20px 0;
}
.sub .cont_body {
	padding: 20px 5%;
}
.cont_txt {
	line-height: 200%;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
}
.txt {
	line-height: 1.7;
	font-size:  15px;
	margin: 0 auto 32px;
	max-width: 90%;
}

.txt a{
	display: inline;
}

.float-button__wrap a {
    display: inline-block; 
    vertical-align: middle; 
}

.cont_txt li {
	padding-left: 1em;
	text-indent: -1em;
}
.cont_txt li:before {
	content: "・";
}
.cont_txt img {
	width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.big {
	font-size: 18px;
	font-weight: bold;
}
.xbig {
	font-size: 34px;
	font-weight: bold;
}
.purple {
	color: #E00787;
	font-weight: bold;
}
.red {
	color: #dc0000;
	font-weight: bold;
}
.blue {
	color: #006CD8;
	font-weight: bold;
}
.green {
	color: #31B500;
	font-weight: bold;
}
.yellow {
	background: #ff0;
}
.yellow_bg {
  background:linear-gradient(transparent 60%, #ff0 60%);
}
.pink_bg {
  background:linear-gradient(transparent 60%, #FDBCD0 60%);
}
.underline {
	text-decoration: underline;
}
.right {
	text-align: right;
	display: block;
}
.center {
	text-align: center;
}
.center img {
	margin: 0 auto;
	max-width: 100%;
}

/* Project
  ------------------------------------------------------------------- */

/*スマホ対応*/
.pc {
	display: none!important;
}
.sp {
	display: block;
}


/* アニメーション */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
.fv {
	width: 90%;
	margin: 0 5%;
}

.yureru-j {
	    animation: yureru-j 2s infinite;
	 margin:20px 5%;	
	width: 90%;
}



.comment{
	width: 90%;
	margin: 0 5%;
	line-height: 1.7;
	font-size:  15px;
	margin: 0 auto 32px;
}

.comment_title {
	background-color: #113B90;
	color: #fff;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 1.2rem;
}


.comment_img {
	width: 50px;
	padding: 10px;
	float: left;	
}

.comment_name {
	color:  #113B90;
	font-weight: bold;
	padding: 20px 0 30px;
	float: none;
	line-height: 1.7;
	font-size:  15px;	
}

.comment_txt {
	line-height: 1.7;
	font-size:  15px;
}

.comment_kome {
	text-align: center;
	padding-bottom: 18px;
	font-size: 0.8rem;
	color:#c0c0c0;
	max-width: 90%;
	margin: 0 5%;
}


.float-button__wrap {
	display: none;
    position: fixed;
    bottom: -10px;
    z-index: 0;
	margin: 0 auto;
	left: 0;
	right: auto;
	text-align: center;
	width: 100%;

}

.keyframe {
transition: 0.3s;
	margin: 0 auto;
	text-align: center;
}

.keyframe:hover{
	opacity: 0.8;
}

h6{
	font-size: 0.7rem;
	font-weight: bold;
	max-width: 90%;
	margin: 0 5%;
}