/*
Theme Name: BusinessPress Child
Theme URI: https://businesspress.jp/theme/
Author: BusinessPress Child Theme
Author URI: https://businesspress.jp/
Template: businesspress
Description: BusinessPress ia a simple and beautiful business WordPress theme. You can create a website of corporate, group, freelance and so on.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: businesspress-child
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* content width
* Img
* Font
* 
------------------------------------------------------------ */
.site-content {
	max-width: 950px;
}

/* imgをhover時に拡大 */
.post-thumbnail {
	overflow:hidden;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}
img.size-businesspress-post-thumbnail-medium {
 transition:1s all;
}
img.size-businesspress-post-thumbnail-medium:hover {
  transform:scale(1.2,1.2);
  transition:1s all;
}

/*
------------------------------------------------------------
* Font
------------------------------------------------------------ */
/* vietnamese */
@import url('http://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700&display=swap');
@import url('http://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
/* Base */
body {
	color: #444;
	font-family: "Nunito Sans", "Arial", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	word-wrap: break-word;
}

body:lang(ja) {
	font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

/* header title */
h2.entry-title {
	font-weight: normal;
}

.home-header-overlay {
	background-color: transparent;
	//background: linear-gradient(to left, rgba(255, 182, 183, 0.8) 5%, transparent);
	//background: radial-gradient(transparent,  rgba(255, 182, 183, 0.9) 80%);
}

.home-header-title {
	//text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
	text-shadow:0 0 10px #000;
}

.home-header-text {
	text-shadow:0 0 10px #000;
}

/* header menu */
.menu-item {
	font-size: 1.2rem;
}
.menu-item a:hover {
  font-weight: bold;
  opacity: 0.7;
  cursor:pointer;
}

/* ご予約メニュー　*/
.main-header-content li:last-child{
	background: #5db1f7;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	padding: 0 15px 0 0 ; 
}

.main-navigation li:last-child.current_page_item > a, .main-navigation li:last-child.current-menu-item > a {
	color: #fff;
}

/* ハンバーガーメニューのとき */
.drawer-navigation-content li:last-child{
	background: #5db1f7;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	width: 100px;
	text-align: center;
	margin-top: 10px;
}

.menu li:last-child:hover {
	opacity: 0.7;
}
.menu li:last-child > a:hover {
	color: #fff;
}

/* sub page */
.jumbotron-overlay {
	background-color: transparent;
}
.jumbotron-title{
	text-shadow:0 0 10px #000;
}
/* サブヘッダー */
.subheader {
	color: #fff;
}
/* タイトル装飾 */
h2.frame_title {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fee0e1;
  width: 60%;
  margin: 30px auto 30px auto;
}

h2.frame_title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}

/* タイムテーブル */
.opentime-wrapper {
	margin: 0 auto;
}

.opentime-table {
	width: 100%;
	border-collapse: separate;
	margin: 0;
	border: 1px solid #ffb6b7;
}
.opentime-table th{
	color: #fff;
	background: #ffb6b7;
	border-top: 1px solid #ffb6b6;
}
.opentime-table th:first-child{
	border-left: 1px solid #ffb6b6;
}
.opentime-table th:last-child{
	border-right: 1px solid #ffb6b6;
}
.opentime-table td {
	white-space: nowrap;	
}
/* news */
.news-inner {
	background: #fff;
	border: solid 2px #ffb6b6;
	border-radius: 10px;
	position: relative;
	top: -140px;
	margin: 0 auto;
	margin-bottom: -140px;
}
.news-list {
	width: 80%;
	margin-left: 45px;
	text-decoration: none;
	margin-top: -55px;
	text-decoration: none;
	list-style: none;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ribbon {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  color: #FFF;
  background: #ffb6b6;/*リボンの色*/
  top: -30px;
  right: 20px;
  margin-bottom: -20px;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #ae8181;/*折り返し部分*/
}

.news-list > li:before {
  margin-left: 40px;
  margin-right: 5px;
  font: normal 16px/1 FontAwesome;
  content: "\f138";/*アイコンの種類*/
  color: #444;/*アイコン色*/
}
