@charset "utf-8";
/* -----------------------------------------------
Theme Name: ANY B&B + COFFEE | JAPAN
Theme URI: http://www.ANY B&B + COFFEE | JAPAN.com
Description: made by Yutaro
Author URI: http://www.ANY B&B + COFFEE | JAPAN.com
Author:Yutaro Mitsuyoshi
CSS Document
FileName:style.css
----------------------------------------------- */

/* -----------------------------------------------
global
------------------------------------------------ */
body {
	background: #fff;
	font-family:  "Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #3c3c3c;
	font-size: 1.718vw;
}

.text_center { text-align: center; }

.text_bold { font-weight: bold; }

.text_red { color: #F00; font-weight: bold; }

.fontstyle  { font-family: 'Libre Baskerville','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

.small70 { font-size: 1.5vw; }

.float { float:left; }

a {
	color: #2B2B2B;
	text-decoration: underline;
	transition: 1.0s ;
}
a:hover {
	color: #70C8DD;
	text-decoration: underline;
}

a img:hover {
  filter: alpha(opacity=70);	
  -khtml-opacity:0.7;/* khtml, old safari */
  -moz-opacity:0.7;/* mozilla, netscape */
  opacity: 0.7;
}

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

.clearfix { min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { clear: both; }

.line {
    border-bottom: 2px solid #f089a3;
    font-size: 1.8em;
}

/**********アニメーション設定**********/
/*右から左*/
@keyframes RightToLeft {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}

/*上から下*/
@keyframes SlideDown {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(-50px);/* Y軸方向に-50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

/*下から上*/
@keyframes SlideUp {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}
/**********アニメーション設定end**********/
#contents {
	width: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	right:0;
	left: 0;
	z-index: 1000;
	margin-bottom: 0;	
	overflow: hidden;
	background: #70C8DD;
	border-bottom: 2px solid #707272;
}

#logo {
	float: left;
    margin: 10px 0 0 10px;
    overflow: hidden;
}

#headtitle {
	color: #FFF;
	font-size: 0.7vw;
	float: right;
    position: relative;
    left: -14px;
    top: 8px;
text-align: right;
line-height: 1.3em;
}

#headtitle a {
	color: #FFF;
	text-decoration: none;
	}

#header nav { 
position: relative;
left: 9vw;
top: -70px;
overflow: hidden;
width: 88%;
}

ul#navleft {
	float:left;
}
#navleft li {
font-size: 1vw;
float: left;
width: 2em;
padding: 16px 32px;
border: solid 3px #fff;
margin: 0.8vw 1vw 0;
position: relative;
transition: 1.0s;
}

#navleft li a {
	color: #FFF;
	text-decoration: none;
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
 transition: 1.0s ;
}

#navleft li:hover {
border: solid 4px #707272;
}
#navleft li a:hover {
color: #707272;
}

#navright {
	float: right;
	margin: 1.2vw -1vw 0 0;
}

#navright li {
	float: left;
margin: 0 0 0 1.3em;
width: 4.2vw;
}

#navright li.marginadj {
	margin: 0.3vw 0 0;
}
#one {
	padding-top: 100px;
	overflow: hidden;
	position: relative;
}

#one .m_photo {
animation-name: SlideDown;
animation-duration: 2s;
width: 100%;
}

.s_photo {
width: 60%;
margin: 0 auto;
}

#one h2 {
	font-size: 1.8vw;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	position: absolute;
	top: 290px;
	left: 80px;
color: #fff;
}


#one h3 {
width: 72vw;
    margin: 2vw auto 0px;
    font-size: 2vw;
    line-height: 1.6em;
    letter-spacing: 0.3em;
}

#one p {
width: 72vw;
    margin: 2vw auto 0px;
    font-size: 1.6vw;
    line-height: 1.6em;
    letter-spacing: 0.3em;
}

#nav_menu {
position: relative;
overflow: hidden;
}
#nav_menu h3 {
	font-size: 1.6vw;
}
#nav_menu ul {
width: 76.1vw;
overflow: hidden;
margin: 0 auto;
}
#nav_menu ul li {
float: left;
width: 14.5vw;
height: 6vw;
margin: 6vw auto;
position: relative;
}
#nav_menu ul li a {
	text-decoration: underline;
	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	display: -webkit-flex;
	display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

#nav_menu ul li a:hover {
	color: #70C8DD;
  filter: alpha(opacity=60);	
  -khtml-opacity:0.6;/* khtml, old safari */
  -moz-opacity:0.6;/* mozilla, netscape */
  opacity: 0.6;
}

