@charset "UTF-8";


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


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

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  background-color: #fef8f0;
  -webkit-text-size-adjust: none;
}


/* IE7 用の文字指定 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}

/* IE6 用の文字指定 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #715c1f;
  font-size: 14px;
}

a:hover {
  color: #765c47;
  font-size: 14px;
}

a:visited {
  color: #715c1f;
  font-size: 14px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

img {
  border: 0;
}

.img_a {
  display: block;
}

.img_b {
  display: none;
}

.br_a {
  padding: 0;
}

.br_b {
  display: none;
}


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

#main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  border-top: solid 4px #ff7d7d;
  background-color: #fffcf7;
}


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

#header {
  width: 100%;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0 auto 0 auto;
  width: 1024px;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #888888;
}


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

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


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

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

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

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

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


/*----- 右 info -----*/

#h_info{
  margin: 0;
  padding: 0;  /*-- info画像 位置 --*/
  text-align: right;
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
  text-decoration: none;
  float: right;
}

#h_info p{
  margin: 0;
  padding: 3px;
  text-align: left;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.05em;
}

#h_info a{
  font-size: 13px;
  color: #333333;
  text-decoration: none;
}

#h_info a:hover{
  font-size: 13px;
  color: #666666;
  text-decoration: none;
}

span.tel {
  font-size: 1.42em;
  color: #c9171e;
  line-height: 1.6;
  font-weight: bold;
}


/*---------- PCメニュー ----------*/

#header-menu {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 52px;
  text-align: left;
  border-top: solid 1px #ff7d7d;
  border-bottom: solid 2px #cccccc;
  background-color: #ff7d7d;
}

#header-menu ul {
  width: 1024px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #ff7d7d;
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
  font-size: 14px;
  color: #fffffc;
  text-align: center;
  display: block;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 16px 26px 13px 26px;
  background-color: #ff7d7d;
}

#header-menu li a:hover {
  color: #fffffc;
  background-color: #ff7d7d;
}

#header-menu li.home a {
  padding: 16px 26px 13px 26px;
}

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


/*---------- SPメニュー ----------*/

#header-nav {
  display: none;
}


/*---------- SPインフォメーション ----------*/

.information {
  display: none;
  margin: 0;
  padding: 0;
}


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

.phone {
  display: none;
}


/*---------- SPヘッダー固定  ----------*/

.header_fit {
  display: none;
}


/*---------- フッター SP電話ボタン ----------*/

.phone_fit {
  display: none;
}


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

#header-img {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
  background-color: #f6f4f0;
}

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

.main_photo_sp {
  display: none;
}


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

#container {
  width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 10px 12px 6px 12px;
  background: #ffffff url(../img/side_yback.jpg);
  background-repeat: repeat-y;
}


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

#contents {
  float: right;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 16px;
  width: 730px;
  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: 42px;
  margin: 0 0 10px 0;
  padding: 14px 0 0 30px;
  font-size: 18px;
  color: #54351f;
  background-image: url(../img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h2.page_title {
  margin: 0 0 20px 0;
  padding: 5px 0 5px 5px;
  line-height: 1.7;
  font-size: 38px;
  text-align: center;
  color: #664e29;
  background-image: none;
}

#contents h2.line {
  margin: 0 0 18px 0;
  padding: 5px 0 5px 5px;
  line-height: 1.7;
  font-size: 28px;
  color: #664e29;
  border-bottom: solid 4px #664e29;
  background-image: none;
}

#contents h2.line a {
  margin: 0 0 20px 0;
  padding: 5px 0 5px 5px;
  line-height: 1.7;
  font-size: 26px;
  text-align: center;
  color: #664e29;
  background-image: none;
}

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

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

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 17px 10px 12px 18px;
  line-height: 1.4;
  font-size: 20px;
  color: #664e29;
  border-bottom: solid 1px #70542f;
  border-left: solid 5px #70542f;
  background-color: #fef4ea;
}

#contents h3.beta {
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 8px 16px;
  line-height: 1.4;
  font-size: 24px;
  color: #fffffc;
  border: none;
  background-image: url(../img/h3_beta.gif);
  background-repeat: no-repeat;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 14px 10px 8px 10px;
  line-height: 1.4;
  font-size: 30px;
  color: #ec5f56;
  border-top: solid 1px #f76363;
  border-right: solid 1px #f76363;
  border-bottom: solid 4px #f76363;
  border-left: solid 1px #f76363;
  background-color: #fdf6f6;
}

#contents h3.gold,
#contents p.gold {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold.gif);
  background-repeat: no-repeat;
}

#contents h3.gold02,
#contents p.gold02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gold02.gif);
  background-repeat: no-repeat;
}

