@charset "utf-8";
/* リセット */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body { width: 100% }
html,
body { -webkit-text-size-adjust: none }
body {
    color: #444444;
    background-color: #FFFFFF;
    font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal }
a {
    color: #373737;
    text-decoration: none;
}
/* ヘッダ */
#header-main {
    display: inline-block;
    width: 100%;
    border-top: 0px solid #999;
    /*margin-top: 15px;*/
    background: #fff0e0;
background: -moz-linear-gradient( #ffffff 0%, #fff0e0 150%);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff0e0));
background: -webkit-linear-gradient( #ffffff 0%, #fff0e0 150%);
background: -o-linear-gradient( #ffffff 0%, #fff0e0 150%);
background: linear-gradient( #ffffff 0%, #fff0e0 150%);
}
.header-area {
    display: inline-block;
    width: 100%;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    /* margin: 5px 0 5px 0; */
    /* BACKGROUND-COLOR: white; */
    /* height: 5px; */
}
h1.site_description {
    /*text-indent: -9999px;*/
    /*height: 15px;*/
    background: #f39a0e;
    margin-bottom: 5px;
    font-size:4vw;
    color: white;
    text-align: center;
}
h2.site_description {
    /*text-indent: -9999px;*/
    /*height: 15px;*/
    background: #f39a0e;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size:4vw;
    color: white;
    text-align: center;
}
.header-area .logo {
    width: 60%;
    /* height: 2%; */
    float: left;
    margin-top: 6px;
    margin-left: 2%;
}
.header-area .menu {
    float: right;
    margin: 10px 5px 0 0;
    background: #800080;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
.header-area .menu span {
    line-height: 15px;
    background-size: 15px auto;
    padding: 2px 0px 0 0;
    display: block;
    color: white;
}
.gNav { width: 100% }
.gNavInner {
    background: -moz-linear-gradient(top, #4F900F 0%, #3E6219 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4F900F), color-stop(100%, #3E6219));
    background: -webkit-linear-gradient(top, #4F900F 0%, #3E6219 100%);
    background: -o-linear-gradient(top, #4F900F 0%, #f3E6219 100%);
    background: -ms-linear-gradient(top, #4F900F 0%, #3E6219 100%);
    background: linear-gradient(to bottom, #4F900F 0%, #3E6219 100%);
}
.gNav ul {
    display: table;
    width: 100%;
}
.gNav li {
    display: inline-block;
    display: table-cell;
    width: 33%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
.gNav li + li {
    border-left: #7bc655 1px solid;
    box-shadow: -1px 0 #217300;
}
.gNav li a {
    color: white;
    text-shadow: 1px 0 1px #289001;
    font-size: 1.7em;
}
.btnInner01 {
    border-radius: 6px;
    color: white;
    font-size: 1.4em;
}
/* contents */
.tit01 {
    　width: 100%;
    padding: 8px 0 5px 2%;
    text-align: center;
    font-weight: bolder;
    font-size: 2.2em;
    line-height: 1.3em;
    background: -moz-linear-gradient(top, #a224a2 0%, #800080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a224a2), color-stop(100%, #800080));
    background: -webkit-linear-gradient(top, #a224a2 0%, #800080 100%);
    background: -o-linear-gradient(top, #a224a2 0%, #800080 100%);
    background: -ms-linear-gradient(top, #a224a2 0%, #800080 100%);
    background: linear-gradient(to bottom, #a224a2 0%, #800080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a224a2', endColorstr='#800080', GradientType=0 );
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#a224a2), to(#800080));
}
/* 追加（141017） */
h2#area-main {
    margin-top: 0px;
    padding: 0px 0px 5px 0px;
}
.bnr-dennwa {
    margin: 0px 5px 10px 5px;
    PADDING-LEFT: 0PX;
    PADDING-RIGHT: 0PX;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.bnr-dennwa img { border-radius: 5px }
.hall_commen {
    margin: 25px 0;
    text-align: center;
    font-size: 5vw;
    line-height: 1;
}

h3.Description_area {
    background-color: #ffffffb0;
    font-size: 5vw;
    text-align: center;
    padding: 15px 0;
    margin: 0 10px;
}


/* さがす */
.hall_kensaku {
    background-color: #FFFFFF;
    margin: 10px 0px 0px 0px;
    padding-top: 0px;
}
.planlist { 
    padding-bottom: 2vw;
}
.all_ttlStyle {
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 6vw;
    color: #e18c07;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.5,#FEFEFE), to(#fdf2e1));
    border-top: 3px solid #f39a0e;
}
.all_ttlStyle span { font-size: 0.7em }
.hall_area {
    margin: 10px 10px 8px 10px;
    left: 5px;
    text-align: center;
    font-size: 1.8em;
}
.jiturei_btn a {
    text-decoration: none;
    color: #0A0A0A;
    display: block;
    text-align: center;
    -moz-background-size: 17px;
    background-size: 17px;
    padding: 5px;
}
.jiturei_btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 4px solid #9B9B9B;
    border-right: 4px solid #9B9B9B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.jiturei_btn {
    clear: both;
    position: relative;
    background: -moz-linear-gradient(top,#FFF,#FEFEFE 5%,#E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.5,#FEFEFE), to(#E6E6E6));
    -webkit-box-shadow: 1px 1px 1px rgb(186, 186, 186);
    -moz-box-shadow: 1px 1px 1px rgb(186, 186, 186);
    -ms-box-shadow: 1px 1px 1px rgb(186, 186, 186);
    box-shadow: 1px 1px 1px rgb(186, 186, 186);
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    border: 1px solid #999;
    0F', endColorstr='#3E6219', GradientType=0 ): ;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 5px 15px 20px 15px;
    padding: 5px;
    font-size: 1.8em;
}
/* サムネイルつき矢印リスト２ */
.list3 ul { }
.list3 ul li {
    height: auto;
    padding: 8px 0px 0px 0px;
    : ;
}
.list3 ul li a {
    background: url(list_mark1.png) no-repeat 100% 50%;
    color: #666;
    display: block;
    height: auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}
.list3 ul li img {
    float: left;
    height: 80px;
    width: 110px;
    border: 1px solid #d7d7d7;
    margin-right: 7px;
}
.list3 ul li h3 {
    overflow: hidden;
    white-space: normal; 
    padding-top: 3px;
}
.plan_txt {
    font-size: 2em;
    color: #61A420;
    margin-top: 2px;
}
.plan_fee {
    font-size: 1.5em;
    color: #8e0018;
}
.plan_yen { font-size: 0.8em }
.plan_yen2 { font-size: 0.8em }
.ui-li-heading { display: block }
.plan_desc {
    overflow: visible;
    white-space: normal;
    line-height: 120%;
    color: black;
}
.ui-li-desc {
    font-size: 1.3em;
    font-weight: bold;
    margin: 2px 0 3px 0;
    line-height: 1.2em;
}
}
.ui-li-disc {
    font-size: 1.1em;
    font-weight: normal;
}
.inquiry_nav {
    clear: both;
    padding: 0px 3px 15px 3px;
    text-align: center;
    margin-bottom: 10px;
}
.planlist_cyokuso {
    padding: 10px 15px;
    position: relative;
    background: #ffdf9f;
}
.planlist_cyokuso img {
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}
section.planlist_kasosiki {
    border: 1px solid #f39a0e;
    margin: 10px;
}
.planlist_onedayso {
    padding: 10px 15px;
    position: relative;
    background: #ffdf9f;  
}
section.planlist_oneday {
    border: 1px solid #f39a0e;
    margin: 10px;
    padding: 5px;
}
.planlist_onedayso img {
    border: 1px solid #8bd787;
    border-radius: 10px;
}
section.planlist_kazoku {
    border: 1px solid #f39a0e;
    margin: 10px;
    padding: 5px;
}
.planlist_kazokuso {
    padding: 10px 15px;
    position: relative;
    background: #ffdf9f;
}
.planlist_kazokuso img {
    border: 1px solid #dfa0be;
    border-radius: 10px;
}
.planlist_kazokuα {
    padding: 10px 15px;
    position: relative;
    background: #ffdf9f;
}
.planlist_kazokuα img {
    border: 1px solid #7594c0;
    border-radius: 10px;
}

/* プラン-アコーディオン */
.txt {
    margin: 0px 0 0 75px;
    font-size: 1.4em;
    padding-left: 8px;
}
.arrow {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.arrow img {
    height: 50%;
    width: 50%;
}
.submenu li img {
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 5px;
}
.submenu li strong {
    font-size: 1.8em;
    color: #881331;
    padding-left: 8px;
}
li {
    list-style: none;
    cursor: pointer;
}
ul.acordion {
    background: #fff;
    border: solid 1px #D0D0D0;
    margin: 15px 15px 30px 15px;
    padding: 0;
}
ul.acordion li { }
ul.acordion li:first-child { }
ul.acordion li ul {
    margin: 0;
    padding: 0 3px 0 3px;
    border: none;
}
ul.acordion li ul li {
    padding: 5px 5px 10px 5px;
    margin: 5px 0px 0px 0px;
    background-size: 40px 10px;
}
ul.acordion li ul li:last-child {
    border-bottom: none;
    margin: 20px 5px 5px 5px;
    font-size: 13px;
}
ul.acordion li ul li a {
    color: #696969;
    display: block;
    text-decoration: none;
}
ul.acordion li .none-submenu {
    position: relative;
    display: block;
    padding: 15px;
    background-color: rgb(239, 239, 239);
    font-size: 1.8em;
}
ul.acordion li .none-submenu::after {
    display: block;
    content: '';
    position: absolute;
    top: 1em;
    right: 1em;
    width: 10px;
    height: 10px;
    border-left: 3px solid #666;
    border-bottom: 3px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.acordion li .active-submenu {
    position: relative;
    display: block;
    padding: 15px;
    background-color: rgb(239, 239, 239);
    font-size: 1.8em;
}
ul.acordion li .active-submenu::after {
    display: block;
    content: '';
    position: absolute;
    top: 1em;
    right: 1em;
    width: 10px;
    height: 10px;
    border-right: 3px solid #666;
    border-top: 3px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.planList { margin: 0 0 40px 0 }

.plansub {
    color: #0c0c0c;
    margin-bottom: 4px;
    font-size: 1.4em;
    text-align: center;
}
.list3 { pointer-events: none }

/* 実例table*/

.jiturei-i {
	 border-spacing: 0;
         empty-cells: show;
         padding: 0px 0px 0px 0px;
         border-collapse: collapse;
         border: 1px solid #d7d7d7;
}
.jiturei-i tbody {
    display: table-row-group;
    vertical-align: middle;
}

.jiturei-i td {
	padding: 0 1px 0 7px;
	width: 45em;
        font-size:1.5em;
}
.jiturei-i th {
        padding: 0 1px 0 1px;
	width: 20em;
	background: #e4f1e4;
        text-align: center;
        font-size:1.2em;
}
.jiturei-i even {
	background: #fbf8f0;
}
.jiturei-i odd {
	background: #fefcf9;
}

.floor {
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        border-bottom: 1px #BFBFBF solid;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-top: 10px;
}


/*-------------
     tab
---------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  /*height: 50px;*/
  border-bottom: 3px solid #925192;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  /*font-weight: bold;*/
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#kasousiki:checked ~ #kasousiki_content,
#onedayso:checked ~ #onedayso_content,
#kazokuso:checked ~ #kazokuso_content,
#sinzokuso:checked ~ #sinzokuso_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #925192;
  color: #fff;
}


/*-------------
     tab2
---------------*/
#tab {
  width: 320px;/*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 100%;
  text-align: left;
  margin: 0 auto;
}
/*tabhead*/
#kasousiki {
  float: left;
  width: 25%;
  height: 30px;
  background: #b588b5 repeat-x bottom left;
}
#onedayso,
#kazokuso,
#sinzokuso{
  float: left;
  width: 25%;
  height: 30px;
  background:#b588b5 repeat-x bottom left;
}
#tabhead a,
#tabhead a:link,
#tabhead a:visited {
  display: block;
  text-align: center;
  color: #111;
  font-size: 14px;
  line-height: 2.2;
  text-decoration: none;
  outline: none;
}
#tabhead a:hover,
#tabhead a:active {
  color: #fff;
  text-decoration: none;
}
/*tabbody*/
#tab1b,
#tab2b,
#tab3b,
#tab4b{
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
  /*縦幅を固定にしたいときはここで設定します。*/
}

/*-------------
     box
---------------*/

.box {
    float: left;
    padding: 5%;
    width: calc(95% / 2);
    line-height: 4vw;
    margin: 0 1%;
    background: background: #bc9cae;
    background: -moz-linear-gradient(top, #7a6914 1%,#7a6914 47%,#7a6914 100%);
    ): ;
    background: -webkit-linear-gradient(top, #7a6914 1%,#7a6914 47%,#7a6914 100%);
    ): ;
    background: linear-gradient(to bottom, #7a6914 1%,#7a6914 47%,#7a6914 100%);
    ): ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9cae', endColorstr='#7f5d7e',GradientType=0 );
    border-left: 2px solid white;
    border-radius: 5px;
}

.boxContainer {
	overflow: hidden;
    line-height: 100%;
    text-align: center;
    margin: 0 5px;
}

ul.box_icon {
    margin: -12% 0;
    padding: 5px;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}

.box_name a {
    padding: 5px 0;
    font-size: 4vw;
    color: white;
    line-height: 120%;
}

.box_icon img {
    width: 40%;
}