.article{
    font-family: "M PLUS Rounded 1c","Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
a{
    color: #ff88a5;
}

button.button_lang{
    font-family : inherit;
    font-size   : 100%;

    border: 2px solid #333;
    padding: 5px 10px;
    display: inline-block;
    margin-top: -5px;
    font-weight: bold;
}
.header-nav-item{
    cursor : pointer;
}
.split-img{
    height: 80vh;
}
h2.article-title{
    font-size: 20px;
}
h2.article-title2{
    font-weight: 800;
    font-size: 24px;
    text-align: center;
}
.article-subtitle{
    font-size: 14px;
    margin-top: -0.5em;
    text-align: center;
    color: #8d9ca7;
}
h3.article-info-title{
    font-size: 18px;
}
p.article-img{
    margin-bottom: 40px;
    color: #999;
}
.article-body img {
    margin-bottom: 10px;
}
p{
    margin-top: 4px;
    word-break: break-word;
}
.article ul{
    margin-top: 4px;
    margin-bottom: 30px;
}
.article ul li {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}

.content{
    margin-top: 80px;
}
.header{
    background-color: #fff;
}
.footer div{
    color: #eee;
}

.event-text{
    background-color: rgb(255, 242, 206);
    padding: 1em;
    margin-top: 2em;
}

table{
    margin: 1em 0 2em 0;
}
th{
    text-align: left;
    padding-right: 1em;
    vertical-align: top;
    white-space:nowrap;
}

._msg{
    margin-bottom: 2em;
}

.button-gonft{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #3b9ad5;
    border: 2px solid #3b9ad5;
    padding: 0px 6px;
    margin-left: 0.5em;
    border-radius: 4px;
}

img.mini{
    margin-bottom:0;
}

.section h3, .section-sub h3 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.section h3 span, .section-sub h3 span{
  position: relative;
  display: inline-block;
  padding: 0 65px;
  size: 16px;
}
.section h3 span:before, .section h3 span:after, .section-sub h3 span:before, .section-sub h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.section h3 span:before, .section-sub h3 span:before {
  left: 0;
}
.section h3 span:after, .section-sub h3 span:after {
  right: 0;
}

/* section */
.section-sub{
    padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
    .section-sub{
        padding: 0 0 60px 0;
    }
}

.header-img{
    width: 100%;
    min-height: 200px;
    max-height: 30%;
    object-fit: cover;
}

.header-logo img{
    width: auto;
    height: 50px;
}
.logo_big{
    display: inline;
}
.logo_mini{
    display: none;
}
@media screen and (max-width: 500px) {
    .logo_big{
        display: none;
    }
    .logo_mini{
        display: inline;
    }
}

.sidemenu{
    margin: 1em 0 1em 2em;
    font-size: 16px;
    font-weight: bold;
}

/* あとで使う
.sidemenu li{
    border-bottom: 3px dotted #ffc4ac;
    padding: 0.5em 0 0.5em 1em;
}
.sidemenu li:last-child{
    border: none;
}
.sidemenu ul ul{
    padding-left: 1.5em;
}
.sidemenu ul ul li{
    padding-right: 1.5em;
}
*/
/* 仮のやつ */
.sidemenu li{
    padding: 0.5em 2em 0.5em 0em;
}

.sidemenu a{
    color: #333;
}
.right{
    width: 100%;
    text-align: right;
    padding-right: 1em;
    cursor: pointer;
}
.footlink{
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}
.footlink a{
    padding: 0 1em;
}

.marquee_container {
    overflow: hidden;
    padding-top: 30px;
}
.marquee_text {
    transform: translateX(100%);
    animation: marquee 15s linear infinite;
    font-size: 26px;
    font-weight: bold;
    font-family: "Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    vertical-align: middle;
}
.marquee_text img{
    vertical-align: middle;
}
@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@media screen and (min-width: 1500px) {
    .marquee_text {
        animation-duration: 23s;
    }
}
@media screen and (max-width: 600px) {
    .marquee_text {
        animation-duration: 10s;
        font-size: 16px;
    }
}

.TBD-sale{
    text-align: center;
    color: #96616f;
}
