html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
/*--全体設定---------------- */
#all{
width:950px;
min-width:950px;
margin: 0 auto;
display:inline-block;
padding:0;
line-height:0;
}


/*--ここより下スライド設定---------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #555; }
body {
	margin: 0;
	background: url(http://www.atami-taikanso.com/share/images/raku_bg.png);
	font: 100%/160% "lucida grande", verdana, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
}
h1, h2, h3, h4, h5, p, li, dt, dd {
	text-align: left;
}

::-moz-selection { background: #c7dbc7; text-shadow: none; }
::selection { background: #c7dbc7; text-shadow: none; }

a { color: #39a; }
a:visited { }
a:hover { text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ffd959; color: #6d4d38; text-decoration: none; }
mark { background: #ffd959; color: #6d4d38; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 100%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 40px; }
ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

/* :::::: gallery ::::::
 * #gallery内の指定
 */
#gallery {
	position: relative;
	width: 950px;
	height: 400px;
	margin: 0px auto;
	padding: 0px 0;
}
#gallery .slideFrame {
	position: relative;
	height: 400px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* slide images */
#gallery .slideFrame ul {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5750px;
	margin: 0;
}
#gallery .slideFrame ul li {
	float: left;
	width: 950px;
	margin-right: 0px;
}
#gallery .slideFrame ul li:last-child {
	margin-right: 0;
}
#gallery .slideFrame ul li a {
	background: none;
}

/* gallery items */
#gallery ul li,
#gallery ul li label,
#gallery p,
#gallery p i {
	background: url(http://www.atami-taikanso.com/share/images/raku_gallery_item.png);
}

/* gallery list button */
#gallery ul.nav {
	width: 140px;
	margin: 0 auto;
	padding: 0;
}
#gallery ul.nav li {
	float: left;
	margin-right: 16px;
	background-position: -260px 0;
}
#gallery ul.nav li:last-child {
	margin-right: 0;
}
#gallery ul.nav li label {
	display: block;
	width:  10px;
	height: 10px;
	background-position: -260px -20px;
}
#gallery ul.nav li label:hover { opacity: 0; }

/* slider arrow button */
#gallery p,
#gallery p label {
	position: absolute;
	top: 0;
	margin: 0;
	width: 110px;
	height: 320px;
	cursor: pointer;
}
#gallery .prev {
	left: 0;
}
#gallery .next {
	right: 0;
	background-position: -110px 0;
}
#gallery p i {
	display: block;
	width: 26px;
	height: 26px;
	margin: 140px 0 0 40px;
	background-position: -230px 0;
}
#gallery p:hover i {
	margin: 140px 0 0 32px;
}
#gallery .next i {
	margin-left: 44px;
	background-position: -230px -30px;
}
#gallery .next:hover i {
	margin-left: 52px;
}

/* CSS Programming */
#gallery #switch1:checked ~ .slideFrame ul {
	left: 0px;
}
#gallery #switch2:checked ~ .slideFrame ul {
	left: -950px;
}
#gallery #switch3:checked ~ .slideFrame ul {
	left: -1900px;
}
#gallery #switch4:checked ~ .slideFrame ul {
	left: -2850px;
}
#gallery #switch5:checked ~ .slideFrame ul {
	left: -3800px;
}
#gallery #switch6:checked ~ .slideFrame ul {
	left: -4750px;
}

#gallery #switch1:checked ~ .nav li label[for="switch1"],
#gallery #switch2:checked ~ .nav li label[for="switch2"],
#gallery #switch3:checked ~ .nav li label[for="switch3"],
#gallery #switch4:checked ~ .nav li label[for="switch4"],
#gallery #switch5:checked ~ .nav li label[for="switch5"],
#gallery #switch6:checked ~ .nav li label[for="switch6"] {
	opacity: 0;
}
#gallery input {
	display: none;
}
#gallery #switch1:checked ~ .prev label:not([for="switch6"]),
#gallery #switch2:checked ~ .prev label:not([for="switch1"]),
#gallery #switch3:checked ~ .prev label:not([for="switch2"]),
#gallery #switch4:checked ~ .prev label:not([for="switch3"]),
#gallery #switch5:checked ~ .prev label:not([for="switch4"]),
#gallery #switch6:checked ~ .prev label:not([for="switch5"]),
#gallery #switch1:checked ~ .next label:not([for="switch2"]),
#gallery #switch2:checked ~ .next label:not([for="switch3"]),
#gallery #switch3:checked ~ .next label:not([for="switch4"]),
#gallery #switch4:checked ~ .next label:not([for="switch5"]),
#gallery #switch5:checked ~ .next label:not([for="switch6"]),
#gallery #switch6:checked ~ .next label:not([for="switch1"]) {
	pointer-events: none;
}

