@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #666666;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    font-family:
        "じゅん 501",
        "Jun 501",
        "メイリオ",
        "Meiryo",
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "ＭＳ Ｐゴシック",
        "MS P Gothic",
        Verdana,
        Arial,
        Helvetica,
        sans-serif;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.6rem;
    text-align: justify;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 600;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 9px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #aaaaaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #507e96;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.smp  {
    display: none !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
}
.contents {
}
.contents a:link {
    color: #0066ff;
    text-decoration:underline;
}
.contents a:visited {
    color: #0b4fb5;
}
.contents a:hover {
    text-decoration:none;
}
#main {
    display: block;
    position: relative;
    z-index: 2;
    min-width: 1100px;
}
#main .inbox {
    position: relative;
    width: 1000px;
    margin: auto;
}
#main.sub {
    padding-top: 70px;
}
#main section {
    min-width: 1100px;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    margin: auto;
    position: relative;
    min-width: 1100px;
}
header .inbox {
    position: relative;
    display: flex;
    align-items: center;
    width: 1000px;
    height: 120px;
    margin: auto;
}
header #logo {
    width: 266px;
    height: 56px;
}
header .gn_tel,
header .sns,
header #smp_open_menu,
header #smp_close_menu {
    display: none;
}
header #gn {
    flex-grow: 1;
}
header #gn_main .nav {
    padding: 0 35px;
}
header #gn_main ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
header #gn_main ul.menu li {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
header #gn_main ul.menu li a {
    color: inherit;
    text-decoration: none;
}
header #gn_main ul.menu li a:hover {
	color: #d80c18;
}
header #gn_main ul.menu li a span {
    display: block;
	font-size:1.28rem;
	padding-bottom:8px; 
}
header #gn_main ul.menu li a.active span {
    background: url(../images/base/dotted.png) repeat-x center bottom;
}
header .tel {
    width: 289px;
    height: 48px;
}
/* 看板 */
header #mainimg {
    position: relative;
	height: 600px;
	overflow: hidden;
	background: #d80c18;
}
header #mainimg .mvlogo {
    text-align: center;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 100;
}
header #mainimg .img{
	position: relative;
	height: 600px;
}
header #mainimg .img li{
	position: relative;
	height: 600px;
}
header #mainimg .img img {
    width: 100%;
	min-width: 1366px;
    height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* NEWS */
header .news {
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    text-align: left;
    margin-left: 140px;
    margin-top: 40px;
    padding: 17px 0 12px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
header .news h2 {
    padding: 0 30px;
    height: 19px;
}
header .news h2 img {
    width: 56px;
    height: 19px;
}
header .news ul {
    border-left: 1px solid #888888;
    padding: 0 30px;
}
header .news ul li {
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.4rem;
    line-height: 1.45;
}
header .news ul li:nth-of-type(n+2) {
    margin-top: 6px;
}
header .news ul li span.date {
    white-space: nowrap;
    width: 8em;
}
header .news ul li a {
    color: inherit;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    clear: both;
    position: relative;
    z-index: 1;
    min-width: 1100px;
}
footer #f_access {
    background: #fe9c34 url(../images/base/footerback-rp.png);
    color: #000000;
    position: relative;
    padding: 66px 0 168px;
}
footer #f_access::before {
    content: "";
    display: block;
    background: url(../images/base/footerback-top.png) repeat-x;
    width: 100%;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}
footer #f_access::after {
    content: "";
    display: block;
    background: url(../images/base/footerback-bottom.png) repeat-x;
    width: 100%;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer #f_access .inbox {
    width: 1000px;
    padding: 0 50px;
    margin: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer #f_access h2 {
    width: 1000px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #ffffff;
    margin-bottom: 38px;
}
footer #f_access h2#access {
    padding-top: 50px;
}
footer #f_access h2 img {
    margin-bottom: 20px;
}
footer #f_access .lbox {
    width: 540px;
}
footer #f_access .rbox {
    width: 460px;
}
footer #f_access p {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 12px;
}
footer #f_access p.btn {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}
footer #f_access p.btn a {
    background: #ffffff url(../images/base/bot-green.png) no-repeat 324px center;
    background-size: 22px 22px;
    color: inherit;
    border: 2px solid #f00;
    width: 368px;
    padding: 18px 0;
    display: block;
    text-align: center;
}
footer #f_access p.link_btn {
    font-size: 90%;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    margin-top: 32px;
}
footer #f_access p.link_btn a {
    background: #ffffff url(../images/base/bot-green.png) no-repeat 95% center;
    background-size: 22px 22px;
    color: inherit;
    border: 2px solid #f00;
    width: 300px;
    height: 20px;
    padding: 18px 45px 18px 30px;
    text-align: center;
}
footer #f_access dl {
    margin-top: 26px;
}
footer #f_access dt {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}
footer #f_access dd {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 8px;
}
footer #f_access p.reserve{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 26px;
}
footer #f_logo {
    display: flex;
    width: 1000px;
    height: 160px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
footer #f_logo h2 {
    width: 347px;
}
footer #f_logo p.tel {
    width: 349px;
}

#copyright {
    border-top: 2px solid #d80c18;
    line-height: 1;
    text-align: center;
}
#copyright small {
    color: #666666;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 30px 0;
    width: 1100px;
    margin: auto;
    display: block;
}
#copyright small img {
    width: 120px;
    height: auto;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}