@charset "UTF-8";


/*---------------------------- PC向けのスタイル ----------------------------*/
@media print, screen and (min-width: 780px) {


/*---------- ページ全体の指定 ----------*/

.new7{
  width: 100%;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-serif, HG明朝B, "ＭＳ ゴシック";
  margin: 0;
  padding: 0;
  font-size : 28px;
  color : #333333;
  background-color : #ffffff;
  -webkit-text-size-adjust: none;


    text-align : left;
  
  
    font-weight : bold;
  }

.img_a{
  display: block;
    background-position : 7777px 500px;
  }

.img_b{
  display: none;
}


/*---------- メイン ----------*/

#main{
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header{
  width : 90%;
  height : 80px;  /*-- 高さ --*/
  margin: 0 auto 0 auto;
  border-top : 2px solid #a5967a;
}

#header h1{
  margin: 0 auto 0 auto;
  width: 1024px;
  padding: 2px 0 0 0;
  font-weight: normal;
  text-align : center;
  font-size : 20px;
  color: #2b2b2b;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner{
  width: 1024px;
  height: 87px;  /*-- 高さ --*/
  padding: 0;  /*-- 余白 --*/
  margin: 0 auto 0 auto;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*----- 左 logo -----*/

#h_logo{
  width: 40.3%;
  float: left;
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
  text-decoration: none;
}

#h_logo h2{
  margin: 4px 0 0 0;  /*-- logo 位置 --*/
  padding: 0;
  text-align: left;
  font-size : 27px;
  color: #444444;
  letter-spacing: 0.05em;
}

#h_logo a{
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}

#h_logo a:hover{
  font-size: 20px;
  color: #888888;
  text-decoration: none;
}

#h_logo .h_sub{
  margin: 0 !important;  /*-- logo 下側 位置 --*/
  padding: 0;
  font-size: 13px;
  color: #999999 !important;
}


/*----- 右 ヘッダー・ナビゲーション -----*/

#h_nav{
  width: 59.3%;
  float: right;
  display: inline-block;
  margin: 24px 0 4px 0;  /*-- nav 位置 --*/
  padding: 0;
  text-align: left;
}

#h_nav ul{
  display: inline-block;
  float: right;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
    font-size : 40px;
  }

#h_nav li{
  display: inline-block;
  list-style-type: none;
  color: #ffffff;
    font-size : 50px;
  }

#h_nav li a{
  display: inline-block;
  padding: 4px 19px 2px 19px;
  font-size: 13px;
  color: #765c47;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-left: solid 1px #d6c6af;
}

#h_nav li a:hover{
  color: #765c47;
  background-color: #f7f4ec;
}

#h_nav li.home a{
  padding: 4px 19px 2px 19px;
  border-left: none;
}


/*---------- SPナビアイコン ----------*/

button.nav_icon{
  display: none;
}

button .bar{
  display: none;
}

button.active span.bar1,
button.active span.bar2,
button.active span.bar3{
  display: none;
}


/*---------- SP電話ボタン ----------*/

.phone{
  display: none;
}


/*---------- メイン画像 ----------*/

#header-img{
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
  background-color : white;
}

.main_photo{
  display: block;
  margin: 0 auto 0 auto;
}


/*---------- コンテンツ ----------*/

#container{
  width: 1024px;
  margin: 0 auto 0 auto;
  padding: 6px 0 10px 0;
}


/*---------- メインコンテンツ ----------*/

#contents{
  margin: 0;
  padding: 16px 0 20px 0;
  font-size: 16px;
  width: 1024px;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}

#contents #pannavi{
  margin: 0 0 6px 0;
  padding: 0 0 8px 0;
  font-size: 15px;
}

#contents #pannavi a{
  font-size: 15px;
}

#contents h2{
  height: auto;
  margin: 0 0 14px 0;
  padding: 5px 0 0 0;
  font-size : 23px;
  color : black;
  text-align : left;
    font-family : メイリオ;
  
    font-weight : bold;
  
    background-color : #ffe4ca;
  }

