@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #header #fortuneteller .arrow {
    display: block;
  }
  #header #fortuneteller .fortunetellers {
    display: block;
  }

  #main {
    padding-top: 60px;
  }

  #about {
    width: 1000px;
    padding: 40px 0 50px 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #about h1 {
    width: 645px;
    margin: 0 auto 30px auto;
    float: right;
    font-family: "EB Garamond", serif, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-size: 30px;
  }
  #about .img {
    width: 355px;
    float: left;
  }
  #about .img img {
    display: block;
    margin: 0 auto;
  }
  #about table {
    width: 595px;
    border-bottom: dotted 1px #666666;
  }
  #about table tbody th {
    width: 120px;
    padding: 10px 0;
    background-color: #F3F1F1;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    border-top: dotted 1px #666666;
  }
  #about table tbody td {
    padding: 10px 0 10px 25px;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.6;
    border-top: dotted 1px #666666;
  }
  #about .note {
    width: 595px;
    padding: 20px 50px 0 0;
    float: right;
    font-size: 13px;
    line-height: 1.538;
  }
  #about .note a {
	  text-decoration: underline;
  }
  #about .note a:hover {
	  text-decoration: none;
  }
  #about .btn {
    width: 355px;
    float: left;
    margin-top: 15px;
    text-align: center;
  }

  #message {
    width: 600px;
    padding: 0 300px 30px 0;
    margin: 0 auto 30px auto;
    background: url(../images/fortuneteller/fortuneteller_line.png) 0 bottom no-repeat;
    position: relative;
  }
  #message h3 {
    margin: 0 0 20px 0;
    background: url(../images/fortuneteller/fortuneteller_line_double.png) center center repeat-x;
  }
  #message h3 span {
    padding: 0 15px 0 0;
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  #message h3 span:before {
    margin: 0 20px 0 0;
    content: url(../images/fortuneteller/fortuneteller_message.png);
    display: inline-block;
    vertical-align: middle;
  }
  #message .text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.75;
  }
  #message .btn a {
    display: inline-block;
    background-color: #f4f2f2;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 40px;
    letter-spacing: 0.2em;
    vertical-align: middle;
    text-decoration: none;
  }
  #message .btn a:before {
    content: '▶';
    font-size: 10px;
    margin-right: 10px;
  }
  #message .btn a:hover {
    background-color: #E78DA1;
    color: #fff;
  }
  #message .img {
    position: absolute;
    top: 20px;
    right: 0;
  }

  #profile {
    width: 900px;
    padding: 0 0 55px 0;
    margin: 0 auto 30px auto;
    background: url(../images/fortuneteller/fortuneteller_line_double2.png) 0 bottom repeat-x;
  }
  #profile h3 {
    margin: 0 0 20px 0;
  }
  #profile h3 span {
    padding: 0 15px 0 0;
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-weight: bold;
  }
  #profile h3 span:before {
    margin: 0 20px 0 0;
    content: url(../images/fortuneteller/fortuneteller_profile.png);
    display: inline-block;
    vertical-align: middle;
  }
  #profile .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.75;
  }
  #profile #introduce {
    padding: 30px;
    border: solid 1px #D9D9D9;
    position: relative;
  }
  #profile #introduce h4 {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    top: -8px;
    left: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
    letter-spacing: 0.3em;
  }
  #profile #introduce p {
    font-size: 16px;
    line-height: 1.75;
  }
  #profile #introduce .btn {
    padding-top: 20px;
  }
  #profile #introduce .btn a {
    display: inline-block;
    background-color: #f4f2f2;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 40px;
    letter-spacing: 0.2em;
    vertical-align: middle;
    text-decoration: none;
  }
  #profile #introduce .btn a:before {
    content: '▶';
    font-size: 10px;
    margin-right: 10px;
  }
  #profile #introduce .btn a:hover {
    background-color: #E78DA1;
    color: #fff;
  }

  #menu {
    width: 900px;
    margin: 0 auto 40px auto;
  }
  #menu h4 {
    width: 230px;
    height: 30px;
    margin: 0 0 25px 0;
    display: inline-block;
    background: url(../images/fortuneteller/fortuneteller_menu.png) 0 0 no-repeat;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  
  #menu .menu_longer {
    width: 400px;
    height: 30px;
    margin: 0 0 25px 0;
    display: inline-block;
    background: url(../images/fortuneteller/fortuneteller_menu2.png) 0 0 no-repeat;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  #menu .menu_longer2 {
    width: 600px;
    height: 30px;
    margin: 0 0 25px 0;
    display: inline-block;
    background: url(../images/fortuneteller/fortuneteller_menu3.png) 0 0 no-repeat;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  
  #menu .menu_list {
    margin-bottom: 20px;
  }
  #menu .menu_list li {
    padding-left: 1em;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -1em;
  }
  #menu .menu_list li:before {
    margin-right: 5px;
    content: '●';
    color: #333;
    text-decoration: none;
    color: #C94D79;
  }
  #menu .lead {
    margin: 0 auto 35px auto;
    font-size: 16px;
    line-height: 1.75;
  }
  #menu .lead strong {
    font-weight: bold;
  }
  #menu .lead strong.color {
    color: #C94D79;
  }
  #menu dl {
    padding: 30px;
    background-color: #f4f2f2;
  }
  #menu dl dt {
    padding: 10px;
    margin: 0 auto 20px auto;
    background-color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    color: #C94D79;
  }
  #menu dl dt:before {
    content: '■';
    color: #E78DA1;
    margin-right: 8px;
  }
  #menu dl dt#style {
    color: #49a4d1;
  }
  #menu dl dt#style:before {
    color: #49a4d1;
  }
  #menu dl dd {
    margin: 0 0 50px 0;
  }
  #menu dl dd h5 {
    margin: 0 auto 20px auto;
    font-size: 17px;
    line-height: 1.8;
    font-weight: bold;
  }
  #menu dl dd h5 span {
    font-weight: bold;
  }
  #menu dl dd h5 strong {
    font-weight: bold;
    color: #C94D79;
  }
  #menu dl dd p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1em;
  }
  #menu dl dd p strong {
    color: #C94D79;
    font-weight: bold;
  }
  #menu dl dd p span {
    font-weight: bold;
  }
  #menu dl dd ul {
    margin-bottom: 30px;
  }
  #menu dl dd ul li {
    padding-left: 1em;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -1em;
  }
  #menu dl dd ul li:before {
    content: '●';
    color: #333;
    text-decoration: none;
    color: #C94D79;
  }
  #menu dl dd a {
    color: #C94D79;
    font-weight: bold;
    text-decoration: underline;
  }
  #menu dl dd a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #menu dl dd .table {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #menu dl dd .table thead th {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    border: solid 1px #ddd;
    background-color: #E78DA1;
    color: #fff;
  }
  #menu dl dd .table tbody td {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    border: solid 1px #ddd;
    background-color: #ffefe0;
    line-height: 1.4;
  }
  #menu dl dd .table tbody tr.color td {
    background-color: #fff;
  }
  #menu dl dd .table tbody tr.color2 td {
    background-color: #a3d6cc;
  }
  #menu dl dd .image_l {
    max-width: 400px;
    height: auto;
    margin: 0 20px 20px 0;
    float: left;
  }
  #menu dl dd .price {
    color: #C94D79;
  }

  .btn_reservation_l {
    text-align: center;
    margin: 0 auto 110px auto;
  }
  
  .bold {
	  font-weight: bold;
  }
  
  .menu_block {
	  margin: 0 0 50px;
  }
 
			.list_btn{display:table;    text-align: center;
    margin: 0 auto;
width: 100%;max-width: 640px;}
.list_btn li{display:table-cell;
table-layout:fixed;}
	
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .mtitle {
    margin-bottom: 20px;
  }
  .mtitle p {
    height: 60px;
    line-height: 60px;
    background: url(../images/sp/fortuneteller/fortuneteller_mtitle.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  #about {
    padding: 0 4.6975%;
  }
  #about h1 {
    margin: 20px auto 20px auto;
    font-family: "EB Garamond", serif, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }
  #about .img img {
    width: 178px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #about table {
    width: 100%;
    border-bottom: dotted 1px #666666;
  }
  #about table tbody th {
    padding: 10px 10px;
    background-color: #F3F1F1;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    border-top: dotted 1px #666666;
    white-space: nowrap;
  }
  #about table tbody td {
    padding: 10px 0 10px 10px;
    font-size: 11px;
    vertical-align: middle;
    line-height: 1.6;
    border-top: dotted 1px #666666;
  }
  #about .note {
    padding: 10px 0 0 0;
    font-size: 9px;
    line-height: 1.538;
  }
  #about .btn {
    margin-top: 15px;
    text-align: center;
  }
  #about .btn img.sp {
    width: 251px;
    height: auto;
    margin: 0 auto;
  }

  #message {
    padding: 12% 0 20px 0;
    margin: 0 4.6975% 30px 4.6975%;
    background: url(../images/fortuneteller/fortuneteller_line.png) 0 bottom no-repeat;
    position: relative;
  }
  #message h3 {
    margin: 0 0 10px 0;
    background: url(../images/fortuneteller/fortuneteller_line_double.png) center center repeat-x;
  }
  #message h3 span {
    padding: 0 10px 0 0;
    display: inline-block;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  #message h3 span:before {
    width: 95px;
    height: 28px;
    margin: 0 10px 0 0;
    content: '';
    background: url(../images/sp/fortuneteller/fortuneteller_message.png) center center no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    display: inline-block;
    vertical-align: middle;
  }
  #message .text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.75;
  }
  #message .btn a {
    display: inline-block;
    background-color: #f4f2f2;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 20px;
    letter-spacing: 0.2em;
    vertical-align: middle;
    text-decoration: none;
  }
  #message .btn a:before {
    content: '▶';
    font-size: 10px;
    margin-right: 10px;
  }
  #message .btn a:hover {
    background-color: #E78DA1;
    color: #fff;
  }
  #message .img {
    margin-bottom: 10px;
  }

  #profile {
    padding: 0 0 12% 0;
    margin: 0 4.6975% 30px 4.6975%;
    background: url(../images/fortuneteller/fortuneteller_line_double2.png) 0 bottom repeat-x;
  }
  #profile h3 {
    margin: 0 0 10px 0;
  }
  #profile h3 span {
    padding: 0 15px 0 0;
    display: inline-block;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  #profile h3 span:before {
    width: 85px;
    height: 26px;
    margin: 0 10px 0 0;
    content: '';
    background: url(../images/sp/fortuneteller/fortuneteller_profile.png) center center no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    display: inline-block;
    vertical-align: middle;
  }
  #profile .text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.75;
  }
  #profile #introduce {
    padding: 20px;
    border: solid 1px #D9D9D9;
    position: relative;
  }
  #profile #introduce h4 {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    top: -5px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    letter-spacing: 0.3em;
  }
  #profile #introduce p {
    font-size: 12px;
    line-height: 1.75;
  }
  #profile #introduce .btn {
    padding-top: 20px;
  }
  #profile #introduce .btn a {
    display: inline-block;
    background-color: #f4f2f2;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    letter-spacing: 0.2em;
    vertical-align: middle;
    text-decoration: none;
  }
  #profile #introduce .btn a:before {
    content: '▶';
    font-size: 10px;
    margin-right: 10px;
  }
  #profile #introduce .btn a:hover {
    background-color: #E78DA1;
    color: #fff;
  }

  #menu {
    padding: 0 0 6% 0;
    margin: 0 4.6975% 10px 4.6975%;
  }
  #menu h4 {
    width: 230px;
    height: 30px;
    margin: 0 0 10px 0;
    display: inline-block;
    background: url(../images/fortuneteller/fortuneteller_menu.png) 0 0 no-repeat;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
  }
  #menu .menu_longer {
    width: 290px;
    height: 30px;
    margin: 0 0 10px 0;
    display: inline-block;
    background: url(../images/sp/fortuneteller/fortuneteller_menu2.png) 0 0 no-repeat;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
  }
  #menu .menu_longer2 {
    width: 400px;
    height: 30px;
    margin: 0 0 10px 0;
    display: inline-block;
    background: url(../images/sp/fortuneteller/fortuneteller_menu3.png) 0 0 no-repeat;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
  }
  #menu .menu_list li {
    padding-left: 1em;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -1em;
  }
  #menu .menu_list li:before {
    content: '●';
    color: #333;
    text-decoration: none;
    color: #C94D79;
  }
  #menu .lead {
    margin: 0 auto 10px auto;
    font-size: 12px;
    line-height: 1.75;
  }
  #menu .lead strong {
    font-weight: bold;
  }
  #menu .lead strong.color {
    color: #C94D79;
  }
  #menu dl {
    padding: 15px;
    background-color: #f4f2f2;
  }
  #menu dl dt {
    padding: 10px;
    margin: 0 auto 15px auto;
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
    color: #C94D79;
    line-height: 1.5;
  }
  #menu dl dt:before {
    content: '■';
    color: #E78DA1;
    margin-right: 8px;
  }
  #menu dl dd {
    padding: 0 5px;
    margin: 0 0 30px 0;
  }
  #menu dl dd h5 {
    margin: 0 auto 10px auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
  }
  #menu dl dd h5 span {
    display: block;
    font-weight: bold;
    padding: 10px 0 0 1.5em;
  }
  #menu dl dd h5 strong {
    color: #C94D79;
    font-weight: bold;
  }
  #menu dl dd p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #menu dl dd p strong {
    color: #C94D79;
    font-weight: bold;
  }
  #menu dl dd p span {
    font-weight: bold;
  }
  #menu dl dd ul li {
    padding-left: 1em;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -1em;
  }
  #menu dl dd ul li:before {
    content: '●';
    color: #333;
    text-decoration: none;
    color: #C94D79;
  }
  #menu dl dd a {
    color: #C94D79;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
  }
  #menu dl dd:last-child {
    margin-bottom: 15px;
  }
  #menu dl dd .table {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #menu dl dd .table thead th {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    border: solid 1px #ddd;
    background-color: #E78DA1;
    color: #fff;
  }
  #menu dl dd .table tbody td {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    border: solid 1px #ddd;
    background-color: #ffefe0;
    line-height: 1.4;
  }
  #menu dl dd .table tbody tr.color td {
    background-color: #fff;
  }
  #menu dl dd .table tbody tr.color2 td {
    background-color: #a3d6cc;
  }
  #menu dl dd .image_l {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  #menu dl dd .price {
    color: #C94D79;
  }

  .btn_reservation_l {
    text-align: center;
    margin: 0 auto 50px auto;
  }
  .btn_reservation_l img.sp {
    width: 251px;
    height: auto;
  }
  
  .bold {
	  font-weight: bold;
  }
  .menu_block {
	  margin: 0 0 30px;
  }
.list_btn{display:block;    text-align: center;
    margin: 0 auto;
width: 100%;
clear: both;}
.list_btn li:last-child{display:block;margin-top: -2em!important;} 

  
}