@charset "UTF-8";
*{
	margin : 0;
	padding : 0;
	box-sizing: border-box;
	border-collapse: collapse;
	vertical-align:central;
}

/* 初期化
-----------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, table, tr, th, td,
header, hgroup, nav, section, article, aside, footer, figure, figcaption, address, strong, em, div {
	margin: 0;
  padding: 0;
  font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	list-style: none;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
	color: #163259;
}
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}
img {
	border: none;
	width: 100%;
	height: auto;
}
ul {
	list-style-type: none;
}
li{
	list-style-type: none;
	display: inline-block;
}
a,
a:link,
a:visited,
a:hover {
	color: #163259;
	text-decoration: none;
}
a:hover {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity = 60);
}

#frenchtoast li a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity = 100);
}

a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

.pc_disnon {
	display:none;
}

.attention_red {
	color: #e04546 !important;
}

/*--------------------------------------
  clear fix
---------------------------------------*/

.clrfx{
	min-height: 1%;
}
.clrfx:after{
/* for modern browser */
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}
* html .clrfx{/* for IE */
	/*¥*/height: 1%;/* for WinIE */
	display: inline-table;/* for MacIE */
}
body*.clrfx:after{
	content: ".";
}


/*--------------------------------------
  style
---------------------------------------*/
body {
	text-align: center;
	font-size: 1em;
	overflow: auto;
	background: url(../img/bg.png);
}

.wrap {
	width: 1000px;
	margin:0 auto;
	position:relative;
}

#top_header {
	min-height: 500px;
	width: 100%;
}

#pages_top {
	min-height:500px;
	width:100%;
	background-image: url("../img/main2.jpg");
	background-size:cover;
	background-position:center right;
	text-align:center;
	margin-top: 80px;
}

.top_header__ttl {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 170px 0 0;
}

.top_header__logo {
	width: 56%;
	text-align: center;
}

h1#logo {
	width: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 410px) {
	h1#logo {
		margin-bottom: 8px;
	}
}

#top h1#logo img {
	width: auto;
	height: auto;
}

#maincopy {
	font-size: 1.5em;
	color: #163259;
	text-align: center;
}

@media screen and (max-width: 550px) {
	#maincopy {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 410px) {
	#maincopy {
		font-size: 1em;
	}
}

#fix_header {
	z-index:1000;
	width:100%;
	border-bottom: 5px solid #c3c7b8;
	position: fixed;
	left: 0;
	top: 0;
 }

@media screen and (max-width: 999px) {
	#fix_header {
	border-bottom: none;
 	}

	#mainnav_pc {
		display:none;
	}

	#pages_top {
		background-size: cover;
		margin-top: 0px;
	}

	.top_header__logo {
		width: 49%;
		text-align: center;
		margin: 0 0 0 3%;
	}

	h1#logo {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 880px) {
	#pages_top {
		background-size: cover;
		background-position: 880px;
	}

	.top_header__logo {
		width: 48%;
		text-align: center;
		margin: 0 0 0 3%;
	}
}

@media screen and (max-width: 768px) {
	#pages_top {
		background-size: cover;
		background-position: 840px;
	}

	.top_header__logo {
		width: 60%;
	}
}

@media screen and (max-width: 700px) {
	#pages_top {
		background-size: cover;
		background-position: 770px;
	}

	.top_header__logo {
		width: 60%;
	}
}

@media screen and (max-width: 600px) {
	#pages_top {
		background-size: cover;
		background-position: 700px;
	}

	/*.top_header__logo {
		width: 58%;
	}*/
}

@media screen and (max-width: 550px) {
	#pages_top {
		background-size: cover;
		background-position: 700px;
	}

	/*.top_header__logo {
		width: 55%;
	}*/
}

@media screen and (max-width: 480px) {
	#pages_top {
		background-size: cover;
		background-position: 640px;
	}
}

@media screen and (max-width: 430px) {
	#pages_top {
		background-size: cover;
		background-position: 640px;
	}
}

@media screen and (max-width: 375px) {
	#pages_top {
		background-size: cover;
		background-position: 660px;
	}
}

#mainnav_pc {
	padding: 30px 0;
	width: 100%;
	background-color: #163259;
}

