/*
Theme Name: Pesapallo
Author: Nokoto.
Author URI: http://nokoto.life
Version: 1.1
*/


/*
-------------------
  Reset
-------------------
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
   
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    display:none;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
}

/*
-------------------
  base style
-------------------
*/

html{
   font-size: 15px;
}

body{
	font-feature-settings : "palt";
	letter-spacing: 2px;
    background:#fff;
}

div{
  box-sizing:border-box;
}

.wrap{
  width:90%;
  max-width:1680px;
  margin:auto;
}

.font{
  font-family: 'Tangerine', cursive;
  letter-spacing:0.2rem;
}

p,a{
  line-height:1.8;
  font-size:1rem;
  color:#000;
}

a{
  text-decoration:none;
}

strong{
  font-weight:bold;
}

iframe{
  max-width:100%;
}

form{

}

input{
  border:2px solid #FF6107;
  padding:10px;
  border-radius:4px;
  box-sizing:border-box;
}

textarea{
  width:100%;
  border:2px solid #FF6107;
  padding:10px;
  border-radius:4px;  
  box-sizing:border-box;
}

input[type="submit"]{
  display:block;
  width:300px;
  margin:auto;
  margin-top:40px;
  padding:10px 0px;
  background:#FF6107;
  border:none;
  border-bottom:4px solid #9a3800;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  transition: background 0.1s ease-in-out;
}

input[type="submit"]:hover{
  background:#9a3800;
}


h2.heading{
  margin:40px;
  text-align:center;
  font-size:2rem;
  letter-spacing:0.5rem;
  line-height:0.8;
}

h2.heading img{
  width:30px;
}



/*
-------------------
  content style
-------------------
*/

.content-style h1{
  margin:40px 0px;
  text-align:center;
  font-size:40px;
  font-weight:bold;
  color:;
}

.content-style h2{
  padding:4px 26px;
  margin:20px 0px;;
  font-size:28px;
  line-height:1.4;
  font-weight:bold;
  color:; 
  border-left:4px solid #EA86A1;
}



/*
-------------------
  index
-------------------
*/



img.triangles{
  width:9vw;
  position:absolute;
  top:0px;
}

header{
  padding-top:20px;
}

header nav{
  overflow:hidden;
  width:90%;
  margin:auto;
}

header nav ul{
  display:flex;
  float:right;
}

haeder nav ul li{
  position:relative;
}

header nav ul li a:after{
  content:"";
  position:absolute;
  top:20px;
  right:0px;
  width:10px;
  height:20px;
  border-right:2px solid #c1c1c1;
}

header nav ul li a{
  position:relative;
  display:block;
  width:150px;
  font-size:1.5rem;
  text-align:center;
}

header nav ul li a img{
  display:block;
  width:24px;
  margin:auto;
}

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

#topimage_m{
  display:none;
}

#topimage p{
  font-size:1vw;
  line-height:1.9;
}

#topimage img{
  width:90%;
}

#toplogo_pesapallo{
  position:absolute;
  top:0px;
  left:40px;
  text-align:left;
}

#toplogo_pesapallo img{
  width:16vw;
}


#toplogo_oguracafe{
  position:absolute;
  bottom:0px;
  right:40px;
  text-align:right;
}

#toplogo_oguracafe img{
  width:13vw;
}

#topimage h3{
  position:absolute;
  top:50%;
  left:40px;
  font-size:2.2vw;
  letter-spacing:0.5rem;
  line-height:1.4;
}

#about{
  display:flex;
  align-items: center;

}


#about_image{
  width:50%;
  padding-right:20px;
}

#about_content{
  width:50%;
  padding-left:20px;
}

#about_content h3{
  margin-bottom:40px;
  font-size:2.7rem;
}

#about_content p{
  margin:20px auto;
}

#photo ul{
  display:flex;
  flex-wrap:wrap;
  align-items: stretch;
}

ul.photo_ogura{
  flex-direction: row-reverse;
  margin:40px auto;
}

#photo ul li{
  width:20%;
  border:2px solid #fff;
  box-sizing:border-box;
}

li.photo_pesapallo{
  position:relative;
  background:#B2D5EC;
  text-align:center;

}

li.photo_pesapallo img{
  width:70%;
  margin-top:40%;
}

li.photo_oguracafe{
  position:relative;
  background:#BC8861;
  text-align:center;

}

li.photo_oguracafe img{
  width:70%;
  margin-top:30%;
}


#menu{
  padding-bottom:80px;
  overflow:hidden;
}

#menu-heading{
  padding:40px 0px;
    background: #aaa;
    background-size:cover;
    background-position:center;
}

