/*
	Theme Name: SPEAKEASY SALOON
	Author: Yudai Hayakawa
	Author URI: http://yudaihayakawa.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	
}
body {
	    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #707070;
	    background: #EBE5D8;
	letter-spacing: 1px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1500px;
	width:100%;
	margin:0 auto;
	position:relative;
	    padding: 3%;
}
main {
    max-width: 900px;
    margin: 0 auto;
	min-height:90vh;
	font-family: adobe-garamond-pro,'游ゴシック', 'Yu Gothic', YuGothic, sans-serif, serif;
    font-style: normal;
    font-weight: 400;
	line-height: 30px;
	overflow:hidden;
	font-size:14px;
}
/* header */
.header {

}
/* logo */

.logo {
    background: url(https://speakeasysaloon.jp/wp-content/uploads/2019/06/logo_b@4x.png);
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
	float:left;
}

.logo-img {

}

.tel_img {
    background: url(https://speakeasysaloon.jp/wp-content/uploads/2019/06/tel_b@4x.png);
    width: 17px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
a.tel_number.spimg {
    position: absolute;
   top: 1.1%;
    left: 8%;
}
/* nav */
.nav {
    float: right;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #707070;
	width: 80%;
}
.nav li {
    list-style: none;
	float: left;
    margin-left: 1.5vw;
}
nav ul {
  font-size: 12px;
    display: inline-block;
    overflow: hidden;
    float: right;
    padding: unset;
   
}
nav a {
    color: #707070;
    text-decoration: none;
}
p.tel_number {
    text-align: right;
	font-size:12px;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
footer a {
    color: #707070;
    text-decoration: none;
}
.footer_wrap {
    width: 80%;
    margin: 0 auto;
  padding-bottom:1%;
    padding-top: 60px;
    text-align: center;
	font-size: 12px;
}
.fotter_logo {
    background: url(https://speakeasysaloon.jp/wp-content/uploads/2019/06/logo_b@4x.png);
    width: 86px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.footer_info {
    margin-top: 30px;
}
p.copyright {
    text-align: center;
	font-size:10px;
}
.copyright span{
font-size: 16px;
    vertical-align: sub;
}

span.f_name {
    font-size: 14px;
	display:block;
}
.footer_sns {
    font-size: 14px;
	    margin: 20px 0;
}
a.f_facebook {
    margin-right: 30px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
h1{
	display:none;
}
.spimg{
display:none !important;}

.c_topimg {
    margin: 100px 0;
}
.c_title {
    font-size: 22px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #707070;
    display: inline-block;
}
/**
.c_title::before {
    content: " ";
    background: url(https://speakeasysaloon.jp/wp-content/uploads/2019/06/hand@4x.png);
    width: 60px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto 5px;
}
**/
span.line {
    margin: 50px 0;
    border-bottom: 1px solid #707070;
    display: block;
    width: 3%;
}
.c_box {
    display: inline-block;
    width: 100%;
}.c_t_l {
    padding-right: 20px;
    float: left;
}
.c_t_r {
    float: right;
	font-family: 'Noto Sans JP', sans-serif;
}
.c_t_l, .c_t_r {
    width: 45%;
}
.c_t_title {
    margin-bottom: 20px;
    font-size: 1.5em;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('https://speakeasysaloon.jp/wp-content/themes/speakeasy/fonts/font-name.eot');
	src:url('https://speakeasysaloon.jp/wp-content/themes/speakeasy/fonts/font-name.eot#iefix') format('embedded-opentype'),
		url('https://speakeasysaloon.jp/wp-content/themes/speakeasy/fonts/font-name.woff') format('woff'),
		url('https://speakeasysaloon.jp/wp-content/themes/speakeasy/fonts/font-name.ttf') format('truetype'),
		url('https://speakeasysaloon.jp/wp-content/themes/speakeasy/fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
/* for sp (~414px) */
@media only screen and (max-width:650px) {
.spimg{
display:block !important; }
.pcimg{
display:none !important;}
div.wrapper{
padding:5%;
}
main{
font-size:14px;
}
.logo{
    margin: 0 auto;
    float: unset;
	width:80px;
	height:50px;
       margin-top: unset;
}
.c_topimg {
    margin: 30px 0;
}
div.c_title {
    width: 100%;
    text-align: center;
	font-size:20px;
}
span.line{
margin: 20px auto;
width: 10%;
}

div.footer_info {
       font-size: 9px;
    margin-top: 20px;
    line-height: 1.8em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
span.f_name {
    margin-bottom: 10px;
    display: inline-block;
}

div.footer_wrap {
    width: 100%;}
div.footer_sns {
    margin: 30px 0;
}
p.copyright {
    margin:0 auto;
    font-size: 9px;
    transform: scale(0.6);
    transform-origin: center bottom;
	    width: max-content;
}
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




.list-mv07{
	opacity: 0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px); 
	transition: 1s;
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 1s;
}

.loading {
  position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    width: 100%;
    background: #e8e3d3;
}
.loading__img {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*
     FILE ARCHIVED ON 05:53:36 Jul 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:42:52 Feb 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.005
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.075
  esindex: 0.019
  cdx.remote: 17.873
  LoadShardBlock: 404.418 (3)
  PetaboxLoader3.datanode: 246.685 (4)
  PetaboxLoader3.resolve: 230.983 (2)
  load_resource: 120.645
*/