@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "游ゴシック", Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #221e1f;
	font-weight: 500;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    line-height: 22px;
}

* {
    box-sizing: border-box
}
iframe {
	vertical-align: bottom;
}
.rows {
    width: 100%;
    float: left;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
p{
    margin: 0;
}
button {
    outline: none !important;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	width: 100%;
}

textarea {
    resize: none;
}

input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover,
a:focus,
a:active {
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    border: none;
    outline: none;
    color: inherit;
    text-decoration: none;
}
a,
h1,
h2,
h3,
h4,
ul,
li {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    float: left;
}

section,
footer {
    width: 100%;
    float: left;
}

/* Cont */
.cont {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.cont1 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
/* End cont */
.fa{
    position: relative;
    top: 1px;
}
.btn-style{
    background: #d1a162;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}



/* Slider */
.row-header{
    width: 100%;
    float: left;
    max-height: 720px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.logo-main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
    width: 100%;
}
.logo-main a{
    display: inline-block;
}
.txt-slider{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-top: 60px;
    width: 100%;
    float: left;
	font-feature-settings: "palt";
}
.row-slider img{
    width: 100%;
    max-width: inherit;
}

.row-slider{
    min-height: 100%;
    overflow: hidden; 
}
.mv-slide{
    position:relative;
    width:100%;
    height: 100vh;
    /* overflow: hidden; */
}
.mv-slide:before{
    display:block;
    padding-top:46%;
    content:''
}
.mv-slide>li{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:auto;
    overflow:hidden;
    -webkit-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
    -webkit-transition:opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1),width 2s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1),width 2s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1),width 2s cubic-bezier(0.165, 0.84, 0.44, 1),transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1),width 2s cubic-bezier(0.165, 0.84, 0.44, 1),transform 2s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.mv-slide>li.is-show{
    opacity:1;
    width:100%;
    -webkit-transform:scale(1.01, 1.01);
    -ms-transform:scale(1.01, 1.01);
    transform:scale(1.01, 1.01);
    z-index:3
}
.mv-slide>li.is-next{
    opacity:0;
    width:50%;
    -webkit-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    transform:scale(1, 1);
    z-index:1
}
.mv-slide>li.is-hidden{
    opacity:1;
    width:100%;
    z-index:2
}
.mv-slide>li img{
    width:100vw
}

/* Icon menu sp */
.icon-menu-sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 50px;
    z-index: 5;
    cursor: pointer;
    display: none;
    transition: all 0.6s ease;
}
.icon-menu-sp.active {
    transform: translateX(0);
}
.icon-menu-sp > div {
    transition: all 0.6s ease;
}
.icon-menu-sp.on > div {
    background:#ffffff;
}

.icon-menu-sp > div:before,
.icon-menu-sp > div span:before,
.icon-menu-sp > div span:after {
    content: "";
    display: block;
    background: #ffffff;
    width: 25px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 12px);
    transition: all 0.4s ease;
}
.icon-menu-sp > div span:before {
    top: calc(50% - 10px);
}
.icon-menu-sp > div span:after {
    top: calc(50% + 8px);
}
.icon-menu-sp.on > div:before {
    display: none;
}
.icon-menu-sp.on > div span:before,
.icon-menu-sp.on > div span:after {
    background: #fff;
    top: calc(50% - 1px);
}
.icon-menu-sp.on > div span:before {
    transform: rotate(225deg);
}
.icon-menu-sp.on > div span:after {
    transform: rotate(315deg);
}
/* End icon menu sp */

