/*
Theme Name: hanuman
Theme URI: hanuman-tokyo.com
Description: hanuman
Author: hanuman
Author URI: hanuman-tokyo.com
Version: 1.0
*/

.pc{
  display: block;
}

.sp{
  display: none;
}

#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 50px;
  bottom: 30px;
  background: #581515;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: '上に戻る';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

body{
  color: rgb(51, 51, 51);
  font-family: 'Kosugi', sans-serif;
  background: #eddec2;
}

#content{
  width: 1200px;
  background: #fff;
  margin: 0 auto;
}

#top{
  background-size: cover;
  background-position: center;
}

header{
  display: flex;
  height: 100px;
  margin: 0 auto;
  padding: 0 150px;
  align-items: center;
  background: #007835;
}

header #logo{
  color: #fff;
  width: 50%;
  display: flex;
}

header #logo img{
  width: 270px;
}

nav{
  background: #4e0a0a;
  height: 45px;
}

nav ul{
  display: flex;
  align-content: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

nav ul li{
  width: calc(1200px / 4);
  border-left: 1px solid #613e3e;
  line-height: 45px;
}

nav ul li:last-child{
  border-right: 1px solid #613e3e;
}

nav ul li a{
  display: block;
  color: #fff;
  height: 100%;
}

h1{
  color: #fff;
  font-size: 50px;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 img{
  display: block;
}

h1 p{
  font-size: 25px;
}

section{
  text-align: center;
}

h2{
  margin-top: 100px;
}

h2 img{
  
}

span img{
  width: 35px;
  margin: 50px 0;
}

#main img{
  width: 100%;
  padding: 10px;
}

#about{
  background: #fff100;
  margin: 10px;
  display: flex;
  align-items: center;
  text-align: left;
}

#about img{
  margin: 10px;
}

#about article{
  margin: 10px;
}

#about article dl dt:first-child{
  margin: 0;
  margin-bottom: 10px;
}

#about article dl dt{
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}

#about article dl dd{
  font-size: 14px;
}

#about article dl dd span{
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

#menuLink{
  display: flex;
  padding: 0 10px;
}

#menuLink div{
  width: 100%;
  border: 8px solid #038c3e;
  color: #038c3e;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 0 10px;
}

#menuLink div p{
  margin: 30px 0;
  font-size: 30px;
  font-weight: bold;
}

#menuLink div ul li{
  width: 100%;
  background: #038c3e;
  color: #fff;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
}

#menuLink div ul li a{
  display: block;
}

#news{
  background: rgb(233, 233, 233);
  margin: 0 10px;
  padding: 0 0 50px 0;
}

#news h2{
  margin: 0;
  padding: 20px;
  font-size: 35px;
  font-weight: bold;
  color: #038c3e;
}

#news ul{
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

#news ul li{
  background: #fff;
  width: calc(100% / 3);
  max-width: 250px;
  text-align: left;
  margin-right: 20px;
  padding: 5px;
}

#news ul li:last-child{
  margin: 0;
}

#news ul li img{
  width: 100%;
}

#news ul li p{
  margin-top: 15px;
  font-size: 14px;
}

#news ul li span{
  margin-top: 15px;
  font-size: 10px;
  color: rgb(170, 170, 170);
}

#menu{
  background: url(../img/menu_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 20px 0 100px;
  margin-top: 100px;
}

#menu h2{
  margin-bottom: 100px;
}

#menu div.menuInner{
  display: flex;
  width: 630px;
  border: 2px solid #fff;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background:#0000006b;
}

#menu div.menuInner:last-child{
  margin-top: 20px;
}

#menu div.menuInner img{
  width: 300px;
}

#menu div.menuInner h3{
  margin-left: 15px;
  text-align: left;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 30px;
}

#menu div.menuInner h3 p:last-child{
  font-size: 12px;
}