#two {
position: relative;
overflow: hidden;
    background-image: url("../images/p_002.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#two h2 {
font-size: 4.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 40px auto;
text-align: center;
color: #000;
}

#two p {
font-size: 1.6vw;
line-height: 1.6em;
padding: 40px 40px 40px 40px;
letter-spacing: 0.3em;
background: rgba(255,255,255,0.8);
width: 960px;
margin: 0 auto 60px;
}

/*古都から紡ぐ物語*/

.kototitle3 {
font-size: 3.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 40px auto;
text-align: center;
color: #000;
}

.kototitle4 {
font-size: 3.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 40px auto;
text-align: center;
color: #000;
max-width: 23em;
}

/*three contents bigin*/
#three {
    position: relative;
    overflow: hidden;
}

.movie {
width: 80%;
min-height: 500px;
background: #fff;
margin: 40px auto 0;
}

.movie_text {
width: 76.1vw;
margin: 40px auto 40px;
line-height: 1.4em;
}

#three h2 {
font-size: 4.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 40px auto;
text-align: center;
}

#three ul {
width: 76.1vw;
overflow: hidden;
margin: 0 auto;
}

#three ul h3 {
	font-size: 1.6vw;
	width: 100%;
    min-height: 48px;
	padding: 8px 0 0;
	line-height: 1.2em;
}

#three ul li {
float:left;
padding: 0 1vw 8vw;
    width: 23vw;
}

#three ul li img {
box-sizing: border-box;
}

#three ul li p {
    font-size: 1.6vw;
    line-height: 1.7em;
}
#three p.links {
width: 12em;
height: 2em;
background: #fff;
border: 4px solid #70C8DD;
margin: 2vw auto;
}
#three p.links a {   
color: #70C8DD;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#three p.links a:hover {
	color: #707272;
}

p.links {
width: 12em;
height: 2em;
background: #fff;
border: 4px solid #70C8DD;
margin: 0 auto 3vw;
}
p.links a {   
color: #70C8DD;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
p.links a:hover {
	color: #707272;
}

/*three contents finish*/

/*four contents bigin*/
#four {
    position: relative;
    overflow: hidden;
}
#four h2{
font-size: 4.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 8vw auto 3vw;
text-align: center;
}
#four h3 {
margin: 3vw auto 0.3vw;
font-size: 3.2vw;
}
#four h4 {
	font-size: 3.2vw;
    padding: 1em 0 0.4em;
    width: 95%;
margin: 0 auto 1em;
border-bottom: 2px solid #707272;
}
.photoleft {
    background-image: url("../images/p_021.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 32em;
    float: left;
}
ul#serviceone {
width: 50%;
position: relative;
overflow: scroll;
min-height: 54.7vw;
max-height: 54.7vw;
margin: 0 auto;
}
ul#serviceone li {
	float: left;
	width: 100%;
}
ul#serviceone li h3 {
width: 90%;
margin: 2vw auto 0.3vw;
font-size: 1.8vw;
}

ul#serviceone li p {
width: 90%;
margin: 0 auto;
font-size: 1.6vw;
line-height: 1.4em;
}

ul#servicetwo {
	width: 48%;
	position: relative;
    overflow: scroll;
	float: left;
min-height: 54.7vw;
max-height: 54.7vw;
margin: 0 auto;
}

ul#servicetwo li {
	width: 100%;
}

ul#servicetwo li h5 {
width: 90%;
margin: 1.3vw auto 0.3vw;
font-size: 1.6vw;
}

ul#servicetwo li p {
width: 90%;
margin: 0 auto;
font-size: 1.6vw;
line-height: 1.4em;
}
.photoright {
    background-image: url("../images/p_022.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 32em;
overflow: hidden;
}


#lightboxhotel ul {
	width: 90%;
overflow: hidden;
margin: 0 auto;
}
	
#lightboxhotel ul li {
	width: 21vw;
    height: 14vw;
    padding: 0 0.3vw 0.3vw;
    float: left;
	}
	
#lightboxhotel ul li a {
	display: block;
	}
	
#lightboxhotel ul li img {
    width: 100%;
		}
	
.acttext {
    width: 53.1vw;
    margin: 40px auto 40px;
    line-height: 1.4em;
	}

ul#membercard {
	width: 90%;
overflow: hidden;
margin: 0 auto;
}
ul#membercard li {
float:left;
padding: 2vw 2vw;
width: 41vw;
min-height: 380px;
}

h3#memberh3 {
width: 100%;
margin: 8vw auto 4.2vw;
font-size: 3.2vw;
text-align: center;
}