#mainnav_pc ul {
	float:left;
}

#sns {
	float:right;
}

.twitter-share-button {
	margin-right: 20px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#mainnav_pc li {
	font-size:0.9375em;
	letter-spacing:1px;padding-right: 70px;
}

#mainnav_pc li:last-child {
	padding-right: 0;
}

#mainnav_pc li a {
	color: #ffffff;
}

.common_h2 {
	font-size: 2.6875em;
	text-align: center;
	color: #163259;
}

@media screen and (max-width: 550px) {
	.common_h2 {
		font-size: 2em;
	}
}

#pages_news {
	background-color: rgba(255,255,255,0.6);
	padding:56px 0 86px 0;
}

#pages_news .common_h2 {
	margin-bottom: 30px;
}

#pages_news li {
	width:29.6%;
	margin-right:5%;
	text-align:left;
	float:left;
}

#pages_news li a:hover {
	opacity:0.6;
  -moz-opacity:0.6;
  filter:alpha(opacity = 60);
	display:block;
}

#pages_news li:last-child {
	margin-right:0;
}

#pages_news li img {
	width:40%;
	height:auto;
	border-radius:131px;
	float:left;
}

#pages_news li h4 {
	float:right;
	width:55%;
	padding-top:5%;
	line-height:1.4;
}

#pages_news li h4 .date {
	display:block;
	padding:0 0 7px 0;
}

@media screen and (max-width: 768px) {
	#pages_news li {
		width:45%;
		margin-right:5%;
		margin-bottom:20px;
		}
}

@media screen and (max-width: 550px) {
	#pages_news li {
		width:100%;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:20px;
	}

	#pages_news li h4 {
		width:65%;
		padding-top:2%;
	}

	#pages_news li img {
		width:30%;
	}
}

#pages_concept {
	background-image: url("../img/bg_concept.png");
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position: right center;
	padding:70px 0 80px;
}

#pages_concept .common_h2 {
	padding-bottom: 50px;
	line-height: 1.35;
}

.pages_concept__detail {
	display: table;
	width: 100%;
}

#pages_concept .left {
	width: 260px;
	float: left;
	padding-top: 75px;
}

@media screen and (max-width: 768px) {
	#pages_concept .left {
		padding-top: 0;
	}
}

#pages_concept .right {
	text-align: left;
	float: right;
	width: 700px;
}

#pages_concept .right h3 {
	line-height: 1.35;
	font-size: 1.35em;
	padding: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	#pages_concept .right h3 {
		text-align: center;
		margin-top: 20px;
	}
}

#pages_concept .right p {
	padding: 0 0 20px 0;
}

#pages_concept .right p span {
	display: block;
}

@media screen and (max-width: 999px) {
	#pages_concept .left {
		width: 25%;
	}

	#pages_concept .right {
		width: 70%;
	}
}

#pages_concept .right p {
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#pages_concept .right p span {
	display: inline;
}
	#pages_concept .left {
		width: 50%;
		float: none;
		text-align: center;
		margin:0 auto 20px auto;
	}

	#pages_concept .right {
		width: 100%;
		float: none;
	}
}


@media screen and (max-width: 999px) {
	.wrap {
		width:90%;
		margin:0 auto;
		position:relative;
	}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 550px) {
}

/*--------------------------------------
  SP用メニューボタン
---------------------------------------*/

.sp_menu_btn_threeline {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 1000;
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 999px) {
	.sp_menu_btn_threeline {
		display: block;
	}
}

.sp_menu_btn_threeline > span {
	height: 3px;
	width: 100%;
	display: block;
	line-height: 0;
	margin-bottom: 6px;
	background: #163259;
}

.sp_menu_btn_threeline > span.btn_Opencase {
	background-color: #ffffff;
}