#contents h2.page_title{
  margin: 0 0 18px 0;
  padding: 18px 0 18px 30px !important;
  line-height: 1.7;
  font-size: 20px;
  color: #581201;
  border: none;
  text-align: left;
  background-image: url(../img/page_title.gif);
  background-repeat: no-repeat;
}

#contents h2.txt{
  height: auto;
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #54351f;
  background: none;
}

#contents h3{
  margin : 0px;
  padding : 0px;
  font-size : 28px;
  color : black;
  border-top : 0px none;
  border-right : 0px none;
  border-bottom : 0px none;
  border-left : 0px none;
    font-family : メイリオ;
    text-align : left;
  
    background-image : none;
  
    line-height : 200%;
  }

#contents h3.beta{
  margin : 0px;
  padding : 0px;
  font-size: 18px;
  border : medium none;
}

#contents h3.point{
  margin : 0px;
  padding : 0px;
  font-size: 18px;
  border-top : 0px none;
  border-right : 0px none;
  border-bottom : 0px none;
  border-left : 0px none;
  background-color : #f6f6f6;
    word-spacing : 2em;
  }



/*---------- PC背景全幅 ----------*/

.inners{
  width: 1024px;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.flex_bg{
  margin: 0 calc(50% - 50vw) !important;
  padding: 20px 0 20px 0;
  width: 100vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #f1f6f9;
}

.flex_gold_bg{
  margin: 0 calc(50% - 50vw) !important;
  padding: 20px 14px 20px 14px;
  width: 100vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #ebe6e0;
}


/*---------- ３コンテンツ・ボックス ----------*/

.box{
  width: 100%;
  margin: 0 auto 0 auto;
}

.box::after{
  content: "";
  display: block;
  clear: both;
}

.box1{
  float: left;
  width: 31.4%;
  padding: 4px;
  margin: 0 4px 0 4px;
    font-size : 30px;
  
    font-family : HG明朝B;
    color : red;
    text-align : left;
  }

.box2{
  float: left;
  width: 31.4%;
  padding: 4px;
  margin: 0 4px 0 4px;
    font-size : 30px;
    font-family : HG明朝B;
    color : red;
    text-align : left;
  }

.box3{
  float: left;
  width: 31.4%;
  padding: 4px;
  margin: 0 4px 0 4px;
    font-size : 30px;
    font-family : HG明朝B;
    color : red;
    text-align : left;
  }


.boxb{
  width: 100%;
  margin: 0 auto 0 auto;
}

.box::after{
  content: "";
  display: block;
  clear: both;
}

.box4{
  float: left;
  width: 45%;
  padding: 4px;
  margin: 0 4px 0 4px;
    font-size : 30px;
  
    font-family : HG明朝B;
    color : red;
    text-align : left;
  }

.box5{
  float: left;
  width: 45%;
  padding: 4px;
  margin: 0 4px 0 4px;
    font-size : 30px;
    font-family : HG明朝B;
    color : red;
    text-align : left;
  }





/*---------- 画像の回り込み ----------*/

img.picture{
  margin: 0 10px 10px 0;
  float: left;
    text-align : center;
  }

img.picture_r{
  margin: 0 5px 10px 10px;
  float: right;
}


/*---------- 表（テーブル） ----------*/

table.t01{
  width: 530px;
  padding: 4px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
}

td.t01{
  padding: 10px;
  border-collapse: collapse;
}

td.head{
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(../img/main_block_bg.gif);
}

td.t00{
  padding: 4px;
}


table.table_line{
  border-collapse: collapse;
  border : 1px solid #cccccc;
  width: 100%;
    color : purple;
  }

td.table_head{
  border-collapse: collapse;
  border: solid 1px #cccccc;
  padding: 14px 14px 10px 14px;
  background-color: #fffeee;
  width: 100px;
}

td.table_left{
  border-collapse: collapse;
  border: solid 1px #cccccc;
  padding: 14px 14px 10px 14px;
  width: auto;
  background-color: #fffeee;
}

td.table_right{
  border-collapse: collapse;
  border: solid 1px #cccccc;
  padding: 14px 14px 10px 14px;
  width: 680px;
  background-color: #ffffff;
}

td.table_line{
  border-collapse: collapse;
  border: solid 1px #cccccc;
  padding: 14px 14px 10px 14px;
  width: auto;
}


/*---------- フッター ----------*/

#footer{
  clear: both;
  width: 100%;
  margin: 0;
  padding : 20px;
  text-align: center;
  font-size : 18px;
  color : #333333;
  line-height: 1.8;
  background-color : #f9f0d6;
    height : 100%;
  }

