@charset "utf-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
 font-family:"Noto Sans Japanese", メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 width:100%;
 height:100%;
}
body {
	min-width:100%;
	height:auto;
	background:#FFF;
	color:#727171;
	font-size: 14px;
	line-height:1.8;
}
body img{
	width: 100%;
	}
p{
 font-size: 14px;
}
a {
	text-decoration:underline;
 color: #144fbc;
}
a:hover {
	text-decoration:none;
}
a:hover img{
 opacity: 0.7;
}
dl{
 font-size: 12px;
}
@media screen and (min-width:600px){
body {
	min-width: 1100px;
 font-size: 16px;
}
body img{
	width: auto;
	}
p,dl{
 font-size: 14px;
}
}

/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
header{
	width: 100%;
 display: block;
 background: #FFF;
 border-bottom: 1px solid #f3f3f2;
 z-index: 1;
}
header .hdr_logo{
 padding: 0 2%;
 width: 80%;
 position: fixed;
 top: 0;
 z-index: 2;
 display: flex;
}
header .hdr_logo img{
 margin-top: 10px;
 width: 150px;
}
header .hdr_logo h1{
 font-size: 10px;
 margin: 8px;
 width: 120px;
 line-height: 1.2;
}
header .hdr_btn{
 display: none;
}
@media screen and (min-width:600px){
header {
 border-bottom: none;
 display: block;
}
#hdr_inner {
 min-width: 1200px;
 padding: 10px 0 15px;
 display: flex;
}
header .hdr_logo{
 width: auto;
 position: relative;
 margin-right: auto;
}
header .hdr_logo img{
 width: auto;
}
header .hdr_logo h1{
 margin-top: 26px;
 font-size: 14px;
 width: auto;
 }
}
/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
}
#gNavi li{
	float:left;
}
/*--------------------------------------------
	breadcrumb / パンくず
--------------------------------------------*/
#breadcrumb{
 display: none;
}
@media screen and (min-width:600px){
#breadcrumb{
 display: block;
}
#breadcrumb ul{
 width: 1200px;
 margin: 0 auto;
 padding: 7px 0;
}
#breadcrumb ul li{
 display: inline-block;
 position: relative;
 padding-left: 20px;
 font-size: 12px;color: #FFF;
}
#breadcrumb li:first-child {
 content: "";
 padding: 0 0 0 20px;
 background: url(../Image/common/breadcrumb_bg.png) no-repeat top 2px left;
}
#breadcrumb li:first-child a{
 color: #2e83d3;
 text-decoration: none;
 }
#breadcrumb li:before{
 content: " > ";
 position:absolute;
 left:3px;
 top: 0;
}
#breadcrumb li:first-child::before {
    content: "";
    padding:0
}
#breadcrumb ul li:first-child:before{
	content: none;
}
#breadcrumb ul li{
 color:#262626;
}
#breadcrumb ul li a{
 color:#262626;
}
#breadcrumb ul li a:hover{
 color: #ccc;
}
}
/*--------------------------------------------
	Contents / コンテンツ共通
--------------------------------------------*/
#wrapper{
  padding-top: 48px;
 }
.cts_inner{
 padding: 10% 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: #4C4B4C;
}
h2 span{
 display: block;
 font-size: 14px;
 color: #727171;
 margin-top: 10px;
}
.ttl_en{
 font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
h1,h2,h3{
 line-height: 1.5;
}
table{
 font-size: 12px;
}
.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: 25px;
 right: 20px;
  -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;
}
.fleft{
 float: left;
}
.fright{
 float: right;
}
@media screen and (min-width:600px){
#wrapper{
 padding-top: 0;
 }
.cts_inner{
 width: 950px;
 margin: 0 auto;
 padding: 80px 0;
}
.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: 42px;
 margin-bottom: 35px;
}
h2 span{
 font-size: 18px;
}
.btn a{
 font-size: 14px;
}
.btn a:hover{
 font-size: 16px;
}
}
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
#footer {
	width:100%;
 padding: 10px 0;
 background: #231815;
}
#footer a{
 text-decoration: none;
 color: #FFF;
 font-size: 12px;
}
#footer a:hover{
 text-decoration: underline;
}
#footer nav ul{
 text-align: center;
}
#footer nav li{
 display: inline-block;
 padding: 0 5px;
}
#page-top {
 position: fixed;
 bottom: 100px;
 right: 0;
}
#page-top img{
 width: 40px;
}
#footer #copyright a{
 font-size: 10px;
 display: block;
 text-align: center;
 padding: 8px 10px;
 color: #FFF;
}
@media screen and (min-width:600px){
 #footer a{
  font-size: 14px;
 }
 #footer #copyright a{
  font-size: 12px;
 }
}