#menu-heading.pesapallo{
    background-image:url(images/menu-bg-pesapallo.jpg) ;
}

#menu-heading.oguracafe{
    background-image:url(images/menu-bg-oguracafe.jpg) ;
}

#menu-heading h3{
  
  
  margin:auto;
  background:#fff;
  
  transform: skew(-20deg,0deg);
  text-align:center;
}

#menu-heading.pesapallo h3{
  width: 147px;
  padding: 56px 10px;
  border:8px solid #B2D5EC;
}

#menu-heading.oguracafe h3{
  width: 147px;
  padding: 34px 10px;
  border:8px solid #BC8861;
}

#menu-heading h3 img{
  width: 120px;
  transform: skew(20deg,0deg);
}

#menu h4{
  padding:10px 0px;
  margin-bottom:40px;
  
  text-align:center;
  color:#fff;
  font-size:3rem;
  
}

#menu.menu-pesapallo h4{
  background:#B2D5EC;
}


#menu.menu-oguracafe h4{
  background:#BC8861;
}

#menu h4 span{
  display:block;
  font-size:0.6rem;
}

p.add-comment{
  margin-bottom:40px;
}

.menu-pesapallo-2photo{
  display:flex;
  justify-content:space-between;
}

.menu-pesapallo-2photo-box{
  width:48%;
  margin-bottom:40px;
  position:relative;
}

.menu-pesapallo-2photo-box-img{
  position:relative;
}

.menu-pesapallo-2photo-box-img:before{
  content:"";
  position:absolute;
  top: -52px;
  left: -52px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-right: 50px solid #fff;
  transform: rotate(45deg);
  z-index:100;
}

.menu-pesapallo-2photo-box-img:after{
  content:"";
  position:absolute;
  bottom: -52px;
  right: -52px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-right: 50px solid #fff;
  transform: rotate(-135deg);
  z-index:100;
}

.menu-pesapallo-2photo h5{
  float:left;
  margin:20px 0px;
  font-size:1.6rem;
  font-weight:bold;
  color:#B2D5EC;
}

.menu-pesapallo-2photo h6{
  margin-top:20px;
  float:right;
  font-weight:bold;
  color:#B2D5EC;
  text-align:right;
}

.menu-pesapallo-2photo p{
  clear:both;
}

.menu-pesapallo-1photo{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:40px;
  border-bottom:1px solid #B2D5EC;
}

.pesapallo-dinner{
  flex-direction: row-reverse;
}

.menu-pesapallo-1photo .menu-pesapallo-2photo-box-img{
  width:48%;
}

.menu-pesapallo-1photo-box{
  width:48%;
}

.menu-pesapallo-1photo-box h5{
  margin:20px 0px;
  font-size:1.6rem;
  font-weight:bold;
  color:#B2D5EC;
}

.menu-pesapallo-1photo-box h6{
  font-weight:bold;
  color:#B2D5EC;
}

.menu-pesapallo-1photo-box p{
  margin-top:20px;
}

.menu-area p{
  margin:40px 0px;
  text-align:center;
  color:#999;
  font-size:0.8rem;
}

.menu-area-separate{
  display:flex;
  justify-content:space-between;
}

.menu-area-separate ul{
  width:50%;
  padding:0px 40px;
}

.menu-pesapallo .menu-area-separate ul:nth-child(1){
  border-right:1px solid #B2D5EC;
}

.menu-oguracafe .menu-area-separate ul:nth-child(1){
  border-right:1px solid #BC8861;
}

.menu-area-separate ul li{
  margin-bottom:60px;
}

.menu-area-separate ul li:last-child{
  margin-bottom:0px;
}


.menu-area-separate ul li span{
  display:block;
  float:right;
  font-weight:bold;
}

.menu-pesapallo .menu-area-separate ul li span{
  color:#B2D5EC;
}

.menu-oguracafe .menu-area-separate ul li span{
  color:#BC8861;
}

.menu-oguracafe{
  border-bottom:1px solid #BC8861
}

#access{
  padding:20px 0px;
}

#access h3{
  text-align:center;
  line-height:1.6;
}

#access_wrap{
  display:flex;
  align-items:center;
  margin:40px auto;
}

#access_wrap_img{
  width:50%;
}

#access_wrap_content{
  padding-left:40px;
  width:50%;
}

#access_wrap_content section{
  margin:40px auto;
}

#access_wrap_content section h4{
  font-size:1.6rem;
  margin-bottom:10px;
  line-height:1.6;
}

#contact{
  padding-top:40px;
  padding-bottom:80px;
  text-align:center;
}

#contact p span{
  font-size:1.6rem;
  font-weight:bold;
  color:#BC8861;
}

