@charset "UTF-8";
/* ========== Google Fonts for Japanese Set ========== */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
ゴシック系
(for ReadText and CatchText / weight grade change)font-family: 'Noto Sans JP';
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
(for ReadText and CatchText / weight grade change)font-family: 'Noto Sans Japanese';
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
(for ReadText and CatchText / weight grade change)font-family: "Mplus 1p";
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css);
(for ReadText / weight grade change)[角丸]font-family: "Rounded Mplus 1c";
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
(for ReadText)font-family: "Sawarabi Gothic";
@import url(//fonts.googleapis.com/earlyaccess/sawarabigothic.css);
明朝系
(for ReadText)font-family: "Sawarabi Mincho";
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
(for CatchText)font-family: "Hannari";
@import url(//fonts.googleapis.com/earlyaccess/hannari.css);
(for CatchText)font-family: "Kokoro";
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css);
*/

/* ========== box-sizing: border-box RESET ========== */
/*
*, *:before, *:after {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
         -o-box-sizing: content-box;
        -ms-box-sizing: content-box;
            box-sizing: content-box;
}
*/

/* ========== Base Layout Section ========== */
html, body { height: 100%; } /* フッタを最下にしないなら削除。なお、fancybox2.0運用時は挙動がおかしくなるため切るべき。 */

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 100%;
    font-feature-settings : "palt" 1;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    line-height: 1.8;
    background-color: #fefefe;
    background-image: url(../img/season/back_xmas.webp?v2);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

div#wrapper {
    width: 1080px;
    height: 100%;
    min-height: 100%;   /* フッタを最下にしないなら削除 */
    margin: 0 auto;
    padding: 0;
    position: relative; /* フッタを最下にしないなら削除 */
    text-align: left;
    background-color: rgba(255,255,255,0.9);
/* 両サイドドロップシャドウ
    -webkit-box-shadow: -10px 0 10px -5px rgba(0,0,0,0.5), 10px 0 10px -5px rgba(0,0,0,0.5);
       -moz-box-shadow: -10px 0 10px -5px rgba(0,0,0,0.5), 10px 0 10px -5px rgba(0,0,0,0.5);
            box-shadow: -10px 0 10px -5px rgba(0,0,0,0.5), 10px 0 10px -5px rgba(0,0,0,0.5);
*/
}

/* フッタ…常に最下・フッタを最下にしないなら削除 */
body > div#wrapper {
    height: auto;
}

div#contents {
    width: 100%;
    padding-bottom: 230px;  /* フッタに指定した高さ・フッタを最下にしないなら削除 */
}

footer {
    width: 100%;
    height: 200px;
    padding: 15px 30px;
    background-color: #3C3533;
    position: absolute;     /* フッタを最下にしないなら削除 */
    bottom: 0px;            /* フッタを最下にしないなら削除 */
    border-top: 5px solid #C21824;
}

footer small {
    color: #fff;
    font-size: 80%;
    font-weight: bold;
}

footer small a:link,
footer small a:visited {
    color: #fff;
    text-decoration: none;
}

/* ========== List Tag Section ========== */
article ul,
article ol {
    margin: 0 0 0 25px;
}

/* ========== Heading Tag Section ========== */
h1 { font-size: 240%; margin: 15px 0; font-weight: bold; }
h2 { font-size: 180%; margin: 15px 0; font-weight: bold; }
h3 { font-size: 160%; margin: 15px 0; font-weight: bold; }
h4 { font-size: 140%; margin: 15px 0; font-weight: bold; }
h5 { font-size: 120%; margin: 15px 0; font-weight: bold; }
h6 { font-size: 100%; margin: 15px 0; font-weight: bold; }

/* ========== Table Section ========== */
table th,
table td {
    padding: 5px;
    border: 1px solid #000;
}
table th {
    color: #fff;
    background-color: #000;
}
table td {
    color: #000;
}


table#carfare th,
table#carfare td {
    padding: 5px 10px;
    border: 0;
    width: 140px;
}
table#carfare tr:nth-child(1) th {
    color: #BE1824;
    background-color: #ffebec;
    vertical-align: middle;
    border-bottom: 3px solid #BE1824;
    line-height: 1.2;
}
table#carfare tr:nth-child(n+2) th {
    color: #222;
    background-color: transparent;
    vertical-align: middle;
    border-bottom: 1px dashed #222;
}
table#carfare td {
    color: #000;
    border-bottom: 1px dashed #222;
}
table#carfare tr:nth-child(1) th:nth-child(n+2),
table#carfare td {
    width: 100px;
}
/* ========== DL/DT/DD Section ========== */
dl {
    margin: 2px 0 0 0;
    width: 900px;
}

dl dt {
    border-top: #CECECE 1px solid;
    display: inline;
    float: left;
    text-indent: 1px;
    padding-top: 15px;
    width: 140px;
    padding-right: 10px;
    clear: both;
    font-weight: bold;
    text-align: right;
}