#contents h3.gray,
#contents p.gray {
  height: 41px;
  margin: 12px 2px 10px 2px;
  padding: 14px 10px 0 18px;
  line-height: 170%;
  font-size: 19px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray.gif);
  background-repeat: no-repeat;
}

#contents h3.gray02,
#contents h3.gray02 {
  height: 71px;
  margin: 12px 2px 10px 2px;
  padding: 14px 2px 0 18px;
  line-height: 170%;
  font-size: 18px;
  text-align: left;
  color: #662200;
  border: none;
  background-image: url(../img/h3_gray02.gif);
  background-repeat: no-repeat;
}

#contents h3.dot {
  margin: 10px 0 14px 0 !important;
  padding: 13px 14px 9px 18px;
  line-height: 1.6;
  font-size: 18px;
  color: #54351f;
  border-left: solid 4px #ff7d7d;
  border-bottom: dotted 2px #d6c293;
  background-color: #fefae8;
}

#contents h3.sejyutsu {
  margin: 0;
  padding: 10px 10px 8px 10px;
  line-height: 1.4;
  font-size: 22px;
  color: #6a3906;
  border-top: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  background-image: url(../img/h3_point.gif);
  background-repeat: repeat-x;
}

#contents h3.suisen {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 8px 13px;
  line-height: 1.6;
  font-size: 1.42em;
  color: #fffffc;
  border: solid 3px #8e6b1e;
  background-image: none;
  background-color: #a58133;
}

#contents h3.faq {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 18px;
  line-height: 1.4;
  font-size: 18px;
  color: #54351f;
  border-top: solid 2px #eddfb0;
  border-right: solid 2px #eddfb0;
  border-bottom: solid 2px #eddfb0;
  border-left: solid 2px #eddfb0;
  background-color: #eddfb0;
}

#contents h3.soft {
  height: auto;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0;
  font-size: 28px;
  color: #800000;
  font-weight: normal;
  text-align: center;
  border: none;
  background: none;
}

#contents h3.mark {
  margin: 14px 0 10px 3px;
  padding: 8px 0 4px 10px;
  line-height: 1.4;
  font-size: 22px;
  text-align: left;
  color: #800000;
  border: none;
  border-left: solid 6px #800000;
  background: none;
}

#contents h3.step {
  height: auto;
  margin: 12px 2px 22px 2px;
  padding: 14px 2px 14px 18px;
  line-height: 170%;
  font-size: 20px;
  text-align: left;
  color: #662200;
  border: solid 1px #bbbbbb;
  background-color: #f6f6f6;
}

#contents p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 16px;
}


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

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

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


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

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

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

.box2_1 {
  float: left;
  width: 45%;
  padding: 6px;
  margin: 6px;
}

.box2_2 {
  float: left;
  width: 45%;
  padding: 6px;
  margin: 6px;
}


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

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

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

.box3_1 {
  float: left;
  width: 30.2%;
  padding: 4px;
  margin: 4px;
}

.box3_2 {
  float: left;
  width: 30.2%;
  padding: 4px;
  margin: 4px;
}

.box3_3 {
  float: left;
  width: 30.2%;
  padding: 4px;
  margin: 4px;
}


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

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

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

.box4_1 {
  float: left;
  width: 21.2%;
  padding: 8px;
  margin: 8px;
}

.box4_2 {
  float: left;
  width: 21.2%;
  padding: 8px;
  margin: 8px;
}

.box4_3 {
  float: left;
  width: 21.2%;
  padding: 8px;
  margin: 8px;
}

.box4_4 {
  float: left;
  width: 21.2%;
  padding: 8px;
  margin: 8px;
}


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

/*--- 2列 ---*/

table.t01 {
  width: 310px;
  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;
}


/*--- テーブル30% ---*/

table.t_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  width: 100%;
}

td.t_head {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  background-color: #ffffff;
  width: 100px;
}

td.t_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  width: auto;
}

td.t_left {
  border-collapse: collapse;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 2px #dddddd;
  border-left: solid 1px #ffffff;
  padding: 12px 14px 8px 14px;
  width: auto;
  background-color: #ffffff;
}

td.t_right {
  border-collapse: collapse;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  border-bottom: solid 2px #dddddd;
  border-left: solid 1px #ffffff;
  padding: 12px 14px 8px 14px;
  width: 500px;
  background-color: #ffffff;
}


/*--- テーブル50% ---*/

table.t_line2 {
  border-collapse: collapse;
  border: solid 1px #999999;
  width: 100%;
}

td.t_line2 {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  text-align: center;
  width: auto;
}

td.t_left2 {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  text-align: center;
  width: auto;
  background-color: #fff8e3;
}

td.t_right2 {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 12px 14px 8px 14px;
  text-align: center;
  width: 270px;
  background-color: #ffffff;
}


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