/* transition */
#gallery ul.nav li label {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0;
}
#gallery i {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0;
}
#gallery .slideFrame ul {
	transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0s;
	-webkit-transition: left 1s cubic-bezier(0.85, 0.03, 0.15, 0.96) 0;
}

/* clearfix */
#gallery ul:before, #gallery ul:after {
	content: ""; display: table;
}
#gallery ul:after {
	clear: both;
}
#gallery ul {
	*zoom: 1;
}

/*--電話のたぬき-------------*/
#row-1st {
    position: relative;
    img {
        max-width: 950px;
        height: auto;
        display: block;
        margin: 0 auto;
}
}
#row-1st-in {
    position: absolute;
    top: 55%;
    left: 75%;
    div {
        width: 75%;
        max-width: 950px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.7;
        padding: px 0;
}
}
/*--spacer代替------*/
.spacer1 {
    width: 1px;
    height: 1px;
    }
.spacer2 {
    width: 2px;
    height: 1px;
    }
.spacer3 {
    width: 3px;
    height: 1px;
    }
.spacer4 {
    width: 4px;
    height: 1px;
    }
.spacer5 {
    width: 5px;
    height: 1px;
    }
.spacer6 {
    width: 6px;
    height: 1px;
    }
.spacer7 {
    width: 7px;
    height: 1px;
    }
.spacer8 {
    width: 8px;
    height: 1px;
    }
.spacer9 {
    width: 9px;
    height: 1px;
    }
.spacer10 {
    width: 10px;
    height: 1px;
    }
.spacer11 {
    width: 11px;
    height: 1px;
    }
.spacer12 {
    width: 12px;
    height: 1px;
    }
.spacer13 {
    width: 13px;
    height: 1px;
    }
.spacer14 {
    width: 14px;
    height: 1px;
    }
.spacer18 {
    width: 18px;
    height: 1px;
    }
.spacer20 {
    width: 20px;
    height: 1px;
    }
.spacer21 {
    width: 21px;
    height: 1px;
    }
.spacer22 {
    width: 22px;
    height: 1px;
    }
.spacer23 {
    width: 23px;
    height: 1px;
    }
.spacer24 {
    width: 24px;
    height: 1px;
    }
.spacer25 {
    width: 25px;
    height: 1px;
    }
.spacer26 {
    width: 26px;
    height: 1px;
    }
.spacer27 {
    width: 27px;
    height: 1px;
    }
.spacer28 {
    width: 28px;
    height: 1px;
    }
.spacer29 {
    width: 29px;
    height: 1px;
    }
.spacer30 {
    width: 30px;
    height: 1px;
    }
.spacer31 {
    width: 31px;
    height: 1px;
    }
.spacer32 {
    width: 32px;
    height: 1px;
    }
.spacer33 {
    width: 33px;
    height: 1px;
    }
.spacer34 {
    width: 34px;
    height: 1px;
    }
.spacer35 {
    width: 35px;
    height: 1px;
    }
.spacer36 {
    width: 36px;
    height: 1px;
    }
.spacer37 {
    width: 37px;
    height: 1px;
    }
.spacer38 {
    width: 38px;
    height: 1px;
    }
.spacer39 {
    width: 39px;
    height: 1px;
    }
.spacer40 {
    width: 40px;
    height: 1px;
    }
.spacer42 {
    width: 42px;
    height: 1px;
    }
.spacer45 {
    width: 45px;
    height: 1px;
    }
.spacer47 {
    width: 47px;
    height: 1px;
    }
.spacer50 {
    width: 50px;
    height: 1px;
    }
.spacer52 {
    width: 52px;
    height: 1px;
    }
.spacer54 {
    width: 54px;
    height: 1px;
    }
.spacer55 {
    width: 55px;
    height: 1px;
    }