dl dd {
    border-top: #CFCFCF 1px solid;
    padding-top: 15px;
    margin-bottom: 10px;
    width: 760px;
    float: left;
}


/* ========== Linked Color Section ========== */
a:link {    /* 未訪問 */
    color: #E53C48;
    text-decoration: underline;
}
a:visited { /* 訪問済 */
    color: #E53C48;
    text-decoration: underline;
}
a:hover {   /* マウスオーバ */
    color: #E53C48;
    text-decoration: underline;
}
a:active {  /* アクティブ */
    color: #f00;
    text-decoration: underline;
}
/* ========== FORM Style Section ========== */
input,textarea,select {
    font-size: 1.4em;
    padding: 3px;
    margin-right: 3px;
}
input:focus,
textarea:focus,
select:focus {
    background-color: #B2FFDD;
}
textarea {
    width: 700px;
    height: 300px;
}
input.longtxt,
select.longtxt {
    width: 700px;
}
input.middletxt,
select.middletxt {
    width: 350px;
}
input.shorttxt,
select.shorttxt {
    width: 200px;
}
input.inttxt,
select.inttxt {
    width: 60px;
}
input[type="submit"],
button[type="submit"] {
    font-weight: bold;
    font-size: 1.4em;
    width: 700px;
    margin: 15px 0;
}

/* ========== for Header Section ========== */
header {
    margin: 0 0 40px 0;
    height: 290px;
    position: relative;
    background-image: url(../img/season/header_back_xmas.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
header p {
    margin: 0;
    font-size: .8em;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    font-weight: bold;
}
header h1 {
    position: absolute;
    top: 40px;
    left: 30px;
}
header img#open {
    position: absolute;
    top: 90px;
    left: 495px;
}
header img#phone {
    position: absolute;
    top: 130px;
    left: 495px;
}
header img#mobile {
    width: 70px;
    position: absolute;
    top: 55px;
    right: 55px;
}
header img#qr {
    width: 60px;
    position: absolute;
    bottom: 95px;
    right: 55px;
}


/* ========== for Navigation Section ========== */
/* --- Global Navigation --- */
/*
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    box-shadow:0px 0px 10px 0px #000;
    -moz-box-shadow:0px 0px 10px 0px #000;
    -webkit-box-shadow:0px 0px 10px 0px #000;
    z-index: 999;
}
*/
nav#global {
    width: 100%;
    height: 50px;
    /*background-color: #669;*/
    letter-spacing: -1em;
    position: absolute;
    bottom: -20px;
    left: 0;
}

nav#global ul {
    width: 1080px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/navi.png) no-repeat;
}

nav#global ul li {
    display: inline-block;
    letter-spacing: 0em;
}

nav#global ul li a {
    display: block;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    /*border-right: 1px dashed #000;*/
}

nav#global ul li#btnhome a { width: 120px; }
nav#global ul li#btnhome a.active,
nav#global ul li#btnhome a:focus,
nav#global ul li#btnhome a:hover {
    background: url(../img/navi.png) no-repeat left bottom;
}

nav#global ul li#btnsyst a { width: 120px; }
nav#global ul li#btnsyst a.active,
nav#global ul li#btnsyst a:focus,
nav#global ul li#btnsyst a:hover {
    background: url(../img/navi.png) no-repeat -120px -50px;
}

nav#global ul li#btncast a { width: 120px; }
nav#global ul li#btncast a.active,
nav#global ul li#btncast a:focus,
nav#global ul li#btncast a:hover {
    background: url(../img/navi.png) no-repeat -240px -50px;
}

nav#global ul li#btnsche { position: relative; }
nav#global ul li#btnsche time {
    position: absolute;
    text-align: center;
    width: 95px;
    top: -17px;
    right: 0px;
    font-size: .7em;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    border: 3px solid #F5E6A6;
    font-weight: bold;
    color: #F5E6A6;
    background-color: #C2151E;
}
nav#global ul li#btnsche a { width: 120px; }
nav#global ul li#btnsche a.active,
nav#global ul li#btnsche a:focus,
nav#global ul li#btnsche a:hover {
    background: url(../img/navi.png) no-repeat -360px -50px;
}

nav#global ul li#btnblog { position: relative; }
nav#global ul li#btnblog time {
    position: absolute;
    text-align: center;
    width: 95px;
    top: -17px;
    right: 0px;
    font-size: .7em;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    border: 3px solid #F5E6A6;
    font-weight: bold;
    color: #F5E6A6;
    background-color: #C2151E;
}
nav#global ul li#btnblog a { width: 120px; }
nav#global ul li#btnblog a.active,
nav#global ul li#btnblog a:focus,
nav#global ul li#btnblog a:hover {
    background: url(../img/navi.png) no-repeat -480px -50px;
}