#menu {
  float: left;
  margin: 5px 0 15px 0;
  padding: 6px 0 0 0;
  width: 240px;
  text-align: left;
  letter-spacing: 0.05em;
}

.menulist {
  margin: 0 0 28px 0;
  padding: 5px 0 0 0;
  width: 230px;
  text-align: left;
}

.menulist h2 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.menulist h3 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.menulist ul {
  margin: 0;
  padding: 0;
}

.menulist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menulist li a{
  color: #54351f;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 14px 4px 9px 30px;
  font-size: 13px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(../img/side_menu_bg.gif);
  background-repeat: no-repeat;
}

.menulist li a:hover{
  color: #745a45;
  background-image: url(../img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 28px 0;
  padding: 0;
  width: 230px;
  text-align: left;
  background-image: url(../img/menu_back.gif);
}

.menu_free h2 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.menu_free h3 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 1.8;
}

.menu_top {
  margin: 0 0 8px 0;
  padding: 0;
  text-align: left;
}

.menu_top a{
  color: #993300;
  padding: 6px 0 6px 0;
  line-height: 1.8;
}

.menu_top a:hover{
  color: #666666;
}

.menu_top p{
  margin: 0;
  padding: 0;
  line-height: 1.8;
}


.menu_btn_under {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}

.menu_btn_under a{
  margin: 0 0 8px 0;
  color: #993300;
  display: block;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
}

.menu_btn_under a:hover{
  color: #666666;
}


/*---------- サイドエリア・トップに戻る ----------*/

.menu_back {
  display: none;
}


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

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  background-color: #fff9e9;  /*-- pale --*/
}

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

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

#footer .footer_navi {
  clear: both;
  padding: 25px 0 20px 0;
  line-height: 1.8;
  background-color: #fdf3e1;  /*-- middle --*/
}

#footer .footer_navi a {
  color: #46280c;  /*-- ナビのリンク色 --*/
  text-decoration: none;
}

#footer .footer_navi a:hover {
  color: #654b35;
}

#footer .copy {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0;
  text-align: center;
  color: #fffffc;  /*-- 文字色 --*/
  background-color: #ff7d7d;  /*-- deep --*/
}

#footer .copy a {
  color: #fffffc;  /*-- リンク色 --*/
  text-decoration: none;
}

#footer .copy a:hover {
  color: #dddddd;
  text-decoration: none;
}



/*---------- WP ウィジェットPC ----------*/

.widget {
  margin: 0 5px 25px 0;
  padding: 0;
  background-color: #fcfcfb;
}

.widget h2 {
  height: 27px;
  margin: 0;
  padding: 12px 0 5px 14px;
  font-size: 15px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.widget h3 {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.widget h2.widget-title {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.widget h3.widget-title {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-color: #ff7d7d;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li a{
  color: #54351f;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 14px 4px 9px 30px;
  font-size: 13px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(../img/side_menu_bg.gif);
  background-repeat: no-repeat;
}

.widget ul li a:hover{
  color: #745a45;
  background-image: url(../img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.widget ul.children li a{
  color: #54351f;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 11px 4px 6px 26px;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
  background-image: url(../img/side_menu_bg_child.gif);
  background-repeat: no-repeat;
}

.widget ul.children li a:hover{
  color: #745a45;
  background-image: url(../img/side_menu_bg_hover_child.gif);
  background-repeat: no-repeat;
}

.widget p{
  margin: 0;
  padding: 8px;
  font-size: 13px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}


/* Text Widget */

.textwidget {
  padding: 6px;
  font-size: 0.87em;
}


/* Comment Widget */

ul#recentcomments {
  padding: 6px;
  font-size: 0.87em;
}

ul#recentcomments li{
  line-height: 1.6;
  display: block;
  padding: 0 0 0 6px;
  margin: 6px 0 6px 0;
  border-left: solid 2px #dddddd;
}

ul#recentcomments li.recentcomments a {
  background-image: none;
  border: none;
}

ul#recentcomments li.recentcomments a:hover {
  background-image: none;
}


/* Calendar Widget */

#calendar_wrap {
  padding: 5px 0 5px 5px;
  margin-top: 4px;
}

#calendar_wrap td {
  padding: 3px;
  font-size: 0.87em;
  background-color: #fffffc;
}


/* Tag Widget */

.tagcloud {
  padding: 6px;
  margin-bottom: 15px;
}


/* コンテンツ 前後記事 */

.navigation {
  padding: 2px;
  margin: 0 0 10px 0;
}


/* 関連記事 */

.yarpp-related ul li {
  margin: 8px 0 8px 24px;
  list-style-image: url(../img/icon.gif);
}



}




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


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

#main {
  min-width: 900px;
}

}