#footer a{
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

#footer a:hover{
  color: #555555;
  text-decoration: none;
    height : 200px;
  }


/* フッター ナビゲーション */

#footer .footer_nav ul{
  clear: both;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 7px 10px 7px;
    height : 55px;
  }

#footer .footer_nav li{
  margin: 0 0 20px 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  float: left;
  color : #333333;
    font-size : 30px;
  
    text-align : left;
  
    background-color : #ffffff;
  }

#footer .footer_nav li a{
  padding: 0 16px 0 16px;
  font-size : 23px;
  text-align: center;
  display: inline;
  letter-spacing: 0.05em;
  text-decoration: none;
    color : #666666;
  }

#footer .footer_nav li a:hover{
  color : #555555;
    font-size : 26px;
    font-family : HG明朝B;
    text-align : center;
  }


/* フッター コピーライト */

#footer .copy{
  margin : 10px 0px;
  padding : 10px 0px;
  font-size : 20px;
  color : #fffffc;
  background-color : #660000;
}

#footer .copy a{
  color: #fffffc !important;
  text-decoration: none;
}

#footer .copy a:hover{
  color: #eeeeee !important;
  text-decoration: none;
}

#footer .copy a:visited{
  color : #fffffc;
  text-decoration: none;
    font-size : 17px;
    font-family : メイリオ;
    text-align : center;
  }

  p{
    font-size : 65px;
    font-family : "AR P丸ゴシック体E";
    color : black;
    text-align : center;
  }

  .category14{
    font-size : 40px;
    font-family : "AR P丸ゴシック体E";
    color : black;
    text-align : left;
  }

  h4{
    font-size : 30px;
    font-family : メイリオ;
    color : black;
    text-align : center;
  
    background-color : #e1fff0;
  }



  h5{
    font-size : 42px;
    font-family : HG明朝E;
    color : black;
    text-align : left;
  
    line-height : 30px;
  }

  .clearfix1{
    font-size : 38px;
    font-family : HG明朝B;
    color : red;
    background-color : #c8ffff;
    text-decoration : underline;
    text-align : center;
  
  
  
  border-style : ridge;
}



  .way1{
    font-size : 60px;
    font-family : HG明朝B;
    color : #373737;
    text-align : left;
  }



  .prf{
    font-size : 27px;
    font-family : メイリオ;
    color : #373737;
    text-align : left;
  }



  .prf1{
    font-size : 28pt;
    font-family : HG明朝B;
    color : #373737;
    text-align : left;
  }



  .prf2{
    font-size : 35px;
    font-family : HG明朝B;
    color : red;
    text-align : center;
  }



  .prf3{
    font-size : 40px;
    font-family : HG明朝B;
    color : red;
    text-decoration : underline;
    text-align : left;
  }

  .category1{
    font-size : 80px;
  
    color : red;
    text-align : center;
  }



  .category15{
    font-size : 42px;
    font-family : HG明朝B;
    color : black;
    text-align : center;
  }

  .category2{
    font-size : 60px;
    font-family : HG明朝B;
    color : black;
    text-align : center;
  }



  h2{
    font-size : 22px;
  
    font-family : メイリオ;
    color : black;
    text-align : left;
  
    font-weight : bold;
    background-color : #ffe4ca;
  }

  .category3{
    font-size : 32px;
    font-family : "AR P丸ゴシック体E";
    color : orange;
    text-align : center;
  }



  .category4{
    font-size : 38px;
    font-family : HG明朝B;
    color : black;
    text-align : left;
  
    line-height : -10px;
  }



  li{
    font-size : 21px;
  
    line-height : 170%;
  }

  .category25{
    font-size : 70px;
    font-family : "AR P丸ゴシック体E";
    color : orange;
    background-color : #ffffdb;
    text-align : center;
  }

  .vo1{
    font-size : 77px;
    font-family : HG明朝B;
    color : red;
    text-align : center;
  }



  .category17{
    font-size : 69px;
    font-family : HG明朝B;
    color : black;
    text-align : center;
  }



  .category5{
    font-size : 59px;
  
    font-family : HG明朝B;
    color : black;
    text-align : left;
  }



  .category9{
    font-size : 60px;
    font-family : HG明朝B;
    color : red;
    text-align : center;
  }

  .category30{
    font-size : 58px;
    font-family : HG明朝B;
    color : black;
    text-align : left;
  }



  .category7{
    font-size : 38px;
    font-family : HG明朝B;
    color : black;
    text-align : left;
  }



  .category8{
    font-size : 45px;
  
    font-family : HG明朝B;
    color : #565656;
    text-align : left;
  }



  .category24{
    font-size : 45px;
    font-family : HG明朝B;
    color : black;
    text-align : left;
  }



  .category31{
    font-size : 60px;
    font-family : HG明朝B;
    color : black;
    text-align : left;
  }

  .q2{
    font-size : 35px;
  
    font-family : HG明朝B;
    color : red;
    text-align : left;
  }



  .q1{
    font-size : 40px;
    font-family : HG明朝B;
    color : #565656;
    text-align : left;
  }



  .q3{
    font-size : 40px;
    font-family : HG明朝B;
    color : black;
    text-align : center;
  }

  .category18{
    font-size : 60px;
    font-family : HG明朝B;
    color : #4c4c4c;
    text-align : center;
  }



  .category19{
    font-size : 38px;
    font-family : HG明朝B;
    color : #4c4c4c;
    text-align : left;
  }



  .category20{
    font-size : 60px;
    font-family : HG明朝B;
    color : orange;
    background-color : #ffffcc;
  }



  .category21{
    font-size : 38px;
    font-family : HG明朝B;
    color : orange;
    background-color : #ffffe1;
    text-align : left;
  }

  table{
    font-size : 26px;
  
    font-family : HG明朝B;
  
    color : #ffffff;
  }



  td{
    text-align : left;
  
    left : 0px;
  
    font-size : 20px;
    font-family : メイリオ;
    color : black;
  
    border-left-width : -10px;
  }

  .category35{
    font-size : 38px;
    font-family : HG明朝B;
    color : red;
    text-align : center;
  }

  .category41{
    font-size : 45px;
    font-family : HG明朝B;
    color : black;
    text-align : left;
  }

  .new1{
    font-size : 22px;
    font-family : メイリオ;
    color : black;
    text-align : left;
  
    font-weight : bold;
    background-color : #f7f7f7;
  }



  .new2{
    font-size : 20px;
    font-family : メイリオ;
    color : black;
    text-align : left;
  
    font-weight : normal;
  }

  .new{
    font-size : 33px;
    font-family : ARゴシック体S;
    font-weight : normal;
    color : black;
    text-align : left;
  }



  .newm{
    font-size : 24px;
    font-family : メイリオ;
    color : black;
    text-align : center;
  
    font-weight : bold;
  }

  .new8{
    font-size : 21px;
  
    font-family : メイリオ;
    color : black;
    background-color : #ffffbb;
    text-align : left;
  }

  .new9{
    font-size : 14px;
    font-family : メイリオ;
    color : black;
    text-align : left;
  }

  .new3{
    font-size : 20px;
    font-family : メイリオ;
    font-weight : bold;
    color : black;
    text-align : left;
  }

  .new5{
    font-size : 20px;
  
    font-family : メイリオ;
    color : black;
    text-align : left;
  }



  .new6{
    font-size : 19px;
    font-family : メイリオ;
    color : black;
    text-align : left;
  }

  .new10{
    font-size : 22px;
    font-family : メイリオ;
    color : black;
    text-decoration : underline;
    text-align : center;
  
    font-weight : normal;
  }

  .new11{
    font-size : 17px;
    font-family : メイリオ;
    color : black;
    text-align : left;
  }

}




