@charset "utf-8";

body#top_c{
	background : url(../img/top_c.jpg) right bottom / 60% auto no-repeat fixed padding-box border-box black;	/*古い端末用*/	/*背景色、背景画像の読み込み、リピートしない、右上に配置、画面に対して60%のサイズで表示*/
}
h1{
  color : red;
}

.top_tex{
  font-size : 50px;
  color : white;
  text-align : center;
}
.index_tex{
  width : 100%;
  margin-left : auto;
  margin-right : auto;
  box-sizing : border-box;
  padding-left : 3px;
  padding-right : 3px;
  text-align : center;
}
.index_tex p{
  width : 97%;
  margin-left : 0.5%;
  margin-right : auto;
  box-sizing : border-box;
  text-align : left;
}
h4{
  width : 97%;
  font-size : 130%;
  color : red;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}

#main{

  width : 100%;
  background-color : white;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
  padding-top : 20px;
  padding-bottom : 20px;
  box-sizing : border-box;
}
.index_tex{
  text-align : left;
  padding-left : 50px;
  padding-right : 50px;
  max-width : 980px;
  margin-left : auto;
  margin-right : auto;
  color : gray;
}

.index_tit{
	font-size : 80px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-left: 15px;
  font-family : HG創英角ｺﾞｼｯｸUB;
}

h3{
  text-align : left;
  text-indent : 2em;border-width : 1px;border-style : solid;border-color : gray;
  width : 98%;
  padding-top : 20px;
  padding-bottom : 20px;
  font-size : 150%;
  margin-bottom : 20px;
  box-sizing : border-box;
}
.wara_img{
  width : 30%;
  height : 30%;
  margin-left : 20px;
}

.f_texbox{
  width : 97%;
  display: flex;
  padding-bottom : 5px;
  margin-bottom : 5px;
  padding-top : 5px;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : auto;
  box-sizing : border-box;
}
.price{
	width: 98%;
	font-size: 100%;
	color : white;
	background-color : red;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
  margin-top : 10px;
}
a{
  text-decoration : none;
}

.mail_form{
	width : 98%;
  height : auto;
  margin-left : auto;
  margin-right : auto;
}
#bc{
	width : 100%;
  text-decoration : none;
  display: flex;
  padding-top : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
}
#bc a{
	width : 98%;
  color : gray;
  text-decoration : none;
}
#j_price{
  width : 98%;
}
#j_price dl{
  width : 100%;
  padding-bottom : 10px;
}
#j_price dt{
  display: list-item;
  list-style-type : square;
  list-style-position : inside;
  text-indent : 1em;
}
#j_price dd{
  display: list-item;
  list-style-type : circle;
  list-style-position : inside;
  text-indent : 3em;
}
.red{
 color : red;
  font-weight : bold;
  text-decoration : underline;
}

#ctl{
  width : 98%;
  text-align : left;
}
#ctl dl{
  display: flex;
  width : 100%;
  padding-bottom : 10px;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : silver;
}
#ctl dt{
   width : 30%;
  text-indent : 1em;
}
#ctl dd{
  width : 68%;
  text-indent : 0em;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
}

#site_map{
  width : 98%;
  text-align : left;

}
#site_map p{
  color : gray;
  background-image : url(../img/home.jpg);
  background-repeat : no-repeat;
  background-position : left top;
  text-align : left;
  text-indent : 4em;


  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  margin-top : 20px;
  margin-bottom : 20px;
  margin-left : 20px;
  width : 95%;
  box-sizing : border-box;
}
#site_map a{
  color : gray;
}
#site_map ul{
  display: column;
  width : 100%;
  padding-bottom : 10px;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : silver;
}
#site_map li{
   width : 98%;
  text-indent : 4em;
  background-image : url(../img/yajirusi.png);
  background-repeat : no-repeat;
  background-position : left center;
  margin-top : 15px;
  margin-left : 100px;
  margin-bottom : 15px;
}

.li2{
   width : 98%;
  text-indent : 7em;
  background-image : url(../img/enter.jpg);
  background-repeat : no-repeat;
  background-position : left center;
  margin-top : 15px;
  margin-left : 100px;
  margin-bottom : 15px;
}
/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width:800px){

body#top_c{
	background : url(../img/top_c.jpg) right top / 60% auto no-repeat fixed padding-box border-box black;	/*古い端末用*/	/*背景色、背景画像の読み込み、リピートしない、右上に配置、画面に対して60%のサイズで表示*/
}

.index_tex{
  text-align : left;
  padding-left : 10px;
  padding-right : 10px;
  max-width : 98%;
  margin-left : auto;
  margin-right : auto;
  color : gray;
}

.f_texbox{
  width : 100%;
  display: column;
  flex-direction: column;
  padding-bottom : 5px;
  margin-bottom : 5px;
  padding-top : 5px;
  margin-top : 5px;
}
.wara_img{
  width : 98%;
  height : 98%;
    margin-left : auto;
    margin-right : auto;
  margin-left : 0px;
  }

h3{
  text-align : left;
  text-indent : 0.5em;border-width : 1px;border-style : solid;border-color : gray;
  width : 98%;
  padding-top : 20px;
  padding-bottom : 20px;
  font-size : 150%;
  margin-bottom : 20px;
  box-sizing : border-box;
}
#ctl{
  width : 98%;
}
#ctl dl{
  display: column;
  flex-direction: column;
  width : 100%;
  padding-bottom : 10px;
}
#ctl dt{
   width : 100%;
  text-indent : 0em;
}
#ctl dd{
  width : 100%;
  text-indent : 0em;
}
#site_map li{
   width : 98%;
  text-indent : 4em;
  background-image : url(../img/yajirusi.png);
  background-repeat : no-repeat;
  background-position : left center;
  margin-top : 15px;
  margin-left : 30px;
  margin-bottom : 15px;
}