#menu div.menuInner a{
  display: block;
  border: 1px solid #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  margin-top: 10px;
  position: absolute;
  bottom: 15px;
}

#contact{
  width: 1000px;
  margin: 0 auto;
  padding: 180px 0;
}

#contact h2{
  margin: 0;
  text-align: left;
}

#contact h2 p{
  margin-top: 10px;
  font-size: 14px;
}

#contact div {
  text-align: left;
  margin-top: 40px;
}

#contact div img{
  vertical-align: sub;
}

#contact div a{
  margin-left: 10px;
  font-size: 50px;
  font-family: 'Sawarabi Mincho', sans-serif;
}

#contact_link img{
  display: none;
}

#footer{
  padding: 50px 0;
  color: #3c180c;
}

#footer #sns ul{
  display: flex;
  justify-content: center;
}

#footer #sns ul li:first-child{
  margin-right: 20px;
}

#footer #sns ul li img{
  width: 40px;
}

#footer h4{
  margin-top: 20px;
  color: #fff;
}

/*menu*/

#menu_list{
  background: rgb(243, 243, 243);
  padding: 0 10px;
}

#menu_list h2{
  padding-top: 100px;
  margin: 0;
}

#menu_list h3{
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 30px;
}

#menu_list h3 span{
  font-family: 'Kosugi', sans-serif;
  font-size: 15px;
}

#menu_list ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

#menu_list ul li{
  width: calc(100% / 3 - 20px);
  display: flex;
  background: #fff;
  margin: 0 20px 20px 0;
  align-items: center;
}

#menu_list h4{
  font-weight: bold;
  text-align: left;
  max-width: 1200px;
  margin: 70px 10px 20px;
  font-size: 25px;
  border-bottom: 2px solid #4e0a0a;
  color: #4e0a0a; 
}

#menu_list h4.curryTitle{
  height: 50px;
  background-position: left;
  white-space: nowrap;
  overflow: hidden;
  text-indent:100%;
}

#menu_list h4#tomato{
  background-image: url(../img/tomato_title.jpg);
}

#menu_list h4#horenso{
  background-image: url(../img/horenso_title.jpg);
}

#menu_list h4#dry{
  background-image: url(../img/dry_title.jpg);
}

#menu_list h4#onion{
  background-image: url(../img/onion_title.jpg);
}

#menu_list h4#coconut{
  background-image: url(../img/coconut_title.jpg);
}

#menu_list h4 span{
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 2px;
}

#access #accessInner{
  display: flex;
  justify-content: space-between;
  background: #038c3e;
  height: 300px;
}

#access #accessInner #left img{
  height: 100%;
  width: 450px;
}

#access #accessInner #center{
  text-align: left;
  color: #fff;
  line-height: 40px;
  display: flex;
  align-items: center;
}

#access #accessInner #center dt{
  float: left;
  margin-right: 10px;
}

#access #accessInner #center dt:first-child{
  float: none;
  font-size: 25px;
  margin: 0;
}

#access #accessInner #right{
  display: flex;
  flex-direction: column;
}

#access #accessInner #right img{
  height: 50%;
  width: 225px;
  padding: 8px;
  box-sizing: border-box;
}

#access #accessInner #right img:first-child{
  padding-bottom: 0;
}

@media screen and (min-width:1400px){
  #menu_list ul li:nth-of-type(3n){
    margin-right: 0;
  }  
}

#menu_list ul li img{
  height: 110px;
}

#menu_list ul li div{
  text-align: left;
  margin-left: 10px;
}

#menu_list ul li div .menu_name{
  font-weight: bold;
}

#menu_list ul li div .price{
  margin-top: 15px;
  color: #d30606;
}

#dinner{
  margin-top: 100px;
}

#phone{
  display: none;
}

#access{
  padding: 10px 10px 0 10px;
}

iframe{

}

ul#newsList{
  width: 1000px;
  margin: 0 auto;
}

#deli img{
  width: 100%;
  padding: 10px;
}