ul#membercard li h4 {
font-size: 1.6vw;
width: 100%;
}
ul#membercard li p {
	width: 100%;
	font-size: 1.6vw;
    line-height: 1.7em;
}

#map {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.mapleft {
	float: left;
width: 47%;
}
.mapright {
	float: right;
width: 50%;
margin: 0 auto;
}
.mapright p {
line-height: 1.4em;
}

p.booknow {
	    width: 12vw;
    hieght: 2vw;
    border: 0.4vw #70C8DD solid;
    margin: 4vw auto;
    padding: 2vw 7vw;
	}
p.booknow a {
	color: #70C8DD;
	text-decoration: none;
	display: block;
 	width: 100%;
 	height: 100%;
 	display: -webkit-flex;
	display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
 }
 
p.booknow a:hover {
color: #707272;
}

p.booking {
width: 5.5em;
height: 5.5em;
font-size: 2vw;
background: #70C8DD;
border-radius: 50%;
margin: 1.3em auto;
}
p.booking a {
	color: #fff;
	text-decoration: none;
	display: block;
 	width: 100%;
 	height: 100%;
 	display: -webkit-flex;
	display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
p.booking a:hover {
color: #707272;
}
/*four contents finish*/
/*five contents begin*/
#five {
position: relative;
overflow: hidden;
}
#five h2 {
font-size: 4.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 10vw auto 2vw;
text-align: center;
}
#five p {
text-align: center;
margin: 0 auto 2vw;
width: 50%;
line-height: 1.3em;	
}

#five p.cafemenu {
width: 12em;
height: 2em;
background: #fff;
border: 4px solid #70C8DD;
}
#five p.cafemenu a {   
color: #70C8DD;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#five p.cafemenu a:hover {
	color: #707272;
}
#fiveback {
	background-image: url("../images/p_004.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	overflow: hidden;
}
#five ul {   
	width: 66%;
    padding: 1em;
    background: rgba(255,255,255,0.7);
    margin: 1.4em;
    overflow: scroll;
}
#five ul li { 
letter-spacing: 0.1em;  
}
#five ul li h3 {   
font-size: 2vw;
margin: 0 0 0.8vw;
}
#five ul li p {  
text-align: left;
width: 100%;
margin: 0.2em 0 1em; 
}
/*five contents finish*/
/*Six contents begin*/
#six {
position: relative;
overflow: hidden;
	background-image: url("../images/anylogowebback.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 72vw;
}
.backopacity {
  min-height: 72vw;
  background: rgba(255,255,255,0.7);
  overflow: hidden;
 }
#six h2 {
font-size: 3.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 3vw auto 3vw;
text-align: center;
}
#six p {
margin: 0 auto 60px;
width: 80%;
line-height: 1.4em;
}
#six ul {
	width: 91%;
overflow: hidden;
margin: 0 auto;
}
#six ul li {
float: left;
padding: 0 1vw;
width: 30%;
min-height: 20vw;
}
#six ul li h3 {
font-size: 1.6vw;
width: 100%;
border-bottom: 1px solid black;
}
#six ul li h3 a {
	text-decoration: none;
}
#six ul li h4 {
	font-size: 1.4vw;
	width: 100%;
	padding: 1vw 0 0.1vw;
	min-height: 1.7em;
}
#six ul li p {
	width: 100%;
	font-size: 1.6vw;
    line-height: 1.5em;
}
/*Six contents finish*/



/*Lend Time by yutaro*/
#yutaroback {
	background-image: url("../images/yutarolt_06.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 4vw;
}

.eighttext  {
    width: 76.1vw;
    margin: 0 auto 2vw;
    font-size: 1.6vw;
    line-height: 1.7em;
		}

ul#btmnav {
	width: 77vw;
    overflow: hidden;
    margin: 0 auto;
	}
	
ul#btmnav li {
	float: left;
    padding: 0 1vw 8vw;
    width: 17vw;
	}
	
.totop {
background: #70C8DD;
    position: fixed;
    bottom: 0.3em;
    right: 0.3em;
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;
  filter: alpha(opacity=60);	
  -khtml-opacity:0.6;/* khtml, old safari */
  -moz-opacity:0.6;/* mozilla, netscape */
  opacity: 0.6;
z-index: 9999;
}
.totop a {
color: #fff;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}

footer {
	width: 100%;
	height: 2em;
	background: #70C8DD;
	position: relative;
}
footer .copy {
	color: #666;
	text-align: center;
	font-size: 80%;
	padding: 15px 0 0;
}