.sp_menu_btn_threeline > span.rect1 {
	-webkit-transform: rotate(0deg);
  transform: rotate(0deg);
	-webkit-transition-property: margin-bottom,transform;
	transition-property: margin-bottom,transform;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sp_menu_btn_threeline > span.rect1_c {
	-webkit-transform: translate(0,9px) rotate(45deg);
  transform: translate(0, 9px) rotate(45deg);
}

.sp_menu_btn_threeline > span.rect2 {
	-webkit-transition-property: opacity,transform;
	transition-property: opacity,transform;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sp_menu_btn_threeline > span.rect2_c {
	opacity: 0;
	-webkit-transform: translate(0);
  transform: translate(0);
}

.sp_menu_btn_threeline > span.rect3 {
	-webkit-transform: rotate(0deg);
  transform: rotate(0deg);
	-webkit-transition-property: margin-bottom,transform;
	transition-property: margin-bottom,transform;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sp_menu_btn_threeline > span.rect3_c {
	-webkit-transform:t ranslate(0,-9px) rotate(-45deg);
  transform: translate(0, -9px) rotate(-45deg);
}

#mainnav_sp {
	width: 100%;
	position: fixed;
	text-align: center;
	background: #163259;
	padding: 20px 0;
}

#mainnav_sp li {
	display: block;
	color: #ffffff;
}

#mainnav_sp li a {
	padding: 20px 0;
	display: block;
	color: #ffffff;
	font-size: 1.7em;
}

#pages_frenchtoast {
	text-align: center;
	position: relative;
}

#pages_frenchtoast .common_h2 {
	font-size: 2.6875em;
	padding: 80px 0 40px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	#pages_frenchtoast .common_h2 {
		font-size: 2em;
	}
}

@media screen and (max-width: 1249px) {
}

@media screen and (max-width: 1000px) {
}

#pages_frenchtoast p {
	line-height: 2;
	padding: 0 8% 0 8%;
	position: relative;
	z-index: 2;
}

#pages_frenchtoast #frenchtoast p {
	line-height: 1.35;
}

#pages_frenchtoast p.french_attention {
	color: #777;
	font-size: 0.75em;
	line-height: 2;
	margin: 10px 0 40px;
}

@media screen and (max-width: 768px) {
	#pages_frenchtoast p.french_attention {
		color: #333;
		margin: 0;
		padding: 3% 8%;
		text-align: left;
	}
}

.wrap_frenchtoast {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#frenchtoast {
	display: table;
}

#frenchtoast li {
	float: left;
	width: 50%;
	line-height: 0;
	background-color: #fff;
	display: table-cell;
}

#frenchtoast li .clrfx, #frenchtoast li .block2 {
	display: table;
}

#frenchtoast li .left1, #frenchtoast li .right2 {
	margin: 10px;
	position: relative;
	z-index: 100;
	display: table-cell;
  vertical-align: middle;
	width: 50%;
	line-height: 0;
	overflow: hidden;
}

#frenchtoast li .left1::before, #frenchtoast li .right2::before {
	content: "";
	position: absolute ;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid #1f487f;
	margin: 3px;
	display: table-cell;
	z-index: -1;
}

#frenchtoast li .left1::after, #frenchtoast li .right2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #1f487f;
	margin: 8px;
	display: table-cell;
	z-index: 200;
}

#frenchtoast li .right1, #frenchtoast li .left2 {
	float: left;
	line-height: 0;
	overflow: hidden;
}

#frenchtoast li h3 {
	color: #163259;
	font-size: 1.5em;
	margin: 0 0 35px;
}

#frenchtoast li h4 {
	color: #163259;
	font-size: 0.5em;
	margin-bottom: 35px;
	line-height: 1.4;
}

#frenchtoast li img {
	line-height: 0;
}

#frenchtoast li img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#frenchtoast li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#pages_frenchtoast .tani {
	color: #163259;
	font-size: 83.33%;
	line-height: 1.8;
}

.ftdetail {
	display: none;
	overflow: hidden;
}

.ftdetail img {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.ftdetail p {
	color: #ffffff;
	padding: 40px 0 0 0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.ftdetail p {
		text-align: justify;
	}
}

.tani {
	line-height: 1.6;
	color: #163259;
}

@media screen and (max-width: 1249px) {
	.wrap_frenchtoast {
		width: 100%;
		overflow: hidden;
	}
	#frenchtoast li h3 {
		padding: 0px 8px 20px 8px;
		margin: 0;
	}

}

@media screen and (max-width: 1000px) {
	#frenchtoast li h3 {
		font-size: 1.5em;
		padding: 0px 8px 20px 8px;
	}
}

