@charset "UTF-8";

body#detail {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: regular;
	font-family: serif;
	color: #000;
	background: url(../images/section.gif) center top repeat;
	-webkit-text-size-adjust: 100%;
}
button,
.button,
input[type="submit"] ,
form input[type="text"],
form select ,
form textarea {
	font-family: serif;
}
body.sp .pc {
	display: block;
}
body.pct .sp {
	display: none;
}
a:link,
a:visited {text-decoration: none; color: #b80009;}
a:hover,
a:active {text-decoration: none; color: #ff434c;}

h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}

#inframe {
	background: transparent;
	text-align: center;
}
s {
	color: rgba(0,0,0,0.4);
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
.rightimg {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
}
.center {
	text-align: center;
}
.txt-l {
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt-ll {
	font-size: 1.4em;
	line-height: 1.2em;
}
.txt-lll {
	font-size: 2.0em;
	line-height: 1.2em;
}
.txt-s {
	font-size: 0.8em;
	line-height: 1em;
}
.white {
	color: #111;
}
.red {
	color: #fa6e88;
}
.no {
	font-family: 'Galliard',serif;
}

#detailbody {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: center;
	background: #fefcee;
	overflow: hidden;
	z-index: 200;
	opacity: 1;
}
/*----------------------------------------------------------------
* スライドショー
----------------------------------------------------------------*/
#detailphoto {
	float: left;
	margin: 0 auto 0 0;
	padding: 20px 0;
	width: 480px;
	height: 700px;
	text-align: right;
	overflow: hidden;
	background: #fff;
	border: solid 5px #ffa1af;
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#detailphoto .photos {
	width: 440px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#detailphoto .photos .flexslider {
	margin: 0 auto 0 0;
}
#detailphoto .photos .flexslider .slides {
	overflow: hidden;
	height: 587px;
}
#detailphoto .photos .flexslider .slides img {
	width: 100%;
	height: auto;
}
.flex-control-thumbs {
	z-index: 350;
	width: 100%;
	height: 56px;
	margin: 12px auto 0;
	padding: 0;
	overflow: hidden;
}
.flex-control-thumbs li {
	float: none;
	display: inline-block;
	width: 42px;
	height: 56px;
	margin: 0 4px 0;
	padding: 0;
	background: rgba(255,255,255,0.0);
	border-style: none;
	overflow: hidden;
}

.flex-control-thumbs img {
	width: auto;
	height: 56px;
	border-style: none;
}
.flex-control-thumbs img:hover {
	border-style: none;
}
.flex-control-thumbs .flex-active {
	background: rgba(255,255,255,0.0);
	overflow: hidden;
}


/*----------------------------------------------------------------
* content
----------------------------------------------------------------*/
#profile {
	overflow: hidden;
	position: relative;
	float: right;
	width: 420px;
	margin: 0 auto 0 0;
	padding: 16px 20px 16px;
	text-align: left;
	border: 1px solid #f7d0d5;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 12px; /*角丸*/
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#profilebody {
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#profile h2 {
	margin: 0 auto 0.4em;
	text-align: center;
	padding: 0.4em 0 0.5em;
	font-size: 1.8em;
	line-height: 1em;
	letter-spacing: 0.0em;
	font-weight: bold;
	color: #5f451a;
	background: url(../images/h3.png) center center  no-repeat;
	background-size: 100% auto;
}
#profile .new {
	position: absolute;
	left: 20px;
	top: 24px;
	width: 48px;
	height: 48px;
	display: block;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/new.png);
}
/* ルーム非表示 
	display: inline-block;*/