#contact address{
  width:400px;
  margin:20px auto;
  padding:20px 40px;
  border: 1px solid #999;
}

#contact address a{
  line-height:1.4;
}

#contact address span{
  display:block;
  font-size:2rem;
  letter-spacing:0.4rem;
}


#sns{
  display:flex;
  justify-content: center;
  background:#fdfcfc;
  padding:80px 0px;
}

#sns section{
  overflow:hidden;
  width:400px;
  height: 482px;
  margin:0px 20px;
  padding:40px;
  background:#fff;
  border-radius:8px;
}

footer{
  background: #292019;
  text-align:center;
  color:#fff;
  padding: 10px;
}

footer ul{
  display:flex;
  justify-content:center;
  padding:80px 0px;
}

footer ul li{
  margin:0px 50px;
}

footer ul li a{
  font-size:2rem;
  color:#fff;
}

footer small{
  font-size:0.7rem;

}

.loading {
width: 100%;
height: 100%;
background: rgba(255,255,255,1.0);
position: fixed;
top: 0;
left: 0;
z-index: 20000;
  
}
.loading img {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;

}

/*
-------------------
  mobile style
-------------------
*/

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

img.triangles{
  display:none;
}

header{
  display:none;
}

header nav ul{
  width:100%;
  float:none;
}

header nav ul li{
  width:25%;
}

header nav ul li a{
  width:auto;
  line-height:1;
}

header nav ul li a img{
  width:20%;
}

header nav ul li a:after{
  display:none;
}

#topimage{
  display:none;
}

#topimage_m{
  overflow:hidden;
  position:relative;
  display:block;
  width:auto;
  height:85vh;
  margin:20px;;
  background-image:url(images/topimage_m.jpg);
  background-position:center bottom;
  background-size:cover;
  text-align:center;
}

#topimage_m:before{
  content:"";
  position:absolute;
  top:-50px;
  left:-50px;
   width: 0;
    height: 0;
    border: 50px solid transparent;
    border-right: 50px solid #fff;
    transform: rotate(45deg);
}

#topimage_m:after{
  content:"";
  position:absolute;
  bottom:-50px;
  right:-50px;
   width: 0;
    height: 0;
    border: 50px solid transparent;
    border-left: 50px solid #fff;
    transform: rotate(45deg);
}

#topimage_m img{
  width:70%;
  margin-top:20vh;
}

#about{
  display:block;
}

#about_image{
  width:auto;
  padding:0px;
}

#about_content{
  width:auto;
  padding:0px;
}

#about_content h3{
  margin-top:60px;
  font-size:14vw;
}

#about_content p{
  margin:40px 0px;
}

#photo ul li{
  width:50%;
  border:1px solid #fff;
  line-height:0;
}

ul.photo_ogura{
  flex-direction:row;
}


.menu-pesapallo-2photo{
  display:block;
}

.menu-pesapallo-2photo-box{
  width:auto;
}

.menu-pesapallo-1photo{
  display:block;
}

.menu-pesapallo-1photo .menu-pesapallo-2photo-box-img{
  width:auto;
}

.menu-pesapallo-1photo-box{
  width:auto;
}

.menu-area p{
  text-align:left;
}

.menu-area-separate{
  display:block;
}

.menu-area-separate ul {
    width: auto;
    padding: 0px 0px;
}

.menu-pesapallo .menu-area-separate ul:nth-child(1){
  border:none;
}

.menu-oguracafe .menu-area-separate ul:nth-child(1){
  border:none;
}

.menu-pesapallo-2photo h5{
  float:none;
  margin-bottom:10px;
}


.menu-pesapallo-2photo h6{
  float:none;
  text-align:left;
  margin-top:0px;
  margin-bottom:10px;
}

.menu-pesapallo-1photo-box h5{
  margin-bottom:10px;
}

.menu-area-separate ul li:last-child{
  margin-bottom:60px;
}

#access_wrap{
  flex-direction:row-reverse;
  flex-wrap:wrap;
}

#access_wrap_content{
  width:auto;
  padding:0px;
}

#access_wrap_img{
  width:auto;
}

#access_wrap_content section h4{
  font-size:1.2rem;
}

#contact p{
  padding:20px;
  text-align:left;
}

#contact address{
  width:auto;
  margin:0px 20px;
  padding:20px 0px;
}

#contact address span {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}

  #contact address a{
   font-size: 3vw;
}

#contact address span {
    font-size: 7.9vw;
    letter-spacing: 0.2rem;
}

#contact p span{
  text-align:center!important;
}
  
#sns{
  display:block;
}

#sns section{
  width:auto;
}

}