/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media print, screen and (min-width:780px) and (max-width:1024px) {

#main,
#header h1,
#header #header_inner,
#container,
#contents,
.inners,
#footer .footer_nav ul{
  width: 100%;
}

#h_nav li a{
  font-size: 11px;
}

.box{
  width: 100%;
    margin-top : 0px;
  
  }

.box1,
.box2,
.box3{
  width: 30.5%;
  
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  border-width : -10px;
    height : 70%;
  }

}




/*---------------------------- 共通部分（コンテンツ） ----------------------------*/


/*---------- 見出しタイトル装飾 ----------*/

#contents h3.white{
  margin: 20px 4px 20px 4px;
  padding: 10px 0 6px 0;
  border-top : medium none;
  border-right : medium none;
  border-bottom : 2px solid #aaaaaa;
  border-left : medium none;
  background-color : #ffffff;
  background-image: none;
}

#contents h4.memo{
  margin: 12px 0 10px 0;
  padding: 15px 10px 11px 16px;
  color : orange;
  border-bottom: solid 1px #df5f08;
  border-left: solid 5px #df5f08;
  background-color : #fbe8d3;
  font-size : 50px;
  text-align : left;
}

#contents h4.memo_w{
  margin: 12px 0 10px 0;
  padding: 16px 10px 10px 16px;
  line-height: 1.4;
  color: #54351f;
  background-color: #fff8ee;
}

