/* --------------------------　 TOPページだけ、一瞬ロゴ　-------------------------- */
.start {
	background:rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 500px;
}
@media screen and (max-width: 834px) {
.start {
	background:rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 80%;
}
}




.anim-box02.fadein02.is-animated02 {
	opacity: 0;
	animation-name: fadeIn2s;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.anim-box02 {

  margin: 0 auto;
	z-index: 1;
}

.anim-box02 figure {
	width: 800px;
	margin: auto;
	margin-bottom: 40px;
}
.anim-box02 figure img {
	width: 100%;
	height: auto;
	margin: auto;
}

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




.indexCONTENT {
	width: 100%;
	background: url("../../image/index/index.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center top;
}


.index-fv {
	position: relative;
	padding-top: 200px;
	width: 100%;
	overflow: hidden;
	background-position: center top;
	margin-bottom: 0px;
	box-sizing: border-box;
}

.index-fv .wrap {
	max-width:800px;
	margin: auto;
}

.index-fv .wrap .catch {
	font-size: clamp(2.5rem, 5vw,4rem);
	color:#262626;
	margin-bottom: 50px;
}


.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
margin-bottom: 40px;
}

.h3_sub {
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
}

.more_box {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 60px;
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
}
.more_box div {
	margin: 0 10px;
	width: 50%;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background:#ef7eb3;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:0px;
	font-size: clamp(2.5rem, 5vw, 4rem);
	border-radius: 60px;
	font-family: "Crimson Text", serif;
	line-height: 1;
	width:100%;
	box-sizing: border-box;
}
.more03 span {
font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	display: block;
	line-height: 1.5;
}
.more04 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background:#404040;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	font-size: clamp(2.5rem, 5vw, 4rem);
	border-radius: 60px;
	font-family: "Crimson Text", serif;
	line-height: 1;
	box-sizing: border-box;
}
.more04 span {
font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	display: block;
	line-height: 1.5;
}
.indexbox p {
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	text-align: center;
	color:#666666;
	
}

.Add {
	max-width:800px;
	margin: auto;
	text-align: center;
	font-size: clamp(1.4rem, 2.2vw, 1.8rem);
	margin-top: 55px;
}








.index-wrap {
	max-width: 1000px;
	margin: auto;
	padding: 40px 0;
}

.index-seo p {
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}
.tels {
	
}


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

.indexCONTENT {
	width: 100%;
	background: url("../../image/index/indexSP.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center top;
}


.anim-box02.fadein02.is-animated02 {
	opacity: 0;
	animation-name: fadeIn2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.anim-box02 {

  margin: 0 auto;
	z-index: 1;
}

.anim-box02 figure {
	width:90%;
	margin: auto;
}
.anim-box02 figure img {
	width: 100%;
	height: auto;
	margin: auto;
}

	
	

	
.indexCONTENT {
	
}



.index-fv {
	position: relative;
	padding-top: 200px;
	width: auto;
	overflow: hidden;
	background-position: center top;
	margin-bottom: 0px;
	box-sizing: border-box;
}

.index-fv .wrap {
	max-width:auto;
	margin: auto;
}

.index-fv .wrap .catch {
	font-size: clamp(2rem, 5vw,4rem);
	color:#262626;
	margin-bottom: 20px;
	text-align: center;
}


.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
margin-bottom: 20px;
}

.h3_sub {
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
}

.more_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
	
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.more_box div {
	margin: 0 10px;
	width: 80%;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background:#ef7eb3;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:0px;
	font-size: clamp(2.5rem, 5vw, 4rem);
	border-radius: 60px;
	font-family: "Crimson Text", serif;
	line-height: 1;
	width:100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.more03 span {
font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	display: block;
	line-height: 1.5;
}
.more04 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background:#404040;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	font-size: clamp(2.5rem, 5vw, 4rem);
	border-radius: 60px;
	font-family: "Crimson Text", serif;
	line-height: 1;
	box-sizing: border-box;
}
.more04 span {
font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	display: block;
	line-height: 1.5;
}
.indexbox p {
	font-size: clamp(1.2rem, 1.4vw, 1.4rem);
	text-align: center;
	color:#666666;
	
}

.Add {
	max-width:800px;
	margin: auto;
	text-align: center;
	font-size: clamp(1.4rem, 2.2vw, 1.8rem);
        margin-top: 40%;
}



.tels {
	font-size: 2rem
}



.index-wrap {
	max-width: 1000px;
	margin: auto;
	padding: 40px 0;
}

.index-seo p {
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}

}



 /* 相互バナー文言 */

.content_wrap_index {
    /* width: 1000px; */
    /* margin: auto; */
    /* position: relative; */
    padding: 80px 0;
    z-index: 1;
    /* color: #fff; */
}	
main {
background-image: url(images/index_image2_0.jpg);
    background-attachment: local;
    background-size: cover;
    background-position: top;
    max-width: 800px;
    margin: auto;
}
.otherlinkA  {
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 1px;
}	

.otherlinkA img {
    width: 90%;
    max-width: 456px;
    margin: 5px auto 0 5px;
}

.entranse_contents {
max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    margin: 9% auto 1% auto;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #494646;
    border: 1px dotted #8d8d8d;
    padding: 1em;
    border-radius: 15px;
    background: #f5f5f5;
}	
.entranse_contents table{
   margin: 0px 0px;
}	
hr {
    border: none;
    border-top: dashed 1px #CCCCCC;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #FFFFFF;
    clear: both;
    display: block;
    visibility: hidden;	
}
#mongon {
    width: 100%;
    max-width: 960px;
    margin: 1em auto;
    text-align: center;
}

#mongon h2 {
    padding: 0.5em 0 1em 0.5em;
    line-height: 1.5;
    font-size: 132%;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 10px #ef7eb3;
}

#mongon h3 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0 0 10px #ef7eb3;
}
#mongon p.head {
    padding: 1em 0;
    text-align: center;
    font-size: 110%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-color: #999;
    border-bottom-color: #999;
	    max-width: 80%;
	margin: 2px auto;
	
    font-weight: bold;
}
#mongon p {
    padding: 1em 0;	
    text-align: left;
    font-size: 101%;
}

.container{
      height:800px;
    }
.elm{
    text-decoration: none;
    /* position: fixed; */
    bottom: 30px;
    right: 30px;
    /* padding: 20px; */
    /* color: #fff; */
    transition: .2s;
    opacity: 0.8;
}

	
@media screen and (max-width: 834px) {
main {	
  background-image: url(images/index_image_s.png); 
        background-size: 102%;
        /* background-attachment: local; */
        background-repeat: no-repeat;
        /* background-size: contain; */
        background-position: top;
        max-width: 90%;

    }
	
    .entranse_contents {
        width: auto;
        margin: 1% 2% 9% 2%;
        padding-top: 30px;
        padding-bottom: 20px;

    }	
	

	
.otherlinkA  {
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 1px;
	        max-width: 95% !important; 
        text-align: center;
        margin-left: auto;
        margin-right: auto;	
}	
}