span.thumbroom {
	display: none;
	margin: 0 4px 0 0;
	padding: 2px 8px 3px;
	font-size: 92%;
	line-height: 1em;
	color: #fff;
	border-radius: 2px;
}
span.rooma {background-color: #b80009;}
span.roomb {background-color: #de7d00;}
span.roomc {background-color: #ff0078;}
span.roomd {background-color: #fff;}

.thumbicon {
	position: absolute;
	right: 6px;
	top: 2px;
	display: block;
	width: 2.6em;
	height: 2.6em;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 6;
}
.icona {background-image: url(../images/icona.png);}
.iconb {background-image: url(../images/iconb.png);}
.iconc {background-image: url(../images/iconc.png);}
.icond {background-image: url(../images/icond.png);}
.icone {background-image: url(../images/icong.png);}
.iconf {background-image: url(../images/iconf.png);}


/*CELL
 * --------------------------------------- */
.cell {
	width: 100%;
	margin: 0 auto 6px;
}
.cell .cset {
	margin: 0 auto 6px;
	background: url(../images/bg2.html) top center repeat #fff;
	overflow: hidden;
}
.cell .cset div {
	float: left;
	padding: 0.4em 0.8em 0.4em;
	line-height: 1.2em;
}
.cell .cset .cleft {
	width: 40%;
	text-align: left;
	background: url(../images/bg3.html) top center repeat #fff;
}
.cell .cset .cright {
	position: relative;
	width: 60%;
	text-align: left;
}

#profile p {
	width: 100%;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 0 8px 0 0;
	text-align: left;
	height: auto;
}
#profile h3 {
	margin: 0 0 10px;
	padding: 0.3em 0 0.3em;
	text-align: center;
	font-weight: bold;
	font-family: serif;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0.02em;
	color: #7f5545;
	background: #fffbd7;
	border: 2px solid #f6cb46;
	-webkit-border-radius: 2em; /*角丸*/
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.diarybtn ,
.columnbtn {
	float: right;
	display: block;
	margin: 1px 2% 0px auto;
	padding: 4px 6px 4px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	background: rgba(236,211,135,0.6);
	border: solid 2px rgba(255,255,255,0.6);
	-webkit-border-radius: 6px; /*角丸*/
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	 transition: 0.4s;
}
a.diarybtn ,
a.columnbtn {
	color: #fff;
	text-decoration: none;
}
a.diarybtn:hover ,
a.columnbtn:hover {
	color: #fff;
	background: rgba(236,211,135,0.8);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	 transition: 0.4s;
}
#diarybox ,
#columnbox {
	width: 92%;
	height: 300px;
	line-height: 1.3em;
	margin: 0 auto 0px;
	padding: 0 8px 0 0;
	text-align: left;
	overflow: auto;
}
#tw {
	margin: 0 auto 8px;
	background-color: #2b2a28;
}
/*■■■■■ 写メ日記 ■■■■■*/
.kiji {
	margin: 0 auto;
	padding: 0;
}
.kiji .date {
	margin: 0;
	padding: 2px 0px 4px;
	font-size: 100%;
}
.kiji .sub {
	display: none;
}
.kiji .title {
	display: block;
	padding: 4px 0;
	font-size: 100%;
}
.kiji .com {
	text-align: left;
	margin: 0;
	padding: 0 4px;
	font-size: 92%;
	line-height: 1.3em;
}
.kiji img {
	max-width: 96%;
	height: auto;
	margin: 0 0 15px;
}

.backbtn {
	z-index: 640;
	position: fixed;
	top:0;
	right:0;
	margin: 0;
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/close.png),-webkit-gradient(linear,from(#f9e0a0),to(#55462c));
	background: url(../images/close.png), -webkit-linear-gradient(#f9e0a0,#55462c);
	background: url(../images/close.png),    -moz-linear-gradient(#f9e0a0,#55462c);
	background: url(../images/close.png),     -ms-linear-gradient(#f9e0a0,#55462c);
	background: url(../images/close.png),      -o-linear-gradient(#f9e0a0,#55462c);
	background: url(../images/close.png),         linear-gradient(#f9e0a0,#55462c);
	background-repeat: no-repeat;
	background-position: 50%;
}

#columnbox {
	width: 100%;
	margin: 0;
	padding: 8px 6px 0 8px;
}
.cothumb {
	width: 100%;
	margin: 0 auto 14px;
	padding: 0 4px 14px 0;
	text-align: left;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	text-align: left;
	line-height: 1.4em;
}
.cothumb a {
	display: block;
	color: #fff;
}
.cothumb a:hover {
	background: rgba(236,211,135,0.6);
}
.cotumbsub {
	display: block;
	font-size: 112%;
	color: #eedea4;
}
.columndate {
	margin: 0 0 12px;
	padding: 0;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	color: #eedea4;
}
.newicon {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0px 8px 1px;
	text-align: center;
	line-height: 1em;
	color: #fff;
	background: #ff4992;
	-webkit-border-radius: 4px; /*角丸*/
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cothumb .newicon {
	margin: 0 4px 0 0;
	padding: 1px 2px 1px;
	font-size: 80%;
}


.button,
input[type="submit"] {
	display: block;
	width: 400px;
	margin: 0 auto 20px;
	padding: 12px 0 10px;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-size: 116%;
	line-height: 1em;
	letter-spacing: 0.4px;
	cursor: pointer;
	color: #ffea95;
	background: #4c453c;
	border: solid 2px #ddc37f;
	-webkit-border-radius: 8px; /*角丸*/
	border-radius: 8px;
	-webkit-transition: .3s;
	 transition: .3s;
}
#header .button ,
#footersp .button {
	display: inline-block;
	width: 120px;
	margin: 0 10px 0 0;
	padding: 5px 0px 2px;
	text-align: center;
	font-size: 84%;
}
#footersp .button {
	width: 160px;
	padding: 4px 0px 3px;
	line-height: 0.8em;
}
.halfbutton {
	width: 280px;
}
input[type="submit"] {
	margin: 28px auto 20px;
}
.button:link,
.button:visited {
	color: #ffea95;
	text-decoration: none;
}
.button:hover,
input[type="submit"]:hover {
	color: #ffea95;
	background: #876d46;
	-webkit-transition: .3s;
	 transition: .3s;
}



/* SP ■■■■■■■■■■■■■■■
 * --------------------------------------- */
@media only screen and (max-width: 800px) {


body#detail {
	font-size: 24px;
	line-height: 1.4em;
	font-family: serif;
	-webkit-text-size-adjust: 100%;
}
#detailbody {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 100px;
}

/*----------------------------------------------------------------
* スライドショー
----------------------------------------------------------------*/
#detailphoto {
	float: none;
	margin: 0 auto 20px;
	padding: 20px 0;
	width: 660px;
	height: 988px;
	overflow: hidden;
}
#detailphoto .photos {
	width: 620px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#detailphoto .photos .flexslider .slides {
	height: 826px;
}
#detailphoto .photos .flexslider .slides img {
	width: 100%;
	height: auto;
}
.flex-control-thumbs {
	width: 100%;
	height: 100px;
	margin: 16px auto 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 100px;
	height: 100px;
	margin: 0 auto 0;
	padding: 0;
	background: rgba(255,255,255,0.0);
	border-style: none;
	overflow: hidden;
}

.flex-control-thumbs img {
	width: auto;
	height: 100px;
	border-style: none;
}
.flex-control-thumbs img:hover {
	border-style: none;
}
.flex-control-thumbs .flex-active {
	background: rgba(255,255,255,0.0);
	overflow: hidden;
}


/*----------------------------------------------------------------
* content
----------------------------------------------------------------*/
#profile {
	float: none;
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}
#profile .new {
	left: 28px;
	top: 24px;
	width: 68px;
	height: 68px;
}
#profile h2 {
	font-size: 36px;
}
#profile h3 {
	font-size: 28px;
}
#profile p {
	height: auto;
	overflow: hidden;
}
.cell {
	margin: 0 auto 20px;
}