nav#global ul li#btngrav a { width: 120px; }
nav#global ul li#btngrav a.active,
nav#global ul li#btngrav a:focus,
nav#global ul li#btngrav a:hover {
    background: url(../img/navi.png) no-repeat -600px -50px;
}

nav#global ul li#btnmovi a { width: 120px; }
nav#global ul li#btnmovi a.active,
nav#global ul li#btnmovi a:focus,
nav#global ul li#btnmovi a:hover {
    background: url(../img/navi.png) no-repeat -720px -50px;
}

nav#global ul li#btnlink a { width: 120px; }
nav#global ul li#btnlink a.active,
nav#global ul li#btnlink a:focus,
nav#global ul li#btnlink a:hover {
    background: url(../img/navi.png) no-repeat -840px -50px;
}

nav#global ul li#btnrecr a { width: 120px; }
nav#global ul li#btnrecr a.active,
nav#global ul li#btnrecr a:focus,
nav#global ul li#btnrecr a:hover {
    background: url(../img/navi.png) no-repeat -960px -50px;
}


/* --- for TopicPath/Breadcrumb --- */
/* Simple */
#topicpath {
    /*background-color: #fff;*/
    width: 100%;
    padding: 5px 0 5px 30px;
    font-size: .9em;
    font-weight:bold;
    letter-spacing: 0.1em;
    position: absolute;
    top: 310px;
    left: 0;
}
#topicpath ol li {
        display: inline;
}
#topicpath ol li:before {
        content: " > ";
}
#topicpath ol li:first-child:before {
        content: "";
}

/* Graphical
#topicpath {
    font-size: 80%;
    font-weight: bold;
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    box-shadow: 0 0 8px rgba(0,0,0,.7);
    overflow: hidden;
    width: 1077px;
}
#topicpath li{
    float: left;
}
#topicpath a {
    padding: .6em 1em .6em 2em;
    float: left;
    text-decoration: none;
    color: #e95189;
    position: relative;
    text-shadow: 0 3px 0 rgba(255,255,255,.7);
    background-color: #ddd;
    background-image: linear-gradient(to right, #f5f5f5, #ddd);
}
#topicpath li:last-child {
    padding: .6em 1em .6em 2em;
    float: left;
    text-decoration: none;
    color: #36b0c7;
    position: relative;
    text-shadow: 0 3px 0 rgba(255,255,255,.7);
    background-color: #eee;
}
#topicpath li:first-child a{
    padding-left: 2em;
    border-radius: 5px 0 0 5px;
}
#topicpath a:hover{
    background: #fff;
}
#topicpath a:after,
#topicpath a:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -0.7em;
}
#topicpath a:after{
    z-index: 2;
    border-left-color: #ddd;
}
#topicpath a:before{
    border-left-color: #ccc;
    right: -1.1em;
    z-index: 1;
}
#topicpath a:hover:after{
    border-left-color: #fff;
}
#topicpath .current,
#topicpath .current:hover{
    font-weight: bold;
    background: none;
}
#topicpath .current:after,
#topicpath .current:before{
    content: normal;
}
*/

/* --- Footer Navigation --- */
footer nav ul li {
    display: inline;
    list-style-type: none;
}
footer nav ul li:before,
footer nav ul li:last-child:after {
    content: "|";
    padding: 0 5px;
    color: #fff;
}

/* ========== for Aside Section ========== */
aside #mailmag,
aside #link {
    margin: 15px 0;
    font-size: .9em;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F1F1F1), color-stop(1, #D9D9D9));
    background:-moz-linear-gradient(top, #F1F1F1 5%, #D9D9D9 100%);
    background:-webkit-linear-gradient(top, #F1F1F1 5%, #D9D9D9 100%);
    background:-o-linear-gradient(top, #F1F1F1 5%, #D9D9D9 100%);
    background:-ms-linear-gradient(top, #F1F1F1 5%, #D9D9D9 100%);
    background:linear-gradient(to bottom, #F1F1F1 5%, #D9D9D9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#D9D9D9',GradientType=0);
    background-color:#F1F1F1;
    border-bottom: 5px solid #BE1824;
}
aside #mailmag h2,
aside #link h2 {
    margin: 0;
}
#mailmag article,
#link article {
    padding: 15px;
}

/* MAIL MAGAZINE */
aside #mailmag input#mmta,
aside #mailmag button#mmbtn {
    width: 260px;
    margin: 0;
    font-size: .8em;
}
aside #mailmag h3 {
    margin: 15px 0;
    font-size: 1.0em;
}


/* LINK */
aside #link article section {
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-align: center;
}

aside #link article section h3 {
    font-size: .9em;
    display: inline;
}
aside #link article section a img {
    max-width: 240px;
    margin: 0 auto;
}