/* Menu */
.row-menu{
    padding: 25px 0;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.35s ease 0s; 
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.logo-sp{
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    cursor: pointer;
    display: none;
}
.logo{
    width: 20%;
    float: left;
    padding-top: 13px;
}

.logo a{
    display: inline-block;
    -webkit-transition: all 0.35s ease 0s; 
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.menu-cont{
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}
.menu{
    float: right;
    width: 80%;
    text-align: right;
    height: 67px;
    line-height: 67px;
    -webkit-transition: all 0.35s ease 0s; 
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    padding: 0;
}
.menu ul{
    overflow: hidden;
}
.menu li{
    background: url(./assets/images/line-menu.png) left center no-repeat;
    background-size: 18px 18px;
    padding-left: 10px;
    float: left;
    width: 14%;
    text-align: center;
}
.menu li.menu-item{
    width: 5%;
}
.menu li.menu-item a:hover{
    border-bottom:none;
    opacity: 0.5;
}
.menu li:last-child{
    background: url(./assets/images/line-menu.png) right center no-repeat, url(./assets/images/line-menu.png) left center no-repeat;
}
.menu li a{
    font-size: 16px;
    font-weight: bold;
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    display: inline-block;
    border-bottom: 2px #fff solid;
    color: #c61c49;
}

.menu li a img{
    vertical-align: middle;
}
.menu li a:visited{
    color: #cd496c;
}
.menu li a.active, .menu li a:hover{
    border-bottom: 2px #f62323 solid;
    color: #f62323;
}
.pos-fixed {
    position: fixed;
    z-index: 3;
    top: 0px;
    padding: 10px 0;
    -webkit-transition: all 0.35s ease 0s; 
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.pos-fixed .logo a{
    width: 245px;
    -webkit-transition: all 0.35s ease 0s; 
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.pos-fixed .menu{
    padding-top: 0px;
    -webkit-transition: all 0.35s ease 0s; 
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

/* Row banner */
.row_banner{
    background-image: url(https://blog.ti-da.net/template/custom/server6/yakuzenbijin/assets/images/bn-page.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 300px;
    position: relative;
    background-position: center bottom;
}
.txt_banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 35px;
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    letter-spacing: 6px;
}
.title_banner{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    letter-spacing: 6px;  
}
/* End row banner */

/* Row content */
.row-content{
    padding: 50px 0 100px;
    background-color: #be3a5d;
}
.contents-left{
    float: left;
    padding: 40px;
    box-sizing: border-box;
    width: 70%;
    background-color: #fff;
}
.contents-right {
    float: right;
    width: 30%;
    padding-left: 40px;
}


/* Articles head */
.article-head{
    margin: 30px 0;
}
.article-head-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 160%;
}
.article-head-date{
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: normal;
    color: #888;
    font-weight: bold;
}
.article-head-cat{
    float: none;
    padding: 30px 0 20px 0;
}
.article-head-cat a{
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    color: #9c9c9c;
    background-color: #e8e8e8;
    padding: 2px 7px;
    display: inline-block;
}
/* End articles head */

/* Articles content */
.article-ct{
    color: #333;
    word-break: normal;
    line-height: 200%;
    font-size: 17px;
    margin: 0 0 30px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.article-ct-title{
    margin: 80px 0 30px;
    background-color: #f3f3f3;
    border-radius: 10px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 160%;
    padding: 21px 18px 20px;
    letter-spacing: 2px;
}
.article-ct a {
	color: #0bd;
}
.article-tag{
    text-align: right;
}
.article-tag span{
    display: inline-block;
}
/* End articles content */

/* Related articles */
.related-article{
    margin-top: 20px;
    color: #333;
    word-break: normal;
    line-height: 200%;
    font-size: 17px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.related-article-title{
    color: #FFFFFF;
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}
.related-article-title a{
    color: #ffffff;
    text-decoration: underline;
}
.related-article-title a:hover{
    text-decoration: none;
}
.related-article-item{
    margin-bottom: 5px;
    border-bottom: 1px #ccc dotted;
    line-height: 160%;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    float: left;
}
.related-article-img{
    float: left;
    width: 20%;
    max-width: 140px;
    max-height: 80px;
    overflow: hidden;
    padding: 0 20px 0 15px;
}
.related-article-txt{
    float: left;
    width: 75%;
}
.related-article-author{
    margin: 25px 0 0 0;
    text-align: right;
    font-size: 10px;
}
.a-link{
    -webkit-tap-highlight-color: rgba(57, 127, 218, .2);
    text-decoration: none;
    color: #0bd;
}
.a-link:hover{
    color: #0bd;
}
/* End related articles */

/* h3,h4 */
.row-content .article-head h3,
.row-content .article-ct h3,
h3.contents-headline{
    color: #990033;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: transparent;
}
h3.contents-headline:after{
    content: '';
    display: none;
}

.row-content .article-head h4,
.row-content .article-ct h4{
    border-left:3px solid #b0455e;
    padding-left: 5px;
    background: transparent;
}
/* End h3,h4 */

/* Articles comment */
.article-cm{
    margin-top: 20px;
}
.article-cm-item{
    margin-top: 20px;
    width: 100%;
    float: left;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-align: center;
}
.article-cm-left{
    width: 10%;
    float: left;
    white-space: nowrap;
}
.article-cm-right{
    width: 90%;
    float: left;
    padding-left: 15px;
}

.article-cm input[type=text]{
    padding: 10px;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.article-cm textarea {
    font-size: 1.2rem;
    height: 200px;
    background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    resize: vertical;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 15px 20px;
    border-radius: 5px;
    outline: none;
    transition: all 0.35s ease 0s;
    overflow: hidden;
}

.article-cm-txt{
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}

.article-cm-button{
    padding: 8px 18px 8px 18px;
    font-size: 14px;
    border-radius: 3px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border: 1px solid #333;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
    letter-spacing: 3px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    outline: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.article-button{
    margin-top: 30px;
    text-align: center;
}
.article-cont{
    max-width: 420px;
    margin: 0 auto;
}
.article-btn{
    display: block;
    background-color: #fff;
    border: 1px solid #be3a5d;
    color: #c61c49;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}
.article-btn:visited{
    color: #cd496c;
}
.article-btn:hover,
.article-btn:active{
    color: #f62323;
    border: 1px solid #be3a5d;
    /* background-color: #000; */
    /* color: #fff; */
    /* -webkit-transition: all 0.35s ease 0s; */
    /* -moz-transition: all 0.35s ease 0s; */
    /* transition: all 0.35s ease 0s; */
    opacity: 0.7;
}
.article-btn i{
    padding-right: 5px;
}
.article-prev{
    width: 200px;
    padding: 10px;
}
.article-next{
    width: 200px;
    padding: 10px;
    float: right;
}
.article-prev i, .article-next i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.article-prev i{
    left: 15px;
}
.article-next i{
    right: 15px;
}

input[type=radio],
input[type=checkbox] {
    display: none;
    margin: 0;
}
input[type=radio] + label,
input[type=checkbox] + label {
    padding: 0 0 0 24px;
    font-size: 16px;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: white;
}
input[type=radio] + label::before {
    border: 2px solid #c2ced2;
    border-radius: 30px;
}
input[type=checkbox] + label::before {
    border: 2px solid #c2ced2;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px; 
    background: #19c5ff;
    border-radius: 8px;
}
input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #12b4eb;
    border-bottom: 3px solid #12b4eb;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.article-cm-right input[type=checkbox] + label{
    position: relative;
}
/* End articles comment */

/* Sidebar */
.sidetitle {
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    color: #333;
    padding: 8px 0;
    margin: 30px 0 15px 0;
    font-weight: bold;
    border-radius: 3px;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}

.input-form {
    width: 150px !important;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.button-form {
    padding: 8px 18px 8px 18px;
    font-size: 14px;
    border-radius: 3px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border: 1px solid #333;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
    letter-spacing: 3px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    outline: none;
    cursor: pointer;
}

.profile .photo {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.profile .photo img {
    width: 150px;
}
.nickname {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 10px 0;
    text-align: center;
    letter-spacing: 1px;
	color: #fff;
}
.message {
	color:#666;
	padding:15px;
	font-size:14px;
	border:1px solid #efefef;
	background-color: #fff;
	line-height: 1.5;
}
.sidebody {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding:0 0 10px 0;
	color:#fff;
	border-bottom:1px dotted #ccc;
}

.sidebody a{
    color:#fff;
}

.sidebody a:hover,
.sidebody a:active{
    color:#fff;
    opacity: 0.5;
}
.image-aside {
    display: block;
    margin: 0 5% 0 0;
    max-width: 200px;
    width: 40%;
    overflow: hidden;
}
.image-aside img {
    width: 100%;
    margin: 0 0 5px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 3px;
}
.image-aside img:hover {
	opacity: 0.8;
}
.text-aside {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    word-wrap: break-word;
    font-size: 12px;
}

.text-aside a{
    font-size: 15px;
}
#album-link {
    background-color: #333!important;
    text-align: center!important;
    border: 1px solid #333!important;
    font-size: 14px!important;
    font-weight: bold!important;
	padding: 10px!important;
	margin: 0 auto!important;
    width: 260px!important;
	box-sizing: border-box!important;
    color: #fff!important;
    filter: alpha(opacity=100);
}
.side #clogBtnAlbum {
    text-decoration: none;
    background-color: #333;
    font-weight: bold;
    opacity: 1;

}
a:visited #album-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:link #album-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

a:hover #album-link,
a:active #album-link{
    opacity: .5;
    filter: alpha(opacity=50);
}
.counter .side .sidebody {
    font-size: 14px;
	border: none;
    font-weight: normal;
    padding: 0px;
	margin: 5px 0 0;
}
.tag_cloud a {
    padding-right: 8px;
}
ul.rss {
    text-align: center;
}
ul.rss li {
    border-right: 1px solid #999;
    display: inline;
    font-size: 88%;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-right: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.2em;
    color: #fff;
}
.shop_info {
	width: 300px!important;
    font-size: 12px!important;
	color:#333!important;
}
.shop_info th {
    padding: 5px 0!important;
	border-bottom:1px solid #333!important;
	width: 20%!important;
	box-sizing: border-box!important;
}
.shop_info-th {
    background-color:#f9f9f9!important;
    color:#333!important;
    text-align:center!important;
    margin:0!important;
    padding:10px 0!important;
    border-radius: 0!important;
}
.shop_info-td {
	margin: 0!important;
	padding: 0!important;
}
.shop_info td {
    width: 80%!important;
    padding: 10px 5px!important;
    margin: 0px 10px 0 5px!important;
	box-sizing: border-box!important;
    word-wrap: break-word!important;
    border-bottom: 1px dotted #333!important;
}
/*
.info {
	width: 300px;
    font-size: 12px;
	color:#333;
}
.info th {
    padding: 10px 0;
	border-bottom:2px solid #666;
	width: 20%;
	box-sizing: border-box;
}
.info td {
    width: 80%;
    padding: 10px 5px;
    margin: 0px 10px 0 5px;
	box-sizing: border-box;
    word-wrap: break-word;
    border-bottom: 1px dotted #333;
}
*/
.calender{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
    font-size: 14px;
    color: #fff;
    background: transparent;
}
.calendartable{
    border: 0px solid #006699;
    background: transparent;
    color: #fff;
	font-size: 13px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.calendarwd{
	padding: 5px;
}
.calendarweek{}
.calendard{
	text-align: center;
	color: #999999;
    background-color: transparent;
    color: #fff;
}
.sun{
	color: #fff;
}
.sat{
	color: #fff;
}
.today{
	font-weight: bold;
	color: #666666;
	background-color: #dddddd;
}
.calendar a {
	padding: 2px;
	text-decoration: underline;
}
.subscription .sidebody, .search .sidebody, .ad .sidebody, .tag_cloud .sidebody, .profile .sidebody, .inquiry .sidebody {
    border: none;
    padding: 0;
}
/* End sidebar */

/* Page top */
.page-top {
    position: fixed;
    bottom: 30px;
    z-index: 99;
    right: 15px;
    width: 40px;
    height: 40px;
}
/* End page top */






/* Row index news */
.row-ind-news{
    background: #be3a5d;
    padding: 60px 0;
}
.ind-news-title-main{
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    line-height: 160%;
    text-align: center;
    border-bottom: 1px #fff solid;
    margin-bottom: 30px;
}
.ind-news-row-margin{
    margin: 0 -12px;
}
.ind-news-ct{
    background: #fff;
}
.ind-news-ct a{
    display: block;
}
.ind-news-item{
    width: 33.033%;
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    height: auto;
    overflow: hidden;
    vertical-align: top;
    margin: 0 0 20px 0;
}
.ind-news-date{
    color: #330000;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    border: 2px #d1a162 solid;
    padding: 2px 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.ind-news-ct a:hover .ind-news-date,
.ind-news-ct a:active .ind-news-date{
    border:2px solid #c61c49;
    background:#fff;
    color:#c61c49 ;
}
.ind-news-title{
    font-size: 18px;
    font-weight: bold;
    color: #330000;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
}
.ind-news-txt{
    font-size: 12px;
    color: #330000;
    line-height: 22px;
    padding: 20px;
}
.ind-news-more{
    text-align: center;
}
.ind-news-more{
    color: #330000;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}
.ind-news-ct a:hover .ind-news-more,
.ind-news-ct a:active .ind-news-more{
    color:#c61c49 ;
}
.ind-news-btn{
    margin-top: 30px;
}
.ind-news-btn a{
    display: inline-block;
    background: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #c61c49;
    width: 130px;
    line-height: normal;
    padding: 10px 0;
    width: 100%;
    max-width: 460px;
    height: 60px;
    line-height:43px ;
}


.ind-news-btn a:hover,
.ind-news-btn a:active{
    border: 2px solid #fff;
    background: #c61c49;
    color: #fff;
    line-height: 39px;
}
/* End row index news */

/* rss_list */
.rss_list,.rss_list_black {
    margin: 16px 0px;
}
.rss_list p{
    color: #be3a5d;
    padding:0 0 10px;
    border-bottom: dotted 1px #eeeeee; 
}
.rss_list a{
    color: #fff;
}
.rss_list a:hover,
.rss_list a:active{
    opacity: 0.5;
}
.rss_list,.rss_list_black p{
    color: #ff3399;
    padding:10px 0 10px;
    /* border-bottom: dotted 1px #eeeeee; */
}
.rss_list_black a{
    color: #ff3399;
}
.rss_list_black a:hover,
.rss_list_black a:active{
    opacity: 0.8;
}
/* End rss_list */

/* Row index banner menu */
.row-ind-bm{
    background: #be3a5d;
    padding: 60px 0;
}
.ind-bm-row-margin{
    margin: 0 -20px;
}
.ind-bm-item{
    width: 50%;
    float: left;
    padding: 0 20px;
}
.ind-bm-ct{
    width: 100%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.2);
}
.ind-bm-title{
    display: inline-block;
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    color: #332d2f;
    padding-bottom: 5px;
    border-bottom: 1px #d1a162 solid;
    text-align: center;
}
.ind-bm-img{
    width: 50%;
    float: left;
}
.ind-bm-txt{
    width: 50%;
    float: left;
    background: #fff;
    padding: 30px;
    text-align: center;
}
.ind-bm-link{
    background: #c61c49;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

a.ind-bm-link:hover,
a.ind-bm-link:active{
    opacity: 0.5;
    color: #fff;
}
/* End row index banner menu */

/* Row index map */
.row-ind-map{
    position: relative;
}
.ind-map-over{
    background: rgba(66, 33, 11, 0.3);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#ind-map{
    width: 100%;
    float: left;
    border: 0;
    height: 300px;
}
/* End row index map */


/* Row index info */

.row-ind-info{
    background: #be3a5d;
    padding: 30px 0;
}
.ind-info-ct{
    background: #f2ece6;
    padding: 25px 30px;
    width: 100%;
    float: left;
}
.ind-info-left{
    width: 50%;
    float: left;
    padding-right: 30px;
}
.ind-info-left table{
    width: 100%;
}
.ind-info-left table tr td:first-child{
    white-space: nowrap;
    padding-right: 15px;
}
.ind-info-right{
    width: 50%;
    float: left;
    border-left: 1px #ccc solid;
    padding-left: 30px;
}
.ind-info-btn{
    background: #c61c49;
    color:#fff ;
    display: inline-block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

a.ind-info-btn:hover,
a.ind-info-btn:active{
    opacity: 0.5;
    color: #fff;
}
/* End index info */

/* instagram */
.row-instagram{
    position: relative;
    line-height: 0;
}
.row-instagram iframe{
    width: 100%;
    border: none;
    overflow: auto;
    -ms-overflow-style: none;
}
.row-instagram iframe body, .row-instagram iframe {
    overflow: hidden;
}
/* #instagram_p {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
#instagram_p li {
    float: left;
    padding: 0;
    width: 25%;
    max-height: 256px;
    overflow: hidden;
}
#instagram_p li a {
    display: block;
}
#instagram_p li a:hover {
    opacity: 0.5;
}
#instagram_p li a img {
    width: 100% !important;
    max-width: inherit;
} */

.icon-instagram{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 2;
}
/* End instagram */
/* Footer */
.row-copyright{
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 12px;
    color: #221e1f;
    line-height: 22px;
    padding: 15px 0;
    text-align: center;
    background: #f2f2f2;
}
.copyright-fm{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End footer */

/* Fix IE */

body.ie .logo{
    padding-top: 5px;
}
body.ie .menu{
    padding-top: 0px;
}
body.ie{
    overflow-x: hidden;
}
body.ie .row-instagram{
    margin-right: -20px;
}
body.ie .icon-instagram{
    left: 49.5%;
}
body.ie .pos-fixed .menu{
    padding-top: 0px;
}

/* body.ie .row-instagram iframe{
    width: 100vw;
} */

.ind-news-img {
	height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
}
.entry-meta {
	text-align: right;
	font-size: 12px;
}

.contents-headline {
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	font-weight: bold;
}
.contents-headline:after {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	margin: 15px auto 0;
	background-color: #333;
}
.contents-headline span {
	font-size: 10px;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
	margin: 0 0 2px 0;
	color: #d1a162;
}
.article-list {
}
.article-list a {
	color: #666;
}
.article-list li {
	padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.article-list li a {
	display: block;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-list li a:hover {
	text-decoration: none;
}
.article-list li a:hover .article-title,
.article-list li a:active .article-title{
    color: #f62323;
    opacity: 0.7;
}
.article-list li a:hover .article-image {
	opacity:0.85;
}
.article-list-inner {
	box-sizing: border-box;
    padding: 10px;
    position: relative;
}
.article-list-inner-left {
    width: 200px;
	height: 150px;
    float: left;
	margin: 0 20px 5px 0;
}
.article-image {
	width: 200px;
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-list-inner-right {
	display: flex;
}
.article-text {
}
.article-time {
	font-size: 12px;
	margin: 3px 0 10px 0;
	letter-spacing: 0.03rem;
	color: #999;
}
.article-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px 0;
	color:#cd496c;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-text {
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}
#blogadd {
	display: none;
}
.entry-wrap-body-shop-about {}
.entry-wrap-body-shop-left {
    margin: 40px 0 50px;
    float: left;
    width: 580px;
}
.entry-wrap-body-shop-left strong.en {
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
}
.entry-wrap-body-shop-left span {
    font-size: 12px;
    font-weight: bold;
}
.entry-wrap-body-shop-left table {
    text-align: left;
    font-size: 15px;
    margin: 0 0 60px;
}
.entry-wrap-body-shop-left table tr {}
.entry-wrap-body-shop-left table tr th {
    padding: 10px 80px 0 0;
	font-weight: 500;
	width: 390px;
}
.entry-wrap-body-shop-left table tr td {}
.entry-wrap-body-shop-right {
    margin: 90px 0 50px;
    float: left;
    width: 400px;
}
.entry-wrap-body-shop-right img {
    margin: 0 0 20px;
}
.entry-wrap-body-shop-left table tr {}
.entry-wrap-body-shop-left table tr th {
    padding: 10px 80px 0 0;
	font-weight: 500;
	width: 390px;
}
.entry-wrap-body-shop-left table tr td {}
.entry-wrap-body-shop-right {
    margin: 90px 0 50px;
    float: left;
    width: 400px;
}


.entry-wrap .entry-list-4 {
	clear: both;
	margin: 0 0 60px;
}
.entry-wrap .entry-list-4 strong {
	display: block;
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
}
.entry-wrap .entry-list-4 span {
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0px!important;
    padding: 0 0 0 15px;
    font-size: 12px!important;
    font-weight: bold!important;
}
.entry-wrap .entry-list-4 li {
	width: 23%;
	margin: 0 1%;
	float: left;
}
.entry-wrap .entry-list-4 li:first-child {
	margin: 0!important;
}
.entry-wrap .entry-list-4 li a {
	color: #333;
}
.entry-wrap .entry-list-4 li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.entry-wrap .entry-list-photo {
	width: 225px;
	height: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #eee;
}
.entry-wrap .entry-list-text-date {
    margin: 15px 0 9px;
    color: #333;
}
.entry-wrap .entry-list-text-title {
    color: #333;
    font-size: 15px;
    line-height: 1.2;
}
.entry-wrap .shop-list {
	margin: 0 0 50px;
}
.entry-wrap .shop-list strong,
.related-shop strong {
	display: block;
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0 15px 0 0;
}
.entry-wrap .shop-list span,
.related-shop span {
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0px!important;
    padding: 0 0 0 15px;
    font-size: 12px!important;
    font-weight: bold!important;
}
.entry-wrap .shop-list li {
	width: 18%;
	float: left;
	margin: 0 1%;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.entry-wrap .shop-list li a {}
.entry-wrap .shop-list li a:hover{
	opacity: 0.8;
}
.entry-wrap .shop-list li a img {}
.entry-wrap .shop-list-text {}
.entry-wrap .shop-list-text-catch {
	color: #333;
	font-size: 12px;
	line-height: 1;
	margin: 15px 0 7px;
}
.pc-hidden {
	display: none;
}
.reservation-box {
	position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
.reservation-box img {
	width: 75px;
}
.reservation-box img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

@media screen and (max-width: 1310px){
    .cont1{
        padding: 0 15px;
    }
}

@media screen and (max-width: 1130px){
    .cont{
        padding: 0 15px;
    }
    /* Row index news */
    .ind-news-title{
        padding: 0 15px;
    }
    .ind-news-txt{
        padding: 15px;
    }
    /* Row index banner menu */
    .ind-bm-row-margin{
        margin: 0 -15px;
    }
    .ind-bm-item{
        padding: 0 15px;
    }
}

@media screen and (max-width:1060px){
    /* Row header */
    .row_banner{
        background-attachment: inherit;
		background-size: cover;
		height: 200px;
    }
    /* Row index banner menu */
    .ind-bm-row-margin{
        max-width: 470px;
        margin: 0 auto;
    }
    .ind-bm-item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .ind-bm-item:last-child{
        margin-bottom: 0;
    }
    .title_banner{
        top: 23%;
    }
    .txt_banner{
        width: 100%;
        top:39%;
    }
}
@media screen and (min-width:993px){
    .menu, .logo{
        display: block !important;
    }
}

@media screen and (max-width:992px){
    /* Header */
    .logo-main img{
        width: 70%;
        height: auto;
    }
    .txt-slider{
        margin-top: 30px;
    }
    .icon-menu-sp{
        display: block;
    }
    .logo-sp{
        display: block;
    }
    .row-menu{
        padding: 0;
    }
    .logo{
        display: none;
    }
    .menu{
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        background: #b0455e;
        transform: translateX(100%);
        transition: all 0.5s ease;
        width: 300px;
        z-index: 4;
        overflow-y: scroll;
    }
    .menu.on {
        transform: translateX(0);
    }
    .menu ul.row-sns-menu{
        width: 80%;
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .row-sns-menu li.menu-item{
        float: left;
        width: 33%;
    }
    .row-sns-menu li.menu-item a{
        border: none;
    }
    #gMenuCover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.75);
        z-index: 3;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    #gMenuCover.on {
        visibility: visible;
        opacity: 1;
    }
    .menu ul{
        width: 100%;
        float: left;
        padding-top: 120px;
    }
    .menu li{
        width: 100%;
        float: left;
        padding: 0;
        background: none !important;
    }
    .menu li a{
        display: block;
        padding: 5px 20px;
        color: #fff;
        position: relative;
        display: block;
    }
    .menu li a:visited{
        color: #fff;
        border-bottom:2px solid #fff;
    }
    .menu li a:hover,
    .menu li a:active{
        color: #fff;
        border-bottom:2px solid #fff;
        opacity: 0.5;
    }
    .menu li a .fa-caret-right{
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* contact-txt */
    .contact-txt{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 20px 80px;
    }
    .contact-txt p{
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 10px;
    }
    .contact-txt p.contact-title{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .contact-txt p.contact-tel{
        font-size: 40px;
        margin-bottom: 0;
    }
    .contact-txt p.contact-tel a{
        color: #fff;
    }
    .contact-txt p.contact-tel .tel-icon::before{
        content: '';
        display: inline-block;
        background:url(https://blog.ti-da.net/template/custom/server6/yakuzenbijin/assets/images/tel.svg);
        width: 30px;
        padding-top: 30px;
        height: 0;
        background-size: contain;
        margin-right: 5px;
    }
    .contact-txt p.contact-btn{
        margin: 20px 0 0;
    }
    .contact-txt p.contact-btn a{
        color: #b6314c;
        font-size: 18px;
        display: block;
        background: #fff;
        width: 100%;
        padding: 15px;
        position: relative;
    }
    .contact-txt p.contact-btn a .fa-caret-right{
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* End contact-txt */
    /* Row index news */
    .row-ind-news{
        padding: 30px 0;
        background: #be3a5d;
    }
    .ind-news-title{
        font-size: 16px;
    }
    /* Row banner menu */
    .row-ind-bm{
        padding: 30px 0;
    }
    .ind-bm-txt{
        padding: 15px;
    }
    /* Row index info */
    .ind-info-ct{
        padding: 15px;
    }

    /* Page */
    .contents-left{
        width: 100%;
        padding: 15px;
    }
    .contents-right{
        width: 100%;
        padding-left: 0;
    }
    /* End page */
}

@media screen and (max-width: 768px){
    /* Header */
    .row-header{
        max-height: 450px;
    }
    /*.txt-slider{
       display: none;
    }*/
    .icon-m
    /* Article head */
    .article-head{
        margin: 10px 0;
    }
    .article-head-title{
        font-size: 22px;
    }
    .article-head-cat{
        padding: 10px 0 20px 0;
    }
    .article-ct-title{
        margin: 40px 0 20px;
        font-size: 22px;
    }
    /* Row index news */
    .ind-news-item{
        width: 100%;
        margin-bottom: 20px;
        color: #330000;
    }

    .ind-news-item a:hover .ind-news-date,
    .ind-news-item a:active .ind-news-date{
        border:2px solid #c61c49;
        color: #c61c49;
    }
    .ind-news-item .ind-news-more{
        color: #330000;
    }
    .ind-news-item a:hover .ind-news-more,
    .ind-news-item a:active .ind-news-more{
        color: #c61c49;
    }

    /* ind-news-btn */
    .ind-news-btn a{
        max-width: 100%;
    }
    /* End ind-news-btn */

.entry-wrap-body-shop-about {}
.entry-wrap-body-shop-left {
    margin: 10px 0 50px;
    width: 100%;
}
.entry-wrap-body-shop-left strong.en {
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
    margin: 0 10px 0 0;
}
.entry-wrap-body-shop-left span {
    font-size: 10px;
    font-weight: bold;
}
.entry-wrap-body-shop-left table {
    text-align: left;
    font-size: 13px;
    margin: -10px 0 40px;
}
.entry-wrap-body-shop-left table tr {
}
.entry-wrap-body-shop-left table tr th {
    padding: 10px 10px 0 0;
    font-weight: 500;
    width: 25%;
    box-sizing: border-box;
}
.entry-wrap-body-shop-left table tr td {
    width: 10%;
}
.entry-wrap-body-shop-left table tr td {}
.entry-wrap-body-shop-right {}
.entry-wrap-body-shop-right img {
    margin: 0 0 10px;
}

}

@media screen and (max-width:640px){
    .logo-main img{
        width: 70%;
        height: auto;
    }
    /* Article comment */
    .article-cm-item{
        display: block !important;
    }
    .article-cm-left{
        width: 100%;
    }
    .article-cm-right{
        width: 100%;
    }
    /* Related article */
    .article-cm-left-null{
        display: none;
    }
    .related-article-img{
        width: 100%;
        text-align: center;
        max-width: 100%;
        max-height: inherit;
        margin-bottom: 20px;
        padding: 0;
    }
    .related-article-txt{
        width: 100%;
    }
    /* Row index info */
    .ind-info-left{
        width: 100%;
        padding-right: 0;
    }
    .ind-info-right{
        width: 100%;
        padding-left: 0;
        border-left: 0;
        border-top: 1px #ccc solid;
        padding-top: 15px;
        margin-top: 15px;
    }
    .ind-info-btn{
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }
    .txt_banner{
        width: 96%;
    font-size: 14px;
    letter-spacing: 3px;
		padding: 0;
    }
	.article-ct {
		font-size: 15px;
	}
}

@media screen and (max-width:560px){
    /* Article comment */
    .article-btn{
        font-size: 13px;
        padding: 10px;
		box-sizing: border-box;
    }
    .article-prev, .article-next{
        width: 48.5%;
    }
    .article-prev i{
        left: 6px;
    }
    .article-next i{
        right: 6px;
    }
    /* Row index banner menu */
    .ind-bm-row-margin{
        max-width: 100%;
    }
    .ind-bm-img{
        width: 100%;
        text-align: center;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .ind-bm-img img{
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .ind-bm-txt{
        width: 100%;
    }
    /* Row index map */
    #ind-map, .ind-map-over{
        height: 200px;
    }
	.pc-hidden {
	display: block;
}
}

@media screen and (max-width: 480px){
    .mv-slide{
        height: 450px;
    }
    .banner-page img {
        height: 450px;
        object-fit: cover;
        width: 100%
    }
    .image-container.compat-object-fit {
        position: relative;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 450px;
    }
    .image-container.compat-object-fit .image-object-fit {
        display: none;
    }
    .image-object-fit {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    .menu{
        width: 100%;
    }
.contents-headline {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	/* background: #d1a162; */
	color: #333;
	padding: 10px 10px;
	letter-spacing: 1px;
}
.contents-headline span {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 7px;
}
.article-list {}
.article-list a {
	color: #666;
}
.article-list li {
    border-bottom: 1px solid #e1e1e1;
}
.article-list li:last-child {
	border-bottom: none;
}
.article-list-inner {
	box-sizing: border-box;
    padding: 8px 10px;
    position: relative;
}
.article-list-inner-left {
    width: 100%;
    height: 180px;
    float: none;
    margin: 0;
}
.article-image {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.article-list-inner-right {
	display: flex;
	margin: 20px 0;
}
.article-text {
}
.article-time {
	font-size: 10px;
	margin: 3px 0 5px 0;
}
.article-title {
	font-size: 20px;
	line-height: 1.5;
	color: #cd496c!important;
}
	.txt-slider {
		font-size: 12px;
	}
}

@media screen and (max-width: 375px){

.ind-news-img {
	height: 180px;
}

}