@charset "utf-8";
/*animation*/
#div_mainimgwrap .div_mainimgcon,main:after{
    animation-name: fade-in3;
    animation-duration:2s; 
    animation-timing-function: ease-out; 
    animation-delay:0s; 
    animation-iteration-count: 1; 
    animation-direction: normal; 
    animation-fill-mode: forwards; 
  }
  @keyframes fade-in3 {
    0% {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
/*---mainimg--------------------*/

#div_mainimgwrap{
background: url("../img/common/bk_wadhi-white.gif")repeat;
padding: 130px 5% 5%;
font-family:'M PLUS Rounded 1c', sans-serif;
}
#div_mainimgwrap .div_mainimgcon{
max-width: 1200px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: auto;
}
#div_mainimgwrap .mainwrap_text .dn{
display: none;
}
#div_mainimgwrap .mainwrap_text .div_day-date .year {
margin-bottom: 0;
}

/*---main--------------------*/
.topcontentsmain{
    width: 100%;
    margin: auto;
}
.topcontentsmain #sec_information,.topcontentsmain #sec_news{
width: 100%;
padding: 0 20px;
margin:0 auto ;
}
.topcontentsmain #sec_information h2,.topcontentsmain #sec_news h2{
font-family: 'Amaranth', sans-serif;
position: relative;
padding: 0 20px 0 0;
}
.topcontentsmain #sec_information h2:after,.topcontentsmain #sec_news h2:after{
content: '';
position: absolute;
top: 50%;
height: 1px;
width: 100%;
margin-left: 20px;
background: #363D3F;
z-index: -1;
}
.topcontentsmain #sec_information article,.topcontentsmain #sec_news article{
max-width: 2000px;
width: 100%;
}
.topcontentsmain #sec_information  dl{
width: 100%;
padding: 10px;
}
.topcontentsmain #sec_news a{
  text-decoration: none;
}
.topcontentsmain #sec_information  dl dt{
font-weight: 600;
font-size: 20rem;
margin-bottom:15px;
width: 100%;
}
.topcontentsmain #sec_information  dl dt .time{
margin-right: 15px;
}

.topcontentsmain #sec_information  dl dd{
width: 100%;
margin: 0 0 30px 0;
}
.topcontentsmain #sec_access{
  background: linear-gradient(rgba(255, 255, 255, .60), rgba(255, 255, 255, .60)), url("../img/index/im_keioplaza-hotel.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.topcontentsmain #sec_access h2{
display: none;
}
.topcontentsmain #art_access{
max-width: 2000px;
margin: auto;

padding: 45px 20px;
}
.topcontentsmain #art_access h3,.topcontentsmain #art_access p{
text-align: center;
}
.topcontentsmain #art_access h3{
font-weight: 500;
}
.topcontentsmain #art_access .hotel-name,.topcontentsmain #art_access .adress{
font-weight: 700;
}
.topcontentsmain #sec_introduction h2{
display: none;
}
.topcontentsmain #sec_introduction article{
background: url("../img/common/bk_wadhi-white.gif")repeat;
margin-bottom: 1px;
width: 100%;
}
.topcontentsmain #sec_introduction article .div_con{
max-width: 1200px;
width: 98%;
margin: auto;
}
.topcontentsmain #sec_program{
background: linear-gradient(rgba(255, 255, 255, .60), rgba(255, 255, 255, .60)),  url("../img/index/bk_program.png");
background-size: 150%;
padding: 10% 0;
}
.topcontentsmain #sec_program a{
background: #363D3F;
padding: 20px 60px;
width: 100%;
font-size: 36rem;
color: #fff;
display: block;
position: relative;
overflow: hidden;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
-webkit-mask-image: -webkit-radial-gradient( #363D3F, #4B5355);
}
.topcontentsmain #sec_program a:after{
content: "";
display: block;
background: url("../img/common/ic_yajirushi-yoko.svg")no-repeat;
background-size: contain;
width: 45px;
height:45px;
position: absolute;
top: 50%;
right:60px;
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s cubic-bezier(.43,.05,.17,1);
    transition: all .5s cubic-bezier(.43,.05,.17,1);
				
}
.topcontentsmain #sec_program a:before {
  aspect-ratio: 1;
		border-radius: 50%;
  background: rgba(75, 83, 85, .5);
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width .8s;
  width: 0;
		z-index: 10;
}
.topcontentsmain #sec_program a:hover:before {
  width: 100%;
}
.topcontentsmain #sec_program a:hover:after{
right: 30px;
        -webkit-transition: opacity .5s cubic-bezier(.26,.06,0,1);
        transition: opacity .5s cubic-bezier(.26,.06,0,1)
}
@media (max-width:979px){
	#header .ul_header-nav-from{
	padding:  0 15px;
	position: absolute;
	top: 86px;
	left: 0;
		width: calc(100% - 50px);
	}
	  .fadeDown {
    animation-name: none;
    animation-duration: none;
    animation-fill-mode: none;
    opacity: 1;
  }