#contents h4.border{
  height: 34px;
  margin: 10px 0 15px 0;
  padding: 10px 10px 0 4px;
  line-height: 1.4;
  color: #e85922;
  border-top: none;
  border-right: none;
  border-bottom: solid 3px #966934;
  border-left: none;
  background-color: #ffffff;
}


/*---------- ボタン装飾 ----------*/

.btn,
.btn_w{
  margin-top: 30px !important;
  text-align: center;
}

.btn a{
  display: inline-block;
  padding: 14px 34px 14px 34px !important;
  margin: 0 0 15px 0 !important;
  color: #7e5f15 !important;
  text-decoration: none;
  border: solid 2px #a88d4b;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.btn a:hover{
  color: #a88d4b !important;
  background-color: #eeeeee !important;
}


/*---------- メインコンテンツ ----------*/

img.line{
  margin: 0 8px 4px 0;
  vertical-align: middle;
}

img.head_photo{
  margin: 0 0 16px 0;
}

hr.line{
  margin: 0 0 10px 0;
  padding: 2px 0 6px 0;
  border-top-width : 0px;border-right-width : 0px;border-bottom-width : 1px;border-left-width : 0px;border-top-style : none;border-right-style : none;border-bottom-style : dotted;border-left-style : none;border-bottom-color : #666666;
}

.news{
  height: 170px;
  overflow: auto;
  line-height: 1.8;
  padding: 8px 6px 7px 6px;
  margin: 12px 3px 12px 3px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}

p.back{
  margin: 0;
  padding: 0 5px 0 0;
  text-align : center;
  font-size : 90px;
}


/*---------- 画像の回り込み ----------*/

img.picture_le{
  margin: 0 10px 10px 0;
  float: left;
  text-align : center;
}

img.picture_ri{
  margin: 0 5px 10px 10px;
  float: right;
}

br.clear{
  display: block;
  clear: both;
}


/*---------- コンテンツ枠装飾 ----------*/