.spacer56 {
    width: 56px;
    height: 1px;
    }
.spacer57 {
    width: 57px;
    height: 1px;
    }
.spacer62 {
    width: 62px;
    height: 1px;
    }
.spacer65 {
    width: 65px;
    height: 1px;
    }
.spacer67 {
    width: 67px;
    height: 1px;
    }
.spacer71 {
    width: 71px;
    height: 1px;
    }
.spacer73 {
    width: 73px;
    height: 1px;
    }
.spacer74 {
    width: 74px;
    height: 1px;
    }
.spacer78 {
    width: 78px;
    height: 1px;
    }
.spacer79 {
    width: 79px;
    height: 1px;
    }
.spacer88 {
    width: 88px;
    height: 1px;
    }
.spacer89 {
    width: 89px;
    height: 1px;
    }
.spacer95 {
    width: 95px;
    height: 1px;
    }
.spacer96 {
    width: 96px;
    height: 1px;
    }
.spacer105 {
    width: 105px;
    height: 1px;
    }
.spacer106 {
    width: 106px;
    height: 1px;
    }
.spacer107 {
    width: 107px;
    height: 1px;
    }
.spacer110 {
    width: 110px;
    height: 1px;
    }
/*--ロールオーバー指示--*/
#raku_top_tel a {
display: block;
overflow: hidden;
height: 197px;
width: 199px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_top_tel.png);
text-align: center;

}
#raku_top_tel a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_top_tel2.png);
height: 257px;
width: 199px;
}
/*----*/
#raku_index_04 a {
display: block;
overflow: hidden;
height: 100px;
width: 100px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_04.jpg);
text-align: center;

}
#raku_index_04 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_04_2.jpg);
}
/*----*/
#raku_index_06 a {
display: block;
overflow: hidden;
height: 100px;
width: 100px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_06.jpg);
text-align: center;

}
#raku_index_06 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_06_2.jpg);
}
/*----*/
#raku_index_10 a {
display: block;
overflow: hidden;
height: 126px;
width: 95px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_10.jpg);
text-align: center;

}
#raku_index_10 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_10_2.jpg);
}
/*----*/
#raku_index_12 a {
display: block;
overflow: hidden;
height: 126px;
width: 95px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_12.jpg);
text-align: center;

}
#raku_index_12 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_12_2.jpg);
}
/*----*/
#raku_index_14 a {
display: block;
overflow: hidden;
height: 126px;
width: 95px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_14.jpg);
text-align: center;

}
#raku_index_14 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_14_2.jpg);
}
/*----*/
#raku_index_16 a {
display: block;
overflow: hidden;
height: 126px;
width: 95px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_16.jpg);
text-align: center;

}
#raku_index_16 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_16_2.jpg);
}
/*----*/
#raku_index_18 a {
display: block;
overflow: hidden;
height: 126px;
width: 95px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_18.jpg);
text-align: center;

}
#raku_index_18 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_18_2.jpg);
}
/*----*/
#raku_index_20 a {
display: block;
overflow: hidden;
height: 126px;
width: 95px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_20.jpg);
text-align: center;

}
#raku_index_20 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_20_2.jpg);
}
/*----*/
#raku_index_22 a {
display: block;
overflow: hidden;
height: 126px;
width: 95px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_22.jpg);
text-align: center;

}
#raku_index_22 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_index_22_2.jpg);
}
/*----*/
#raku_footer_3 a {
display: block;
overflow: hidden;
height: 105px;
width: 125px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_footer_3.jpg);
text-align: center;

}
#raku_footer_3 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_footer_3_2.jpg);
}
/*----*/
#raku_footer_5 a {
display: block;
overflow: hidden;
height: 105px;
width: 125px;
background-image: url(http://www.atami-taikanso.com/share/images/raku_footer_5.jpg);
text-align: center;

}
#raku_footer_5
 a:hover {
background-image: url(http://www.atami-taikanso.com/share/images/raku_footer_5_2.jpg);
}
/*----*/

/*--バナーの白い半透明オーバー--*/
a.overwhite{
    background-color:#ffffff;
    display:block;
}
a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
/*--茶色の半透明オーバー--*/
a.overbrown{
    background-color:#c8bb9b;
    display:block;
}
a.overbrown:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
/*----新着情報----*/
