@charset "UTF-8";


/*---------------------------- 共通部分 ----------------------------*/

html body, header nav article section aside footer
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 95%;
  height: auto;
  border: 0;
}

a:link {
  color: #583822;
}

a:visited {
  color: #583822;
}

a:hover {
  color: #765c47;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}




/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {


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

body {
  width: 100%;
  font: 78% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}


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

#main {
  background-color: #ffffff;
}


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

#header {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  line-height: 0.9;
  background-color: #f9f0d6;
}

#header h1 {
  display: none;
}


/* ヘッダー TOP */

#header .top {
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 5px;
  color: #fffffc;
    background-color: #8fd3f5;
}


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

#header #header_inner {
  margin: 0;
  padding: 2px;  /*-- 余白 --*/
  background-color: #fffdf7;
}


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

#h_logo {
  width: 100%;
  padding: 0;
  text-align: left;
  color: #444444;
}

#h_logo h2 {
  padding: 10px 0 0 30px;  /*-- logo 上側 位置 --*/
  margin: 0;
}

#h_logo img {
  max-width: 100%;
  height: auto;
}

#h_logo a {
    color: #8fd3f5 !important;
  text-decoration: none;
  font-size: 0.92em;
}

#h_logo a:hover {
  color: #888888 !important;
  text-decoration: underline;
  font-size: 0.92em;
}

#h_logo .h_sub {
  padding: 0 0 12px 30px !important;  /*-- logo 下側 位置 --*/
  margin: 0;
  font-size: 0.92em;
    color: #8fd3f5 !important;
}


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

#h_nav {
  margin: 0 1px 4px 1px;
}

#h_nav ul {
  padding: 0;
}

#h_nav ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align: center;
}

#h_nav li a {
  width: 99.6%;
  font-size: 0.75em;
  padding: 12px 0 8px 0;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #765c47 !important;
  text-decoration: none;
  background : #eee7d5 url(../img/head_menu_back_abase.gif) repeat-x;
    border: solid 0px #cbcbcb;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

#h_nav li a:hover {
  color: #765c47 !important;
  display: block;
  text-decoration: none;
  background : #ece2c9 url(../img/head_menu_back_hover.gif) repeat-x;
}

#h_nav li.home a {
}

#h_nav span.sub {
  display: none;
}

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


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

button.nav_icon {
  display: block;
  cursor: pointer;
  position: fixed;
  top: 8px;
  right: 10px;
  width: 38px;
  padding: 0 4px 4px 4px;
  color: #333333;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0.7;
  border: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: none;
  background-color: #ffffff;
  z-index: 10000;
}

button span.bar1,
button span.bar2,
button span.bar3 {
  display: block;
  height: 2px;
  opacity: 0.7;
  background-color: #888888;
  margin: 8px 0 4px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}


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

.phone p {
  line-height: 1.7;
}

.phone a {
  color: #c9171e !important;
  text-decoration: none;
}

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


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

#header-img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

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


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

#container {
  padding: 0;
}


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

#contents {
  padding: 5px 0px 10px 0px;
  font-size: 1em;
}

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

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 0.92em;
}

#contents h2 {
  height: auto !important;
  margin: 0 0 10px 0;
  padding: 14px 0 14px 12px;
  font-size: 1.4em !important;
    color: #8fd3f5;
  text-align: center;
  font-weight: bold;
}


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

#contents h2.txt2 {
  margin: 0 0 7px 0;
  padding: 0;
  border: none;
  font-size: 1.28em;
  color: #54351f;
  background: none;
}

#contents h2.page_title {
  height: auto !important;
  margin: 0 4px 18px 4px;
  padding: 16px 0 12px 20px;
  line-height: 1.6;
  font-size: 20px;
  color: #581201;
  border-top: solid 1px #a48b78;
  border-right: solid 2px #a48b78;
  border-bottom: solid 2px #a48b78;
  border-left: solid 7px #a48b78;
  background-image: none;
  background-color: #fdfbf7;
}

#contents h2.white {
  height: auto;
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  font-size: 20px;
  color: #990000;
  text-align: center;
  border: none;
  background: none;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 15px 10px 10px 18px;
  line-height: 1.4;
  font-size: 17px;
  color: #ffffff;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #47b897;
  border-left: solid 5px #47b897;
    background-color: #8fd3f5;
}


#contents h3.beta {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 8px 13px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #fffffc;
  border-top: solid 1px #c85d15;
  border-right: solid 1px #c85d15;
  border-bottom: solid 1px #c85d15;
  border-left: solid 5px #c85d15;
  background: url(../img/h3_beta.gif) repeat-x;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 8px 10px 6px 10px;
  line-height: 1.4;
  font-size: 1.28em;
  color: #e85922;
  border-top: solid 1px #888888;
  border-right: none;
  border-bottom: solid 4px #663300;
  border-left: none;
  background-image: url(../img/h3_point.gif) ;
}

#contents h3.gold,
#contents h3.gold02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: none;
  background-image: none;
  background-color: #f1e7d1;
}

#contents h3.gray,
#contents h3.gray02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: solid 1px #d9d1d1;
  background-image: none;
  background-color: #f1ecec;
}
    
    
    #contents h5 {
  margin: 12px 3px 10px 3px;
  padding: 15px 10px 10px 18px;
  line-height: 1.4;
  font-size: 17px;
  color: #ffffff;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #b13b91;
  border-left: solid 5px #b13b91;
  background-color: #dd98ca;
}