@media screen and (max-width: 768px) {
	#frenchtoast li {
		width: 100%;
	}

	#frenchtoast li h3 {
		font-size: 1.5em;
	}

	#ft_intro {
		text-align: left;
		margin: 0 auto;
	}

	##frenchtoast .left {
		float: right !important;
	}

	.right {
		float: left !important;
	}
}

@media screen and (max-width: 550px) {
	#frenchtoast li h3 {
		font-size: 1.25em;
		word-wrap: break-word;
		padding: 30px 8px 10px 8px;
	}
	#frenchtoast li h4 {
		margin-bottom: 10px;
		padding: 0 20px;
		line-height: 1.4;
	}
}

.other_menu_nav {
	border-top: 1px dotted #163259;
	border-bottom: 1px dotted #163259;
	padding:15px 0;
	margin-top: 80px;
}

.other_menu_nav li {
	color: #163259;
	margin:0 40px;
	padding: 0 5px;
	cursor: pointer;
	font-size:1.2em;
	display: inline-block;
}

.other_menu_nav li.active {
	color: #163259;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.other_menu_nav li {
		width: 33%;
		text-align: center;
		padding: 10px 0;
	}
}

.detail_area {
	margin: 40px auto 100px auto;
}

.other_menu_nav li.active {
	background: linear-gradient(transparent 50%, #a9ac9f 100%);
}

@media screen and (max-width: 768px) {
	.other_menu_nav li.active {
		background: linear-gradient(transparent 70%, #d3d7c7 70%);
	}
}

.other_menu__name {
	font-size: 0.75em;
	line-height: 1.5;
	text-align: center;
	margin-top: 12px;
}

#shokuji li, #kids li, #desert li, #drink li {
	width: 23%;
	float: left;
	margin-right: 2.6%;
	margin-bottom: 20px;
}

#drink li:nth-child(4n), #shokuji li:nth-child(4n), #desert li:nth-child(4n), #drink .drink__img li:nth-child(4n) {
	margin-right: 0px;
}

#drink h6 {
	color: #163259;
	text-align: center;
	padding: 0 0 10px;
	font-size: 1.2em;
}

#drink ul {
	padding: 0 0 20px 0;
	margin: 0 auto;
}

#drink li {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	color: #163259;
}

#drink ul.drink__other {
	text-align: center;
	margin: 0 auto;
  display: inline-block;
}

#drink ul.drink__other:last-child {
	padding-bottom: 0;
}

#drink .drink__other li {
	font-size: 0.9em;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
}

#drink .drink__other li:after {
	content: ", ";
}

#drink .drink__other li:last-child:after {
	content: "";
}

@media screen and (max-width: 768px) {
	#shokuji li,#kids li,#desert li,#drink li {
	width:47%;
	margin-right:6%;
	margin-bottom:20px;
	}
	#drink li:nth-child(2n), #shokuji li:nth-child(2n), #desert li:nth-child(2n), #drink .drink__img li:nth-child(2n) {
	margin-right: 0px;
}

}

#desert li:last-child {
	margin-right:0px;
}

.detail {
	display:none;
	position:relative;
}

.select {
	display:block;
}

.detail_area {
	position:relative;
}

#pages_access {
	background-color: rgba(255,255,255,0.6);
	padding: 0 0 100px 0;
}

#pages_access .common_h2 {
	padding: 80px 0 35px;
}

@media screen and (max-width: 768px) {
	#pages_access .common_h2 {
		font-size: 2em;
	}
}

#pages_access .pages_access__detail {
	width: 45%;
	margin-right: 5%;
	float: left;
}

#pages_access .pages_access__detail2 {
	width: 48%;
	margin-right: 2.5%;
	float: left;
}

#pages_access .pages_access__detail.last_ad {
	margin-right: 0;
}

#pages_access .pages_access__detail2.last_ad {
	margin-right: 0;
}

.pages_access__img {
	width: 100%;
}

#pages_access h3 {
	padding:20px 0 20px;
	font-size: 1.2em;
}


#pages_access h4 {
	padding: 0 0 20px 0;

}

#btn_contact a {
	width: 100%;
	display:inline-block;
	margin:40px auto;
	padding:10px;
	border:solid 1px #1f487f;
	color:#163259;
}

