@charset "utf-8";

/** タイトル **********
----------------------*/
h2{
  background-color: #ff3333;
  color: #fff;
  font-size: 3rem;
  margin: 20px 0 0 0;
  padding: 20px;
  text-align: center;
}
.h2_genre{
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}

/** 枠組 **********
----------------------*/
/** 左寄せ */
.l-section{
  text-align: left;
  line-height:2em;
  background: #f4f4f4;
  margin: 50px 0;
}
/** 中央 */
.l-center_section{
  text-align: center;
  line-height:2em;
  background: #f4f4f4;
  margin: 50px 0;
}
/* 右寄せ */
.l-right_section{
  text-align: right;
  margin: 30px 0;
}
.l-section_blue{
  background-color: #E1F7FF;
}
.l-section_pink{
  background-color: #FFF0FF;
}
.m-section{
  width: 80%;
  padding: 20px 0;
  margin:0 auto;
  word-wrap: break-word;
}
.m-section h3{
  color: #ff3333;
  font-size: 23px;
  margin: 1em 0;
}
.l-section_blue h3{
  color: blue;
}
.m-section h4{
  color: #ff3333;
  font-size: 18px;
}
ol{
	list-style: decimal;
}
.m-section table{
  margin: 10px 10px;
}
.m-section table tr td{
  padding: 5px 20px;
}
/** フォントスタイル **********
----------------------*/
.red{
  color: #ff3333;
}
.blue{
  color: blue;
}
.pink{
  color: #FFE8FF;
}
.green{
  color: green;
}
b{
  font-weight: bold;
}
/*****************
/* お店情報
------------------------------------------------------------*/
#shop_info{
  margin: 50px auto;
  text-align: center;
  max-width: 500px;
}
.shop_info_img{
  width: 100%;
}
.shop_detail{
  height: auto;
}
.shop_info_box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}
.shop_info_box div img{
  width: 95%;
  border: #666666 solid 1px;
}
/** お知らせ */
.news {
  margin: 2em 0;
  border: #f6f6f6 1px solid;
}
.news h4 {
  background: #f6f6f6; 
  border-left: #ff3333 solid 5px;
  padding: 4px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.news p {
  padding: 5px 10px;
  margin: 0;
  text-align: left;
}
.shop_detail dt,.shop_detail dd{
  margin: 5px 0;
}
/* お申し込みフォーム
------------------------------------------------------------*/
.m-section .contact_table_style{
  margin: 50px auto;
  border-collapse:collapse;
  text-align: right;
  width: 100%;
}
.contact_table_style th{
	font-size:16px;
  font-weight:bold;
	padding: 0 10px;
  text-decoration: none;
  vertical-align: middle;
}
.contact_table_style td {
  padding-left: 10px;
	padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.contact_table_style textarea{
  width:90%;
  height:30%;
}
.required{
  background: #ff3333;
  color: #FFF;
  padding: 1px 5px;
  font-size: 9px;
}
.submit_btn{
  background-color: #ff3333;
  border: 1px solid #666666;
  color: #fff;
  font-weight: bold;
  margin: 0 50px;
  height: 50px;
  padding: 10px 5px;
  width: 200px;
}
/* Q&A
------------------------------------------------------------*/
.faq {
  border-bottom: 1px dotted #ccc;
  padding: 0px 0px 25px;
  margin: 25px 0px;
  width: 100%;
}
.faq_title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.faq_title:before {
  content: "Q ";
  color: #ff3333;
}
.faq_content:before {
  content: "A ";
  color: green;
  font-size: 18px;
  font-weight: bold;
}
/* tablet,スマホ用
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
  h2{
    margin: 60px 0 0 0;

  }
  .shop_detail{
    margin: 0 5px;
  }
  /** ボトムナビゲーション
  ----------------------------*/
  #bottom-navi{
    background: #ff3333;
    bottom: 0;
    font-size: 1.6rem;
    position: fixed;
    margin: 0;
    padding: 5px;
    text-align: center;
    z-index: 500;
    width: 100%;
  }
  #bottom-navi a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
 /** お申し込みフォーム
  ----------------------------*/
  .contact_table_style th,.contact_table_style td {
    display: block;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .contact_table_style td {
    padding: 0 10px;
  }
  .width_sp {
    width: 90%;
  }
}