@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:style499.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: 3.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: 120px;
    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: 11vw 0px -36px 11vw;
    overflow: hidden;
    zoom: 64%;
}

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

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

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

ul#navleft {
	float:left;
}
#navleft li {
        font-size: 3.2vw;
    float: left;
    width: 1em;
    padding: 3vw 6vw;
    border: solid 2px #fff;
    margin: 2vw 1.5vw 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 {
	overflow: hidden;
	margin: 1.2vw 3.4vw 0 0;
}

#navright li {
float: left;
    margin: 0 0 0 1.8em;
    width: 10vw;
    zoom: 100%;
}

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

#one .m_photo {
width: 100%;
}

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

#one h3 {
width: 94%;
    margin: 4vw auto 4px;
    font-size: 3.7vw;
    line-height: 1.5em;
    letter-spacing: 0.2em;
}

#one p {
width: 94%;
    margin: 4vw auto 4px;
    font-size: 3.7vw;
    line-height: 1.5em;
    letter-spacing: 0.2em;
}


#nav_menu {
position: relative;
overflow: hidden;
}
#nav_menu h3 {
	font-size: 4.6vw;
	color: #70C8DD;
}
#nav_menu ul {
width: 100%;
overflow: hidden;
margin: 0 auto;
}
#nav_menu ul li {
border: 2px solid #70C8DD;
width: 90%;
height: 11vw;
margin: 3vw auto;
position: relative;
}
#nav_menu ul li a {
	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; /* 横方向中央揃え */
}

#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: 9.2vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 40px auto;
text-align: center;
color: #000;
}

#two p {
    font-size: 4.6vw;
    line-height: 1.4em;
    padding: 5vw 5vw;
    letter-spacing: 0.1em;
    background: rgba(255,255,255,0.8);
    width: 80%;
    margin: 0 auto 6vw;

}

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

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

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

.movie {
width: 100%;
background: #fff;
margin: 3vw auto 6vw;
}

.movie video {
}

.movie_text {
width: 90%;
    margin: 5vw auto 8vw;
    line-height: 7.6vw;
    font-size: 4.6vw;
}

#three h2 {
    font-size: 9.2vw;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    margin: 8vw auto 0;
    text-align: center;
}

#three ul {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

#three ul h3 {
	font-size: 5.6vw;
    width: 100%;
    /* min-height: 48px; */
    padding: 3vw 0 2vw;
    line-height: 1.2em;
}

#three ul li {
    /* float: left; */
    /* padding: 0 0vw; */
    width: 90%;
    /* min-height: 480px; */
    margin: 0 auto;
}

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

#three ul li p {
    font-size: 4.6vw;
    line-height: 1.5em;
    margin: 0 0 8vw 0;    
}
#three p.links {
    width: 10em;
    height: 2em;
    background: #fff;
    border: 4px solid #70C8DD;
    margin: 0px auto 8vw;
    font-size: 6.2vw;
}
#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: 9.6vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 8vw auto 3vw;
text-align: center;
}

#four h4 {
	font-size: 8vw;
    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: 100%;
    height: 48em;
}
ul#serviceone {
    width: 94%;
    position: relative;
    overflow: scroll;
    margin: 3vw auto;
}
ul#serviceone li {
	width: 100%;
}
ul#serviceone li h3 {
width: 90%;
margin: 20px auto;
font-size: 5.2vw;
}

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

ul#servicetwo {
    width: 94%;
    position: relative;
    overflow: scroll;
    margin: 0 auto 6vw;
}

ul#servicetwo li {
	width: 100%;
}

ul#servicetwo li h5 {
    width: 90%;
    margin: 5vw auto 3vw;
    font-size: 5.2vw;}

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

#lightboxhotel ul {
	width: 90%;
overflow: hidden;
margin: 4vw 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: 86vw;
    margin: 40px auto 40px;
    line-height: 1.4em;
	font-size: 4vw;
	}

ul#membercard {
	width: 90%;
overflow: hidden;
margin: 0 auto;
}
ul#membercard li {
    padding: 4vw 4vw;
    width: 90%;
}

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

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

#map {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.mapleft {
width: 100%;
}
.mapright {
width: 100%;
margin: 0 auto;
}
.mapright p {
line-height: 1.4em;
    font-size: 4.6vw;
}

p.booknow {
	    width: 10em;
    hieght: 2em;
    border: 0.4vw #70C8DD solid;
    margin: 8vw auto 8vw;
    padding: 4vw 0vw;
    font-size: 6.2vw;
	}
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: 7.3vw;
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: 12vw;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 10vw auto 2vw;
text-align: center;
}
#five p {
    text-align: center;
    margin: 0 auto 7vw;
    width: 70%;
    line-height: 1.4em;
    font-size: 4.6vw;
}

#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: 80%;
    padding: 2em;
    background: rgba(255,255,255,0.8);
    margin: 2em auto;
    overflow: scroll;
}
#five ul li { 
letter-spacing: 0.2em;  
}
#five ul li h3 {   
font-size: 5vw;
}
#five ul li p {  
    text-align: left;
    width: 100%;
    margin: 0.4em 0 1.6em;
    font-size: 4.6vw;
}
/*five contents finish*/
/*Six contents begin*/
#six {
position: relative;
overflow: hidden;
	background-image: url("../images/anylogowebback.jpg");
    background-size: contain;
    background-repeat: no-repeat;
	min-height: 72vw;
}

.backopacity {
	min-height: 72vw;
  background: rgba(255,255,255,0.7);
  overflow: hidden;
 }
#six h2 {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin: 60px auto 20px;
    text-align: center;
}
#six p {
    margin: 0 auto 60px;
    width: 80%;
    line-height: 1.4em;
    font-size: 4.6vw;
}
#six ul {
	width: 100%;
overflow: hidden;
margin: 0 auto;
}
#six ul li {
    /* float: left; */
    padding: 0 5vw;
    width: 90vw;
    min-height: 33vw;
}
#six ul li h3 {
    font-size: 6vw;
    width: 100%;
    border-bottom: 1px solid black;
}
#six ul li h3 a {
	text-decoration: none;
}
#six ul li h4 {
	font-size: 5.2vw;
    width: 100%;
    padding: 15px 0 12px;
    min-height: 0em;
}
#six ul li p {
	 width: 100%;
    font-size: 4.6vw;
    line-height: 1.7em;
}
/*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: 80vw;
    margin: 0 auto 2vw;
    font-size: 3.3vw;
    line-height: 1.5em;
		}

ul#btmnav {
	width: 77vw;
    overflow: hidden;
    margin: 0 auto;
	}
	
ul#btmnav li {
    padding: 0 1vw 6vw;
}
	
.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: 3em;
	background: #70C8DD;
	position: relative;
}
footer .copy {
	color: #666;
	text-align: center;
	font-size: 80%;
	padding: 9px 0 0;
}