/*---mainimg--------------------*/
#div_mainimgwrap {
padding: 90px calc(5% + 60px)  5% 5%;
position: relative;
}
#div_mainimgwrap:before{
content: "";
width:60px;
height: 100%;
position: absolute;
right:0;
top: 0;
  background: linear-gradient(rgba(42, 43, 42, .66), rgba(42, 43, 42, .66)), url("../img/common/bk_ishi-black.jpg");
		background-repeat: repeat;
}
#div_mainimgwrap:after{
content: "";
width:100%;
max-width: 40px;
height: calc(100vh - 90px);
background: url("../img/common/text_27th-theme.png") no-repeat;
background-size: contain;
position: absolute;
top: 0px;
right: -10px;
z-index: 5;
margin:80px 0 30px 0;
display: block;
transform: translateX(-50%);
}
#div_mainimgwrap .mainwrap_text {
    font-weight: 600;
}
#div_mainimgwrap .mainwrap_text .text_koushi-kanbun-yoko{
display: none;
}
#div_mainimgwrap .mainwrap_text .text_koushi-kanbun-tate{
width:calc(100% - 40%);
    margin:45px 0 0 auto;
    display: block;
}
#div_mainimgwrap .mainwrap_koushi{
width:40%;
max-width: 300px;
position: absolute;
bottom: 10px;
left: -30px;
}
@media (min-width:600px){

#div_mainimgwrap .mainwrap_text h1{
font-size: 35rem;
				line-height: 1.5em;
				letter-spacing:.2em;
}
#div_mainimgwrap .mainwrap_text .div_day-date .day{
font-size: 35rem;
				line-height: 1.5em;
					letter-spacing:.15em;
}
#div_mainimgwrap .mainwrap_text .div_day-date .year,#div_mainimgwrap .mainwrap_text .div_day-date .day > span{
font-size:25rem;
}
#div_mainimgwrap .mainwrap_koushi{
max-width: 350px;
bottom: 0;
}

}
@media (max-width:599px){
#div_mainimgwrap .mainwrap_text .dn{
display: block;
}
#div_mainimgwrap .mainwrap_text {
    font-weight: 600;
max-width: 300px;
width: 100%;
margin: auto;
}
#div_mainimgwrap .mainwrap_text h1,#div_mainimgwrap .mainwrap_text .div_day-date{
max-width: 230px;
margin: auto;
}
#div_mainimgwrap .mainwrap_text h1{
font-size: 30rem;
				line-height: 1.5em;
				letter-spacing:.15em;
	
}
#div_mainimgwrap .mainwrap_text .div_day-date .day{
font-size: 30rem;
				line-height: 1.5em;
					letter-spacing:.15em;
}
#div_mainimgwrap .mainwrap_text .div_day-date .year,#div_mainimgwrap .mainwrap_text .div_day-date .day > span{
font-size: 25rem;
}
#div_mainimgwrap .mainwrap_text .text_koushi-kanbun-tate{
width:calc(100% - 45%);
    margin:35px 0 0 auto;
}
#div_mainimgwrap .mainwrap_koushi{
width:50%;
max-width: 250px;
bottom:-10px;
left: -40px;
}
}
/*---main--------------------*/
.topcontentsmain{
margin-top: 45px;
}
.topcontentsmain #sec_information h2,.topcontentsmain #sec_news h2{
font-size: 35rem;
margin-bottom: 20px;
}
.topcontentsmain #sec_information article,.topcontentsmain #sec_news article{
margin:0 auto 30px;
}
.topcontentsmain #sec_information dl{
padding: 0;
}
  .topcontentsmain #art_access h3{
