@charset "UTF-8";


/*---------------------------- PC向けのスタイル ----------------------------*/
@media print, screen and (min-width: 780px) {


/*---------- ページ全体の指定 ----------*/

body {
  width: 100%;
   margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

.img_a {
  display: block;
}

.img_b {
  display: none;
}


/*---------- メイン ----------*/

#main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: left;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  height: 87px;  /*-- 高さ --*/
  margin: 0 auto 0 auto;
}




/*---------- ヘッダー内 ----------*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;
}


/*----- ホーム logo -----*/

#home_logo h1 {
   font-size:56px;
   text-align:center; 
   text-shadow:4px 4px 8px rgba(0,0,0,10);
   color: black;
}

#home_logo a {
  font-size: 56px;
  color: black;
  text-decoration: none;
}

#home_logo a:hover {
  font-size: 56px;
  color: skyblue;
  text-decoration: none;
}

/*----- 右 ヘッダー・ナビゲーション -----*/

#header_navi {
  width: 59.3%;
  float: right;
  display: inline-block;
  margin: 24px 0 4px 0;  /*-- nav 位置 --*/
  padding: 0;
  text-align: left;
}

#header_navi ul {
  display: inline-block;
  float: right;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
}

#header_navi li {
  display: inline-block;
  list-style-type: none;
  color: #ffffff;
}

#header_navi li a {
  display: inline-block;
  padding: 4px 19px 2px 19px;
  font-size: 13px;
  color: black;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-left: solid 1px #d6c6af;
}

#header_navi li a:hover {
  color: skyblue;
  background-color: #f7f4ec;
}

#header_navi 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: #9dcefb;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}



/*---------- メインコンテンツ ----------*/



#contents p {
  margin: 15px 0 15px 0;
  padding: 0 2px 0 2px;
  line-height: 1.7;
  font-size: 16px;
}

 .sns-icons {
      display: flex;
      gap: 10px;
    }
    .sns-icons a {
      text-decoration: none;
    }
    .sns-icons img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: transform 0.3s;
    }
    .sns-icons img:hover {
      transform: scale(1.1);
    }

h2 {
text-shadow:4px 4px 8px rgba(0,0,0,10);
}
/*---------- 画像の回り込み ----------*/

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

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.t00 {
  padding: 4px;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #cccccc;
  width: 100%;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #cccccc;
  padding: 14px 14px 10px 14px;
  background-color: skyblue;
  width: 100px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #cccccc;
  padding: 14px 14px 10px 14px;
  width: auto;
  background-color: skyblue;
}

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: 30px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  background-color: skyblue;
}

#footer a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

#footer a:hover {
  color: #555555;
  text-decoration: none;
}


/* フッター ナビゲーション */

#footer .footer_nav ul {
  clear: both;
  width: 1010px;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 7px 10px 7px;
}

#footer .footer_nav li {
  margin: 0 0 20px 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  float: center;
  color: #333333;
}

#footer .footer_nav li a {
  padding: 0 16px 0 16px;
  font-size: 14px;
  text-align: center;
  display: inline;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#footer .footer_nav li a:hover {
  color: #555555;
}






/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media print, screen and (min-width:780px) and (max-width:1024px) {

#main,
#header h1,
#header #header_inner,
#container,
#main-contents,
.inners,
#footer .footer_nav ul {
  width: 100%;
}

#header_nav li a {
  font-size: 11px;
}

.box {
  width: 100%;





/*---------------------------- 共通部分（コンテンツ） ----------------------------*/


/*---------- ボタン装飾 ----------*/

.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: 0;
  border-bottom: dotted 1px #666666;
}

. {
  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: right;
}


/*---------- 画像の回り込み ----------*/

img.picture_le {
  margin: 0 10px 10px 0;
  float: left;
}

img.picture_ri {
  margin: 0 5px 10px 10px;
  float: right;
}

br.clear {
  display: block;
  clear: both;


/*---------- サイドエリア ----------*/

#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;
}