@charset "utf-8";
body {
    margin:0;
    padding:0;
    background:#231E23;
    color:#fff;
    font-family :
	YuMincho,
	'Yu Mincho',
	serif;
}
a {
    color:#fff;
}
img {
    max-width: 100%;
    height: auto;
}
.red {
	background:#CF1F1D;
	color:#fff;
	text-align: center;
	font-size: 24px;
	padding:1rem;
	width:90%;
	margin-left:5%;
	margin-bottom: 2rem;
}
ul.staff {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	margin-bottom: 2rem;
}
ul.staff li {
	width:30%;
	text-align: center;
	font-size: 12px;
}
ul.staff li p {
	font-size: 12px;
}
.ranking li {
	border:5px solid #ccc;
	padding:1rem 2rem;
	background:#EEEEEE;
}
.ranking tr {
	border:none !important;
}
.table_center td {
	text-align: center;
}
.ranking_tit {
	font-size: 24px;
	font-weight: bold;
}
.ranking_tit span {
	border-bottom:1px solid #333;
	width:100%;
	float: left;
}
.w150 {
	width:120px;
}
.color_black {
	color:#000;
}
.black {
	background:#1C181E;
	border-radius: 10px;
	padding:10px;
	text-align: center;
}
.black h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.tight2 .black h4 {
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.mincho {
    font-family :
	YuMincho,
	'Yu Mincho',
	serif;
}
.inner {
    width:880px;
    margin:0 auto;
}
header {
    width:100%;
    padding:1rem 0;
}
.right {
    width:100%;
    text-align: right;
}
header .tel img {
    width:20px;
    position: relative;
    right:5px;
    top:-1px;
}
.center {
    text-align: center;
    width:100%;
}
.logo img {
    margin:0.5rem 0 1rem;
    display: inline-block;
    width:250px;
}
h1 {
    line-height: 1;
    letter-spacing: 3px;
}
h1 span{
    text-decoration: underline;
    display: inline-block;
    font-size: 24px;
}
.mv {
    width:100%;
    background:url(../img/mv.png);
    background-size:cover;
    padding:100px 0;
    background-repeat: no-repeat;
}
h2.basic {
    width:100%;
    text-align: center;
    font-size: 21px;
    line-height: 1.5;
    background:url(../img/ex.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 30px;
    padding-top:40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.bloc {
    padding-top:50px;
}
ul,li {
    margin:0;
    padding:0;
    list-style-type: none;
}
.flex_between {
    display: flex;
    justify-content: space-between;
}
.flex_between.w100 li {
    width:49%;
}
li h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
li p {
    font-size: 16px;
    margin-top:15px;
}
h2.basic span {
    font-size: 16px;
}
.tight {
    width:800px;
    margin:0 auto;
}
.tight .flex_between.w100 li {
    width:30%;
}
.tight .flex_between {
    margin-bottom: 40px;
}
.check li {
    line-height: 2;
}
.line {
    width:100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
}
.white {
    background:#EFEFEF;
    padding:2rem;
}
td {
    color:#4C4948;
    padding:1rem;
}
.tight2 {
    width:600px;
    margin:0 auto;
}
table {
    width:100%;
}
pink {
    color:#E4007F;
}
table tr {
    border-bottom: 1px solid #4C4948;
}
.tight2 .right {
    color:#4C4948;
    margin-top: 10px;
    font-size: 14px;
}
.tight2 h4 {
    text-align: center;
    color:#4C4948;
    margin-top: 40px;
}
.tight2 h5 {
    text-align: center;
    color:#4C4948;
    font-size: 14px;
}
.line img {
    position: relative;
    top:-3px;
    margin:0 10px;
}
.contact .white h3 {
    text-align: center;
    color:#4C4948;
    font-size: 21px;
}
.contact .white h3 span {
    font-size: 18px;
}
.contact .white h4 {
    text-align: center;
    color:#4C4948;
    font-size: 16px;
}
.flex_center {
    display: flex;
    justify-content: center;
    color:#4C4948;
    font-size: 14px;
}
.flex_center a {
    color:#4C4948;
}
.flex_center .tel a {
    font-size: 18px;
}
.flex_center .tel a img {
    width:20px;
    position: relative;
    top:-2px;
    right:3px;
}
.flex_center div {
    margin:0 15px;
    padding-top: 6px;
}
.contact_link {
    border-left: 1px solid #4C4948;
    padding-left:15px;
    padding-top: 6px;
}
.tel {
    padding-top:3px !important;
}
.contact_btn {
    display: inline-block;
    background:#EE7829;
    font-size: 15px;
    padding:10px 100px;
    margin:15px 0;
}
.contact_bottom {
    background:#fff;
    text-align: center;
    color:#4C4948;
    padding:20px;
    margin-top:20px;
}
.contact_bottom img {
    width:50px;
}
.map {
    margin-top:25px;
}
footer {
    background:#4C4948;
    padding:40px 0;
    margin-top:60px;
    line-height: 1.8;
}
.flex_left {
    display: flex;
    justify-content: left;
}
.profile {
    padding-right: 50px;
    border-right: 1px solid #fff;
    margin-right: 50px;
}
.contact .flex_left  div{
    margin-right: 50px;
}
.cf {
    width:100%;
    clear: both;
}



@media screen and (min-width: 781px) {
    .sp {
        display: none !important;
    }
}
.head_btn {
	border: 1px solid #fff;
    border-radius: 5px;
    paddign: 1rem;
    color: #000;
    background: #fff;
    display: inine-block;
    padding: 0.5rem;
    margin-right: 25px;
}

@media screen and (max-width: 780px) {
    .pc {
        display: none !important;
    }
	.head_btn {
		margin-left: 25px;
		margin-right: 0;
	}
	* {
		max-width:100%;
		box-sizing: border-box;
	}
	.w150 {
		width:80px;
	}
	.ranking li {
		padding:1rem 0.5rem;
	}
    td {
        font-size: 12px !important;
    }
    footer .flex_left {
        display: block !important;
        text-align: center;
    }
    footer .flex_left div:nth-child(1) {
        margin-bottom: 20px;
    }
    .contact_link {
        border-left: none !important;
        padding-left: 0;
        padding-top: 0px;
    }
	.red {
		background: #CF1F1D;
		color: #fff;
		text-align: center;
		font-size: 16px;
		padding: 1rem;
		width: 100%;
		margin-left: 0;
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
    .white {
        padding:1rem !important;
    }
	ul.staff {
		display: block;
		margin-bottom: 0;
	}
	ul.staff li {
		width:100%;
		margin-bottom: 1rem;
	}
    .profile {
        padding-right: 0;
        border-right: none !important;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .w130 {
        width:130px !important;
    }
    .line img {
        width:35px !important;
    }
    .mv {
        background-position: right !important;
    }
    .contact .flex_left div {
        margin-right: 0;
    }
    .contact .flex_center {
        display: block !important;
        text-align: center;
    }
    nav li span:nth-child(1) {
        letter-spacing: 0px;
        font-size: 5px;
    }
    .inner {
        padding:0 15px;
    }
    header .flex_between {
        display: inline-block;
    }
    header .logo {
        width:100%;
        float: left;
        margin-top:10px;
    }
    header .info {
        width:56%;
        float: right;
        padding:0;
        display: inline-block;
    }
    header .tel span {
        float: right;
        text-align: right;
        font-size: 21px;
    }
    header .tel {
        top:0;
    }
    header .tel img {
        position: relative;
        top: -4px;
        height: 20px;
    }
    .tel small {
        font-weight: bold;
        width: 100%;
        display: inline-block;
        position: relative;
        top: -10px;
        font-size: 11px;
        text-align: right;
    }
    .mail a {
        color: #EB5E06;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        text-align: right;
        top: 0;
    }
    header .mail {
        float: right;
        margin-top: -15px;
    }
    .sns {
        display: none;
    }
    nav li span {
        font-size: 7px;
    }
    nav.mt-3 {
        margin-top:0 !important;
    }
    nav .inner {
        padding:0;
    }
    .detail h3 {
        font-size: 16px;
        margin-top: 0.6rem;
    }
    .detail .flex_between p {
        font-size: 14px;
    }
    img {
        height: auto;
    }
    .detail .flex_between {
        display: inline-block;
    }
    .detail .flex_between img,
    .detail .flex_between p {
        width:100%;
    }
    .flex_between {
        display: inline-block;
    }
    .flex_between .bloc {
        width:100%;
    }
    .flex_between .bloc h3,
    .tight h3 {
        font-size: 18px;
    }
    .table td, .table th {
        padding:0.2rem;
    }
    table tr td span {
        font-size: 12px !important;
    }
    right a {
        font-size: 18px;
        padding-top: 12px;
    }
    .w100.flex_between img {
        width:33.33333333%;
        float: left;
    }
    .w100.flex_between {
        margin-top:2.5rem;
    }
    h6 {
        font-size: 22px;
    }
    .contact img {
        width:200px;
    }
    footer .info {
        border-left: none !important;
        padding:0 !important;
        text-align: center !important;
        width:100%;
    }
    footer .tel small {
        text-align: center;
    }
    footer .flex_between {
        width:100% !important;
    }
    .orner {
        text-align: center;
        margin:2rem 0;
    }
    .flex_between.w100 li {
        width:100%;
    }
    .w100.flex_between img {
        width:100%;
        margin-bottom: 15px;
    }
    h2.basic {
        margin-bottom: 0;
    }
    .flex_between.circle.w100 {
        display: flex;
        justify-content: space-between;
    }
    .flex_center div {
        margin: 0 5px;
        padding-top: 7px;
        font-size: 12px;
    }
    .flex_center a {
        font-size: 12px;
    }
    .contact img {
        width:40px;
    }
    footer {
        font-size: 11px;
    }
}
