@charset "utf-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
 width:100%;
 height:100%;
}
body {
	min-width:100%;
	height:auto;
	background:#FFF;
	color:#3b3a38;
	font-size: 16px;
	line-height:1.5;
	letter-spacing: 0.2rem;
	overflow: hidden;
}
body img{
	width: 100%;
	}
p{
 font-size: 14px;
}

a:hover {
	text-decoration:none;
}
a:hover img{
 opacity: 0.7;
}
@media screen and (min-width:600px){
body {
	min-width: 1100px;
}
body img{
	width: auto;
	}
p{
 font-size: 16px;
}
}

/*--------------------------------------------
	Contents / コンテンツ共通
--------------------------------------------*/
#wrapper{
  padding-top: 48px;
 }
.cts_inner{
 padding: 3%;
}
.ud_cts_inner{
 width: 96%;
 padding: 8% 2%;
}
.br_pc { display:none; }
.br_sp { display:block; }
.for_pc { display:none; }
.for_sp { display:block; }
.img_ct{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
h1{
 font-size: 12px;
 font-weight: normal;
}
h2{
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 15px;
 color: #3b3a38;
}
h2 i{
 margin-right: 10px;
}
h1,h2,h3{
 line-height: 1.5;
}
table{
 font-size: 12px;
}
h3{
 font-weight: bold;
}
.btn{
 color: #fff;
 height: 58px;
 display: table;
 font-size: 1.4rem;
 font-weight: 500;
 max-width: 295px;
 width: 100%;
 text-align: center;
 margin: 0 auto;
}
.btn a{
 display: table-cell;
 vertical-align: middle;
 position: relative;
 -webkit-transition: all .2s linear;
 transition: all .2s linear;
 background: #333;
 color: #FFF;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 padding: 20px 0;
}

/*
.btn a:before {
 content: "";
 display: block;
 width: 20px;
 height: 8px;
 background: url(//amesma.net/wp-content/themes/h-code/css/../img/common/ico_arrow05.png) no-repeat center;
 background-size: contain;
 position: absolute;
 top: 29px;
 right: 11px;
  -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
*/

.btn a:hover{
 background: #5a5a5a;
}
.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 25px;

}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #e34545;
}
.star-rating-back {
  color: #ccc;
}
.num{
 font-family: 'Roboto',sans-serif;
}
@media screen and (min-width:600px){
#wrapper{
 padding-top: 0;
 }
.cts_inner{
 width: 1200px;
 margin: 0 auto;
 padding: 30px 0 !important;
}
.ud_cts_inner{
 width: 950px;
 margin: 0 auto;
 padding: 80px 0;
}
.img_ct{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.br_pc{ display:block; }
.br_sp{ display:none; }
.for_pc { display:block; }
.for_sp { display:none; }
h2{
 font-size: 4.5rem;
 color: #0068b7;
}
.btn a{
 font-size: 14px;
}
.btn a:hover{
 font-size: 16px;
}
}
/*Now Loading*/
 #loading {
 width: 100%; 
 height: 100%; 
 position: fixed;
 top: 0; 
 left: 0; 
 z-index: 5; 
 display: none;
}
#loading img {
 position: absolute;
 top: -100%;
 left: -100%;
 right: -100%;
 bottom: -100%;
 margin: auto;
 width: auto; 
}