font-size: 28rem;
}
.topcontentsmain #art_access .hotel-name{
font-size: 28rem;
}
.topcontentsmain #art_access .adress{
font-size: 18rem;
}
.topcontentsmain #sec_introduction article .div_con{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
padding-top: 30px;
}
.topcontentsmain #sec_introduction article .div_con .im_prof{
width: 70%;
margin-bottom: -5px;
max-width: 350px;
order: 2;
}
.topcontentsmain #sec_introduction article .div_con .div_prof{
order: 1;
    font-weight: 500;
}
.topcontentsmain #sec_introduction article .div_con .div_prof p{
text-align: center;
margin-bottom: 5px;
}
.topcontentsmain #sec_introduction article .div_con .div_prof > p:not(.name){ 
font-size: 18rem;
}
.topcontentsmain #sec_introduction article .div_con .div_prof > p.name{ 
font-size: 30rem;
}
.topcontentsmain #sec_introduction #art_introduction-takamizawa .div_prof .link01 {
margin: 20px auto 0;
}
.topcontentsmain #sec_program{
padding: 20% 0;
}
.topcontentsmain #sec_program a{
font-size: 30rem;
padding:  20px 30px;
}
.topcontentsmain #sec_program a:hover:after{
right: 0;
}
}
@media (min-width:980px){
/*
main{
padding-right:160px;
position: relative;
}

main:before{
content: "";
width:160px;
height: 100%;
position: absolute;
right:0;
top: 0;
  background: linear-gradient(rgba(42, 43, 42, .66), rgba(42, 43, 42, .66)), url("../img/common/bk_ishi-black.jpg");
		background-repeat: repeat;
}
main:after{
content: "";
width:100%;
max-width: 70px;
height: calc(100vh - 90px);
background: url("../img/common/text_27th-theme.png") no-repeat;
background-size: contain;
position: fixed;
top: 0px;
right: 0px;
z-index: 5;
margin: 70px 0 30px 0;
display: block;
transform: translateX(-50%) !important;
}
*/
#header {
background: none;
}
#header .header_wrap .header_ivf-logo {
		/*position: absolute;*/
		top: 0;
		left: 0;
		background: none;
}
#header .ul_header-nav-from {
  position: absolute;
  right: 300px;
  top:30px;
}
#header .header_wrap .ul_header-nav-from {
		right: 250px;
		}
.sp_menu{
right: 180px;
}

		/*---mainimg--------------------*/
		#div_mainimgwrap .mainwrap_koushi{
max-width: 490px;
width: calc(100% - (550px + 60px) );
margin-right:60px;
order: 1;
}
#div_mainimgwrap .mainwrap_text{
max-width: 550px;
order: 2;
font-weight: 600;

}
#div_mainimgwrap .mainwrap_text h1{
font-size: 50rem;
margin-bottom: 15px;
}
#div_mainimgwrap .mainwrap_text .div_day-date {
margin-bottom: 15px;
}
#div_mainimgwrap .mainwrap_text .div_day-date .day{
font-size: 45rem;
}
#div_mainimgwrap .mainwrap_text .div_day-date .year,#div_mainimgwrap .mainwrap_text .div_day-date .day > span{
font-size: 35rem;
}
#div_mainimgwrap .mainwrap_text .text_koushi-kanbun-yoko{
width: 100%;
}
#div_mainimgwrap .mainwrap_text .text_koushi-kanbun-tate{
display: none;
}
@media (max-width:1200px){
#header .ul_header-nav-from {
  position: absolute;
  right: 300px;
  top:30px;
}
		#div_mainimgwrap .mainwrap_koushi{
width: calc(100% - (430px + 60px) );
}
#div_mainimgwrap .mainwrap_text{
max-width: 430px;
order: 2;
font-weight: 600;
}
#div_mainimgwrap .mainwrap_text h1{
font-size: 40rem;
}
#div_mainimgwrap .mainwrap_text .div_day-date .day{
font-size: 35rem;
}
#div_mainimgwrap .mainwrap_text .div_day-date .year,#div_mainimgwrap .mainwrap_text .div_day-date .day > span{
font-size: 25rem;
}
}
/*---main--------------------*/
.topcontentsmain{
margin-top: 100px;
}
.topcontentsmain #sec_information h2,.topcontentsmain #sec_news h2{
font-size: 48rem;
margin-bottom: 35px;
}
.topcontentsmain #sec_information article,.topcontentsmain #sec_news article{
margin:0 auto 60px;
}
.topcontentsmain #art_access h3{
font-size: 32rem;
}
.topcontentsmain #art_access .hotel-name{
font-size: 36rem;
}
.topcontentsmain #art_access .adress{
font-size: 20rem;
}
.topcontentsmain #sec_introduction article .div_con{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
min-height: 385px;
}
.topcontentsmain #sec_introduction article .div_con .im_prof{
width: 350px;
margin-bottom: -10px;
}
.topcontentsmain #sec_introduction article .div_con .div_prof{
width: calc(100% - 350px);
    font-weight: 500;
}
.topcontentsmain #sec_introduction article .div_con .div_prof > p:not(.name){ 
font-size: 20rem;
}
.topcontentsmain #sec_introduction article .div_con .div_prof > p.name{ 
font-size: 36rem;
}
.topcontentsmain #sec_introduction #art_introduction-takamizawa .div_prof .link01 {
margin: 0;
max-width: 300px;
}
.topcontentsmain #sec_introduction #art_introduction-shiotani .div_prof{
padding-left: 45px;
}
.topcontentsmain #sec_introduction #art_introduction-takamizawa .div_prof{
padding-right: 45px;
}
.topcontentsmain #sec_introduction #art_introduction-takamizawa .im_prof{
order: 2;

}
}