.backbtn {
	width: 88px;
	height: 88px;
	top: auto;
	bottom: 0;
	right: 0;
}
#header-logo {
	float: left;
	display: block;
	margin: 0 auto 0 0;
	padding: 14px 0 0 16px;
	text-align: left;
	overflow: hidden;
}
#header-logo img {
	width: 320px;
	height: 46px;
}
}
/* //SP */


/* PC TAB ***********************************/
@media only screen and (min-width: 681px) {
#footersp {
	display: none;
}
}
/* //PC TAB ***********************************/

/* #footersp
 * --------------------------------------- */
/* SP */
@media only screen and (max-width: 680px) {
#footersp {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 110px;
	padding: 8px 0 0;
	text-align: center;
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #ffe595;
	background: #49392c;
	line-height: 0em;
	font-family: serif;
	z-index: 960;
}
#footersp a {
	display: block;
	margin: 10px auto 0;
	padding: 16px 0 24px;
	color: #ffe595;
}
#footersp a#telbtn {
	position: absolute;
	top: 28px;
	left: 0px;
	display: block;
	width: 113px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#footersp a#telbtn img {
	width: auto;
	height: 60px;
}
}
/* //SP */


#menubtn {
	position: fixed;
	width: 80px;
	height: 80px;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
	font-family: serif;
	color: #fff;
	z-index: 990;
}
.navBtn {
	position: relative;
	width: 80px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}
.navBtn .line {
	position: absolute;
	left: 16px;
	width: 48px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-color: #ffe595;
}
.navBtn .line.lineT {
	top: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navBtn .line.lineB {
	top: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

/* PC TAB */
@media only screen and (min-width: 681px) {
#menubtn {
	top: 0px;
	right: 0px;
	display: block;
	width: 86px;
	height: 86px;
	margin: 0;
	padding: 7px 0 0;
	text-align: center;
	text-decoration: none;
background-image: -moz-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
background-image: -webkit-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
background-image: -ms-linear-gradient( top, #9b6c42 0%, #6e4c2f 100%);
	border: solid 3px #e1a874;
	border-radius: 4px;
}
}
/* //PC TAB */


/* SP */
@media only screen and (max-width: 680px) {
#menubtn {
	bottom: 8px;
	right: 24px;
}
}
/* //SP */
