@charset "utf-8";

/*----------------------------------------------------
　レスポンシブ設定768以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*--画像のサイズを自動調整--*/
  img {
    max-width: 100%;
    height: auto;
  }
  /* body 
----------------------------------------------*/
  body {
    text-align: center;
    *font-size: small;
    *font: x-small;
    min-height: 100%;
    font-size: 14px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #504141;
    line-height: 2em;
	  margin: 0;
  }
  .contents {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 92%;
  }

  /*----------------------------------------------------
　サイト共通設定
----------------------------------------------------*/
  .no-sp {
    display: none !important;
  }
  .no-pc {
    display: block !important;
  }
  .line {
    width: 100%;
  }
  html {
    height: 100%;
    text-align: center;
  }
	
  /*---------------------------------------------
フッター
----------------------------------------------*/
  footer {
    padding-top: 35px;
        padding-bottom: 150px;
    font-weight: 300;
    font-size: 90%;
    background-color: #c7b0a3;
    color: #FFFFFF;
  }
  footer .contents {
    display: inherit;
    position: relative;
  }
  footer #footer_logo_mark {
    width:35%;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 10px;
  }  
	footer p{
		margin: 0;
  }
  footer #footer_info {
    text-align: center;
    font-size: 14px;
  }
    
  footer #footer_info img {
    width: 85%;
  }
	
	
  /*----------------------------------------------------
　MV
----------------------------------------------------*/	
	main{
        text-align: center;}
	
	#mv{
    margin-top: 2em;
    margin-bottom: 0em;
	}	
	h2{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
		color: #504141;
    font-family: "Noto Serif JP", serif;
        opacity: 1;
	}	
	#info{
    line-height: 2em;
    font-size: 15px;
        text-align: center;
	}
	#info p{
		margin-bottom: 1em;
	}
	hr{
    width: 90%;
    margin-top: 4em;
    margin-bottom: 4em;
	}
	
	#details{
		margin-bottom: 4em;
        text-align: center;
	}
	h3{
    font-size: 16px;
    opacity: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
	}
	#details p{
		margin-bottom: 3em;
    font-size: 15px;
        text-align: center;
	}
	
	#link a{
    display: block;
    background-color: #c7b0a3;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    width:80%;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.1em;
  position: relative;
		transition: 0.3s;
        text-align: center;
	}
	
	#link a:hover{
    background-color: #A78E80;
	}
	
	#link a::before,
	#link a::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 90px;
  height: 1px;
  background-color: #FFF;
}
	#link a::before {
  width: 30px;
  right: 25px;
}
	#link a::after {
  width: 10px;
  transform-origin: right center;
  transform: translate(65px, 0px) rotate(45deg);
}
	
	
	#img{
 margin-top: 4em;
		margin-bottom: -8px;
	}
	#lp_banner_sp{
		display: none;
	}
	
	
}