#pages_access p {
	font-size: 0.85em;
	 line-height: 2.33;
	 position: relative;
	 z-index: 2;
}

@media screen and (max-width: 768px) {
	#pages_access h3  {
		padding: 20px 0 12px 0;
	}
	#pages_access .pages_access__detail , #pages_access .pages_access__detail2 {
		width: 100%;
		margin-right: 0%;
		float: none;
	}
	#pages_access .pages_access__detail.last_ad {
		padding: 85px 0 0 0;
	}
	#pages_access .pages_access__detail.last_ad #btn_contact {
		display: none;
	}
}

/*--------------------------------------
 google map
---------------------------------------*/

.ggmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    padding-top: 10px;
    position: relative;
}

.ggmap iframe, .ggmapr object, .ggmap embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

iframe {
    max-width: 100%;
}

#map , #map2 , #map3 {
	width:100%;
	height:330px;
}


@media screen and (max-width: 599px) {
	#map , #map2 , #map3 {
		height:300px;
	}
}

footer {
	background-color: #163259;
	color:#fff;
	padding:45px 0;
	font-size: 0.75em;
	text-align: center;
	position: relative;
}

footer .wrap {
	color: #ffffff;
}

.chayalogo {
	position: absolute;
	right: 0;
	top:3px;
	width: 120px;
	
}

@media screen and (max-width: 768px) {
	.chayalogo {
		position: relative;
		right: auto;
		top:auto;
		width: 120px;
		text-align: center;
		margin: 18px auto 0 auto;
	}
}


/*

NEWS

*/
.news h1#logo {
	width:160px;
	margin:0 auto;
	padding:100px 0 30px 0;
}

@media screen and (max-width: 999px) {
	.news h1#logo {
		padding:50px 0 30px 0;
	}
}

.news h1#logo span {
	display:block;
	color:#ffffff;
	font-size:3em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
	padding:20px 0 20px 0;
}

.pnavi {
	padding:0 0 35px 0;
}

.news .meta {
	padding:10px 0 20px 0;
}

#news_contents {
	text-align:left;
	margin:0 auto;
	padding:50px 0 80px;
}

#news_contents .left {
	width:62%;
	float:left;
}

#news_contents h2 {
	font-size:2em;
	line-height:1.4;
}

#news_contents h3 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
	line-height:1.4;
	padding:10px 0 15px 0;
	font-size:1.3em;
}

#news_contents .date {
	text-align:right;
	padding:10px 0;
	color:#999999;
}

#news_contents .right .date {
	display:block;
	text-align:left;
}

#news_contents p {
	line-height:2;
	padding:0 0 30px 0;
}

#news_contents .right{
	width:30%;
	float:right;
}

#news_contents .right ul {
	padding:0 0 30px 0;
}

@media screen and (max-width: 767px) {
	#news_contents .left {
		width:100%;
		float:none;
	}
	#news_contents .right{
		border-top:solid 1px #999999;
		padding:20px 0 20px 0;
		width:100%;
		float:none;
	}
}

#news_contents .right h2 {
	font-size:1.4em;
	padding:0 0 20px 0;
}

#news_contents .right ul {
	padding:0 0 40px 0;
}

#news_contents .right ul li {
	line-height:1.4;
	padding:0 0 10px;
	display:block;
}

#news_contents .content_body {
	border-bottom:solid 1px #E1E1E1;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

a.more-link {
	line-height:1.3;
	border-bottom:solid 1px #163259;
	color:#163259;
	margin:0 0 0 auto;
	font-size:0.9em;
	display:inline-block;
	text-align:right;
}

.page-header .category-title {
	padding:20px 0 40px 0;
	color:#163259;
	font-size:1.3em;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.bxslider div {
	width: 100%;
}
	

.bxslider img {
	width: 100%;
	height: 100%;
	display: block;
}

.slide_wrap {
	max-width: 700px;
	margin: 0 auto;
}

a.menulink {
	color: #e04546;
	border:solid 1px #e04546;
	display: block;
	padding: 8px 0;
	line-height: 1;
	margin: 0 0 10px 0;
}

#pages_access .subtext {
	line-height: 1.5;
	padding: 0 0 12px 0;
	text-align: left;
	font-size: 0.7em;
}