@charset "UTF-8";
html {
    font-size: 62.5%;
}
/*フォントのベースサイズは62.5%*/
/*
*,*::before, *::after{
	box-sizing: border-box
}
*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Lucida Grande', 'Josefin Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    color: #303030;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 1px;
}
a {
    text-decoration: none;
    color: #fff;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 980px;
    margin: 0 auto;
    width: 90%;
}
.list li {
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.5rem;
}
.list li:before {
    content: "\f1b9";
    font-family: FontAwesome;
    padding-right: 5px;
}
/*.nav_box { display: block!important; }*/
.mobile_nav, .line_button {
    display: none!important;
}
.menu a:hover, .footer_nav a:hover {
    border-bottom: solid 1px #fff;
}
body {
    background-image: url(../image/vintage-concrete.png)
}
.section1 {
    background-image: url(../image/section2bg.jpg);
    background-size: cover;
}
.h3 {
    text-align: center;
    width: 100%;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: solid 2px;
    margin: 0 auto 50px;
}
.cap {
    width: 50%;
    margin: 0 auto 100px;
}
/*.h3::before,
.h3::after{
	content:'';
	display: inline-block;
	width: 50px;
	height: 2px;
	margin: 0 30px;
	background-color: #000;
	vertical-align: middle;

}
*/
.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.padding100 {
    padding: 100px 0px;
}
.section_logo {
    padding-bottom: 100px;
}
.text_center {
    text-align: center;
}
.center {
    text-align: center;
}
.nav_con, .footer, .table_cap {
    background-color: #1a3261;
    color: #fff;
}
.header_box, .section1_box, .section2, .footer_box, .banner, .nav_box {
    max-width: 1000px;
    margin: 0 auto;
}
 .footer_nav, .logo_box, .sns, .header_logo_box, .section2, .footer_box, .banner, #page-top, {
 display: -webkit-flex; /* Safari */
 display: flex;
}
.footer_box {
    justify-content: space-between;
    align-items: flex-end;
}
.nav_box {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.menu {
    font-family: 'Damion', cursive;
    font-family: 'Yesteryear', cursive;
    display: flex;
    justify-content: space-between;
    width: 40%;
}
/*.menu ul{display: flex;}*/
/*	clear: both;}*/
/*.menu li {float: left;}*/

/*.menu li{padding-right: 3%;}*/
/*.nav_box{max-width: 1500px;}*/
/*.nav_top_logo a img{width: 23%;
display: block;}*/

.reservation {
    color: #1a3261;
    font-weight: bold;
    width: auto;
    padding: 0 1%;
    height: 50px;
    border-radius: 4px;
    background-color: #fff;
}
.reservation:hover {
    background-color: #bfcfee;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.header {
    padding-bottom: 100px;
}
/*
.sns{font-size: 30px;
	margin-left:2%;
padding: 0 1%;}
*/

.header_box {
    padding-top: 150px;
}
/*
position: relative;
top:275px;}
*/

.top-logo {
    padding-right: 50px;
}
/*.service{
  width: 60%;
margin: 0 auto;
padding:25px 0  50px 0px;}
*/



.header_cap {
    padding-top: 4%;
}
.news {
    width: 80%;
    margin-top: 120px;
    padding-bottom: 50px;
}
.cap_con {
    display: flex;
}
.num_cap {
    width: 30%;
}
.number {
    width: 5%;
}
.service_box {
    width: 50%;
    margin: 0 auto;
}
.table_box {
    margin: 20px 0;
    width: 100%;
    display: flex;
    height: 20%;
}
/*.table_number,.table_cap{height: 100px;}*/
.table_number {
    width: 20%;
    height: 145px;
    background-color: #1f1a17;
    color: #fff;
    font-size: 5rem;
}
.table_cap {
    width: 80%;
    height: 145px;
    padding: 15px;
}
/*@media(min-width:800px){
    .table {

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
*/



.footer_box, .banner_box {
    display: flex;
    justify-content: space-between;/*	align-items:flex-end;*/
    align-items: flex-start;
}
@media screen and ( min-width:640px ) {
.banner_box {
    max-height: 268.7px;
    overflow: hidden;
	}}
/*flexbox*/
.d-flex {
    display: flex;
}
/*grid*/
.col_6 {
    width: 50%;
}
.col_4 {
    width: 33.3%;
}
.col_3 {
    width: 25%;
}
.footer_box img {
    margin-top: 20px;
}
.footer {
    height: 300px;
}
.footer ul {
    height: 50px;
    margin: 20px 0;
}
.footer_nav {
    background-color: #1f1a17;
    justify-content: center;
}
.footer_nav li {
    text-align: center;
    width: auto;
}
.footer li {
    margin: 2%;
}
.gototop {
    display: flex;
    justify-content: flex-end;
}
ol.service {
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding-bottom: 50px;
}
ol.service li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;/*  border-bottom: dashed 1px #F6A38B;*/
}
ol.service li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #1a3261;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner a:hover {
    opacity: 0.7;
}
.blue {
    color: #1a3261;
    text-decoration: underline;
    font-weight: bold;
}
.contact_box {
    width: 100%;
}
.contact_box th, .contact_box td {
    display: block;
}
.contact_box th {
    text-align: left;
    font-weight: bold;
}
/*お問い合わせフォーム*/
textarea, input {
    width: 100%;
    width: 100%;
    background-color: #fff;
    line-height: 4;
    margin-bottom: 3.5rem;
}
.button_box {
    background-color: #1a3261;
    color: #fff;
    font-weight: bold;
}
/*margin・padding*/
.pt3r {
    padding-top: 3rem;
}
.pt6r {
    padding-top: 6rem;
}
.mr2r {
    margin-right: 2rem;
}