.gray_bg{
  margin: 18px 0 18px 0;
  padding: 2px 18px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

.gray_bg p{
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.brown_bg{
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f8f4e6;
}

.pink_bg{
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #fdeee6;
}

.green_bg{
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #f0f6da;
}

.blue_bg{
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #ebf6f7;
}

.info_bg{
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8e3;
}

.point_bg{
  margin: 10px 2px 10px 2px;
  padding: 2px 5px 2px 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border: solid 1px #dfcf98;
  background-color: #fcfbf9;
}

.pale_bg{
  margin: 18px 2px 18px 2px;
  padding: 8px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fffedf;
}

.message_bg{
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8e3;
  background-image: url(../img/message.png);
  background-repeat: no-repeat;
}

.memo_bg{
  margin: 8px 0 18px 0;
  padding: 6px 18px 6px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #faf2e2;
}

.memo_w_bg{
  margin: 8px 0 12px 0;
  padding: 6px 18px 6px 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff8ee;
}

.koe_bg{
  margin: 0;
  padding: 0;
}

.koe_beta_bg{
  margin: 8px 0 8px 0;
  padding: 2px 10px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #7e6a41;
}

.check_bg{
  margin: 8px 0 18px 0;
  padding: 2px 18px 2px 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #6c4e1f;
  border: solid 6px #ded0b2;
  background-color: #faf1e3;
}

.check_bg p{
  margin: 18px 0 18px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  color: #6c4e1f;
}

.banner_bg{
  margin: 3px 0 10px 0;
  padding: 10px 10px 10px 14px;
  border-top: solid 3px #dec58e;
  border-right: solid 3px #dec58e;
  border-bottom: solid 3px #dec58e;
  border-left: solid 3px #dec58e;
  background-color: #fff8e3;
}

.waku_bg{
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 10px #f1eae0;
  border-right: solid 6px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 6px #f1eae0;
}

.waku_gray_bg{
  margin: 14px 2px 14px 2px;
  padding: 6px 14px 2px 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 2px #dddddd;
  border-right: solid 2px #dddddd;
  border-bottom: solid 2px #dddddd;
  border-left: solid 2px #dddddd;
  background-color: #fcfbf9;
}

#contents .waku_tone_bg{
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 10px #f1eae0;
  border-right: solid 6px #f1eae0;
  border-bottom: solid 10px #f1eae0;
  border-left: solid 6px #f1eae0;
  background-color: #fffcf7;
}

.waku_gold_bg{
  margin: 14px 2px 14px 2px;
  padding: 2px 6px 2px 8px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 5px #f0ddb2;
  border-right: solid 5px #f0ddb2;
  border-bottom: solid 5px #f0ddb2;
  border-left: solid 5px #f0ddb2;
  background-color: #fff8e3;
}

.gray_bg_contact{
  margin: 18px 2px 10px 2px;
  padding: 10px 8px 10px 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

.gray_bg_contact p{
  margin: 0;
  padding: 3px 0 3px 0;
  line-height: 1.7;
}


/*---------- 文字装飾 ----------*/

span.big{
  font-size: 1.12em;
  line-height: 1.9;
}

span.b_big{
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.b_big_x{
  font-size : 24px;
  text-align : center;
  height : -10px;
  font-family : "AR P丸ゴシック体E";
  color : orange;
  font-weight : bold;
}

span.check{
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
  color: #555555;
}

span.red{
  color: #e60033;
}

span.red_x{
  color: #e60033;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_b{
  color: #e60033;
  font-weight: bold;
  line-height: 1.7;
}

span.red_big{
  color: #e60033;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_big_x{
  color: #e60033;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.brown{
  color: #993300;
}

span.brown_b{
  color: #993300;
  font-weight: bold;
}

span.brown_x{
  color: #993300;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_b{
  color: #993300;
  font-weight: bold;
  line-height: 1.7;
}

span.brown_big{
  color: #993300;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_big_x{
  color: #993300;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.blue{
  color: #007bbb;
}

span.blue_b{
  color: #007bbb;
  font-weight: bold;
  line-height: 1.7;
}

span.blue_big{
  color: #007bbb;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.pink{
  color: #c53d43;
}

span.pink_b{
  color: #c53d43;
  font-weight: bold;
  line-height: 1.7;
}

span.pink_big{
  color: #c53d43;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.orange{
  color: #e85922;
  line-height: 1.7;
}

span.orange_b{
  color: #e85922;
  font-weight: bold;
  line-height: 1.7;
}

span.orange_big{
  color: #e85922;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.orange_big_x{
  color: #e85922;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.green{
  color: #00ae4f;
}

span.green_b{
  color: #688119;
  font-weight: bold;
  line-height: 1.7;
}

span.green_big{
  color: #688119;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.mark{
  padding: 2px 2px 0 2px;
  color: #54351f;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_b{
  padding: 2px 2px 0 2px;
  color: #54351f;
  line-height: 1.7;
  font-weight: bold;
  background-color: #fdfaab;
}

span.mark_big{
  padding: 2px 2px 0 2px;
  color: #54351f;
  font-size: 1.12em;
  line-height: 1.7;
  font-weight: bold;
  background-color: #fdfaab;
}

 span.mark_red{
  padding: 2px 2px 0 2px;
  color: #e60033;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_red_b{
  padding: 2px 2px 0 2px;
  color: #e60033;
  font-weight: bold;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_brown{
  padding: 2px 2px 0 2px;
  color: #993300;
  line-height: 1.7;
  background-color: #fdfaab;
}

span.mark_brown_b{
  padding: 2px 2px 0 2px;
  color: #993300;
  font-weight: bold;
  line-height: 1.7;
  background-color: #fdfaab;
}


/*---------- サイドエリア ----------*/

#menu hr.line{
  margin: 0;
  padding: 2px 0 6px 0;
  border: 0;
  border-bottom: dotted 1px #666666;
}


/*---------- トップに戻る ----------*/

.menu_back p.back{
  margin: 6px 0 0 0;
  padding: 0 5px 0 0;
  text-align: right;
}

.scroll{
  width: 180px;
  height: 28px;
  font-size : 45px;
  text-align : center;
}

.box8{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p{
    margin: 0; 
    padding: 0;
}

body{
    margin:0px 25px;
padding:0px;
text-align:center;
width: 100%;
}

#layout{
    margin-left:auto;
margin-right:auto;
width : 1200px;
text-align:left;
}

.sample_box5{
    padding : 0em 1.5em 1em;
    margin : 0em 0px 2em;
    background-color : #ffffe0;/*背景色*/
    border-top-width : 0px;border-right-width : 6px;border-bottom-width : 6px;border-left-width : 6px;border-top-style : dotted;border-right-style : dotted;border-bottom-style : dotted;border-left-style : dotted;border-top-color : #ffa500;border-right-color : #ffa500;border-bottom-color : #ffa500;border-left-color : #ffa500;/*線*/
    color : #000000;/*文字色*/

  font-size : 30px;
  font-family : sans-serif;
}
.sample_box5 p{
    margin: 0; 
    padding: 0;
　　

  font-size : 45px;
  font-family : "AR P丸ゴシック体E";
  color : black;
  text-align : left;
}

<style>
.flex1{
    display: flex;
    justify-content: space-between;
}
.flex1 >p{
    width : 49%;
  float : right;
  left : 0px;
img.x1 : width: 200px;
height : 300px;
}

.gmap{
    height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe{
    position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

p{
  font-size : 35px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
  color : black;
}
table{
  margin: 20px auto;
}
.tbl-r02 th{
  background:#c86a4a;
  border: solid 1px #ccc;
  color: #fff;
  
}
.tbl-r02 td{
    　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 740px) {
  .last td:last-child{
    border-bottom: solid 1px #ffd;
    width: 100%;

  }
  .tbl-r02{
    width: 100%;
font-size: 20px;
  }
  .tbl-r02 th{
    　　border-bottom: none;
    display: block;
    width: 100%;
font-size: 20px;
  }
  .tbl-r02 td{
    　　border-bottom: none;
    display: block;
    width: 100%;
font-size: 18px;
text-align: left;
color : black;
  }
}

h3{
  font-size : 24px;
  font-family : メイリオ;
  color : black;
  text-align : left;
}