#contents p {
  margin: 0 20px 0 20px;
  padding: 8px;
  line-height: 2.0;
}
    
    #contents li {
        margin: 0 20px 0 20px;
        padding: 2px;
        
    }
    
    #contents .spcenter{/* //TH// */
        text-align: center;/* //TH// */
    }/* //TH// */

    
    div.spcenter p {    
    display: table-cell;    
    vertical-align: middle;    
    margin: 0;    
        text-align: center;
}    
* html .spcenter p {    
    display: inline;    
    zoom: 1;    
}    
*:first-child+html .spcenter p {    
    display: inline;    
    zoom: 1;    
} 

/*---------- SP背景全幅 ----------*/

.inners {
  width: auto !important;
  margin: 0 6px 0 6px;
  padding: 0;
}

.flex_bg {
  width: auto !important;
  margin: 0;
  padding: 14px 0 0 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #f1f6f9;
}

.flex_gold_bg {
  width: auto !important;
  margin: 0;
  padding: 20px 0 20px 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #ebe6e0;
}


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

.box {
  width: 90%;
/*  text-align: center; //TH// */
  margin: 0 auto 0 auto;
}
    


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

.box1 {
  width: auto;
  padding: 4px;
  margin: 4px;
}

.box2 {
  width: auto;
  padding: 4px;
  margin: 4px;
}

.box3 {
  width: auto;
  padding: 4px;
  margin: 4px;
}
    
    .box img {
    width: 100px;
        margin: 5px;
        float: left;
     /* ←縦横比を維持する高さを自力で計算して指定できる */
}
    



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

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}


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

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

td.t01 {
  padding: 4px;
  border: solid 1px #bbbbbb;
  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 {
  width: 90%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 12px 8px 12px 8px;
    background-color: #fffff9;
  width: 80px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
    background-color: #fffff9;
  width: 30%;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #ffffff;
  width: 70%;
}

td.table_line {
  width: auto;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding: 12px 8px 12px 8px;
}


th, td {
  font-size: 12px;
}
    

table {
    margin-left: auto;
    margin-right: auto;
}

/*---------- 動画 ----------*/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---------- Googleマップ ----------*/

.map {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6%;
  width: 88% !important;
  height: 100% !important;
}


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

.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #e6e6da;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}



.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #EBBF60;
  color: #FFF;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c79f48;
  transition: .4s;
  font-size: 11px;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}



    .btn-top-radius {
        position: relative;
        display: inline-block;
        font-weight: bold;
        padding: 8px 10px 5px 10px;
        text-decoration: none;
        color: #8fd3f5;
        background: #fff1da;
        border-bottom: solid 4px #3998c7;
        border-radius: 15px 15px 0 0;
        transition: .4s;
    }

    .btn-top-radius:hover {
        background: #e4f6ff;
        color: #FFF;
    }



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

#footer {
  width: auto;
  padding: 20px 0 0 0;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  background-color: #f9f0d6;
}

#footer p {
  padding: 10px;
  color: #555555;
}

#footer a {
  color: #555555 !important;
}

#footer a:hover {
  color: #777777 !important;
}

#footer a:visited {
  color: #555555;
}


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

#footer .footer_nav ul {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 6px 0 18px 0;
}

#footer .footer_nav ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  float: left;
  border: none;
}

#footer .footer_nav ul li a {
  width: 100%;
  padding: 14px 0 14px 0;
  font-size: 11px;
  text-align: center;
  display: block;
  color: #413413;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#footer .footer_nav ul li a:hover {
  color: #625126;
  background-color: #ffffff;
}

#footer .footer_nav ul li.home a {
  border-left: none;
}

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


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

#footer .copy {
  margin: 10px 0 0 0 !important;
  padding: 10px;
  font-size: 0.92em;
  color: #fffffc;
    background-color: 8fd3f5;
}

#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;
}

}

/*---------- 電話SP ----------*/
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


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

/*---------- 緑メニュー ----------*/


.cp_h1title {
	padding: .3em;
	border-bottom: 3px dotted #9ec34b;
}


/*---------- 緑メニュー02 ----------*/
.sample_box6 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#f6faee;/*背景色*/
    border-left: solid 10px #9ec34b;/*左ライン*/
    color:#000000;/*文字色*/
}
.sample_box6 p {
    margin: 0; 
    padding: 0;
}


/*---------- 見出しメニュー01 ----------*/
h9 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #9ec34b;/*文字色*/
  background: #f2e9c2;/*背景色*/
  border-left: solid 5px #9ec34b;/*左線*/
  border-bottom: solid 3px #9ec34b;/*下線*/
}

/*---------- 桃メニュー ----------*/


.cp_h1title02 {
	padding: .3em;
	border-bottom: 3px dotted #966934;
}

/*---------- 桃メニュー02 ----------*/
.sample_box5 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#fff6f0;/*背景色*/
    border-left: solid 10px #966934;/*左ライン*/
    color:#000000;/*文字色*/
}
.sample_box6 p {
    margin: 0; 
    padding: 0;
}





/*---------- 吹きだしメニュー ----------*/
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}


/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #f9f2d5;
  border: 2px solid #077655;
  font-size: 14px;
  color: #077655;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #077655;
  border-color: #077655;
  color: #FFF;
}




/*---------- ヘッダートップ ----------*/
#header .copy {
  margin: 10px 0 0 0 !important;
  padding: 10px;
  font-size: 0.92em;
  color: #fffffc;
  background-color: #564732;
}






/*---------- 予約ボタンリザーブ ----------*/
.reserve_button {
  display      : inline-block;
  border-radius: 5%;                   /* 角丸 */
  box-shadow   : 3px 3px 3px #666666;  /* 影の設定 */
  cursor       : pointer;              /* カーソル形状 */
  transition   : .3s;                  /* なめらか変化 */
}
.reserve_button:hover {
  box-shadow   : none;                 /* 影の設定 */
  transform    : scale(1.1,1.1);       /* 拡大 */
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 679px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}




