
/*
Theme Name: ハトヤテーマ 202402
Theme URI: 
Description:
Version: 4.2
Author: 
Author URI: 
*/





/* ------------------------------------- /
/   組み込み時に追加
/* ------------------------------------- */
body {
	margin:0;
	padding:0;
}


/* トップページ修正箇所 */
#header {
	background-color:#E9F0F4;
}
#panel_area {
	max-height:460px;
	background-color:#E9F0F4;
}
#panel_area .panel_inner {
    max-width: 1200px;
    margin:0 auto 40px;
}

/* トップのニューススクロール */
#panel_area .panel_inner > div.scrolltext {
	margin : 0 auto 10px;
	width : 100%;
	font-size : 1.2em;
	text-align : center;
	overflow : hidden;
	background-color:#FFFFFF;
}
#panel_area .panel_inner > div.scrolltext > p {
	margin:0;
	display : inline-block;
	padding-left: 100%;
	white-space : nowrap;
	line-height : normal;
	animation : scrollmsg 20s linear infinite;
	padding-top:10px;
	padding-bottom:10px;
}
@keyframes scrollmsg{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}
@media only screen and (max-width: 425px) {
	#panel_area .panel_inner > div.scrolltext > p {
		font-size: 1em;
		line-height : 0.4em;
	}
}


/* トップ */
/*
.top_history_area {
	padding: 500px 0 0px;
}
*/

#panel_area .panel_inner > img{
	width:100%;
    text-align:center;
}


div.top_snslink {
	max-width: 550px;
	margin: 0 auto;
	padding: 0 0 73px 0;
	text-align:center;
}
div.top_snslink ul {
    list-style: none;
}
div.top_snslink ul li{
	text-align: center;
    display: inline-block;
    font-family: 'Staatliches', cursive;
    padding: 0 22px;
    vertical-align: top;
}
div.top_snslink ul li img {
	width: 30px;
	padding-left: 15px;
}
img.hover:hover {
	opacity:0.7;
}




.top_history_area {
	padding-top:500px;
	width:100%;
}
.top_history_area > .hatoya_logo {
	max-width:400px;
	margin:0 auto 30px;
	text-align:center;
}
.top_history_area > .hatoya_logo img {
	width:96%;
}
.top_history_area > .history_text {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding:0 10px;
}
.top_history_area > .lang_select_area {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}
@media only screen and (max-width: 1024px) {
.top_history_area > .lang_select_area {
	padding-bottom:0px;
}
}
/* トップ　言語切替 */
.top_history_area > .lang_select_area > .lang_btn {
	max-width:300px;
	margin:0 auto;
	text-align:center;
}
.top_history_area > .lang_select_area > .lang_btn > label {
	border:1px solid #6c7486;
	display:inline-block;
	padding:2px 0;
	text-align:center;
	font-size:13px;
	cursor:pointer;
	transition:ease 0.2s opacity;
	width:40px;
	text-align:center;
}
.top_history_area > .lang_select_area > .lang_btn > label:hover {
	opacity:0.7;
	color:#FFFFFF;
	background-color:#9ba1ad;
	border:1px solid #9ba1ad;
}
.top_history_area > .lang_select_area > .lang_btn > label.is-active {
	background:#6c7486;
	color:#FFFFFF;
}
.panel{
    display:none;
}
.tab.is-active{
    background:#F00;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}







section.aboutus_area {
	background: linear-gradient(0deg,#6c7486 26%,#e9f0f4 10%,#e9f0f4 86%,#fbd3c5 0) !important;
}
.aboutus_area .inner {
	padding:70px 0 !important;
	padding-top:130px !important;
}



.aboutus_area .inner h3 {
    font-size: 4rem !important;
}
.aboutus_area .inner img.ttlimg {
	max-width:160px !important;
    margin: 20px auto 140px !important;
}
.aboutus_area .inner:before {
    top: 74% !important;
}
.aboutuswhy_area {
    margin: -100px auto -50px !important;
    padding-bottom: 80px !important;
}
.aboutuswhy_area .inner {
	padding: 0 !important;
}
.aboutuswhy_area .inner img {
/*    max-width: 120px !important; */
}
.aboutuswhy_area .inner h3 {
    margin: 0 auto 30px !important;
/*    width: 480px; */
}
/*
.aboutuswhy_area .inner .sarani {
	bottom: -180px !important;
}
*/

/* 商品詳細 -画像- */
.item_content .details .main_images img {
	border-radius:20px;
}
.item_content .details .txt .sub_images li img {
	border-radius:20px;
}
.newarraival_area li a > img{
	border-radius:20px;
}

/* 商品詳細 -そのほか- */
div.nextonly {
	justify-content: flex-end !important;
}

/* 商品詳細 -もっと見る- */
.morelink{
    display:block;
    text-align: center;
    width: 5%;
    margin: 30px auto 0;
}
.morelink > p {
	font-family: 'Staatliches', cursive;
    padding-bottom: 10px;
    text-align:center;
}
.morelink:hover{
	opacity: 0.7;
	cursor: pointer;
}
.morelink > img {
    width: 27px;
}







/* ------------------------------------- /
/　スライダー対応 slick
/* ------------------------------------- */
.slide-prev-arrow,
.slide-next-arrow {
	position: absolute;
	top: 50%;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	font-weight: bold;
}
.slick-dots li {
	margin:0 !important;
}
.slick-dots li button:before {
	font-size: 26px !important;
}
.slide-prev-arrow {
	left: 6px;
	z-index: 2;
}
.slide-next-arrow {
	right: 6px;
	z-index: 2;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}











/* ------------------------------------- /
/   以下、コーディング時のもの
/* ------------------------------------- */
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #6c7486;
}
@media only screen and (max-width: 425px) {
body {
	font-size: 1.4rem;
}
}
a{
	color: #6c7486;
}

/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 798px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* 途中に出てくるのを消す */
@media screen and (min-width:768px) and ( max-width:798px) {
.pc { display: none !important; }
.sp { display: none !important; }
}


/* ---------------------------------------------------------------------------- /
/   top header
/* ---------------------------------------------------------------------------- */
/*----▼▼　navここから▼▼　----*/
#header {
	font-family: 'Staatliches', cursive;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
    bottom: 0;
    z-index: 99;
}
.accessnav{
	bottom: 0 !important;
}
.h_nav{
	margin:0 auto;
	width: 1200px;
}
#gNav a:hover {
	color: #fff !important;
	-webkit-text-stroke: 0.5px #6c7486;
	text-stroke: 0.5px #6c7486;
}
#gNav ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}
#gNav li {
	position: relative;
}
#gNav li:last-child {
	margin-right: 0;
}
#gNav li i {
	font-size: 16px;
	margin-left: 5px;
}
#gNav li a,
#gNav li .level01 {
	position: relative;
	display: block;
	text-align: center;
/*	line-height: 80px; */
	padding:20px 0;
	cursor: pointer;
}
#gNav li a > span,
#gNav li .level01 > span{
	display:block;
    font-size: 1.2rem;
    line-height: 0.3rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 768px){
	.mean-container .mean-nav ul li a > span,
	.mean-container .mean-nav ul li .level01 > span {
	    font-size: 1.3rem;
	    line-height: 0.3rem;
	    font-weight: bold;
	    margin-left:10px;
	    font-family: 'Noto Sans JP', sans-serif;
	}
}
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gNav .sub-menu a,
#gNav .sub-menu .level02 {
	padding: 10px;
	display: block;
	border-bottom: none;
	padding: 20px;
	line-height: 1.2em;
	color: #6c7486!important;
	font-size: 1.6rem;
	cursor: pointer;
}
#gNav .sub-menu a:hover:after {
	content: none;
}
#gNav .sub-menu li {
	display: block;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #6c7486;
}
#gNav .sub-menu li:last-child {
	border-bottom: none;
}
#gNav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a,
#gNav ul > li:hover .level01 {
	color: #fff;
	-webkit-text-stroke: 0.5px #6c7486;
	text-stroke: 0.5px #6c7486;
}
#gNav li:hover ul.sub-menu {
	top: 80px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav li ul li:after {
	content: none;
}
#gNav li:hover ul.sub-menu a {
	color: #111;
}
#gNav .sub-menu li a:hover {
	background: #fff;
}
#gNav .contact_btn a:hover {
	color: #fff;
}
nav li a {
	font-size: 2.2rem;
	letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fbd3c5;
}
@media (max-width: 1240px){
	.h_nav {
    margin: 0 auto;
    width: 100%;
}
.top_history_area {
	padding: 500px 0 0px;
}
}
@media (max-width: 1024px){
	.h_nav {
    margin: 0 auto;
    width: 100%;
}
#gNav li a,
#gNav li .level01 {
	font-size:1em;
}
.top_history_area {
	padding: 400px 0 0px;
}

}
@media (max-width: 768px){
#header {
	padding: 10px 0;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.h_logo {
	width: 160px;
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 9999;
}
.h_logo a{
	display: inline-block;
}
.h_logo img{
	width: 100%;
}
#gNav .nav {
	overflow-y: auto;
	height: 100vh;
}
.mean-nav .container {
	padding: 0;
}
  nav li .fa {
	display: none;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff;
}
.top_history_area {
	padding: 200px 0 0px;
}

}
@media print, screen and ( min-width : 1024px ) {
nav li a {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#header {
    max-width: 100%;
/*    padding: 0 40px; */
}
}
/*----▲▲　navここまで▲▲　----*/
.top_header{
	width: 100%;
	background-color: #fbd3c5;
	position: relative;
}
.history_area{
	display: flex;
	margin:0 auto;
	padding: 100px 0;
	width: 80%;
	justify-content: center;
	align-items: center;
}
.history_area img{
	width: 40%;
}
.history_area .txt{
	width: 60%;
	text-align:center;
}
.history_area .txt h1 img{
	width: 265px;
	margin-bottom: 70px;
}
.history_area .txt h2{
	font-weight: 900;
	font-size:35px;
	padding-bottom: 18px;
}
.history_area .txt h2:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 640px;
	display: inline-block;
	width: 50%;
	height: 2px;
	background-color: #6c7486;
}
.history_area .txt p.since{
	font-size:2rem;
	font-weight: 900;
}
.history_area .txt p{
	font-size:1.8rem;
	padding-bottom: 30px;
	font-weight: 700;
}
.history_area .txt p.price{
	font-size:2.3rem;
	font-weight: 900;
}

@media (max-width: 1440px){
.history_area .txt h2:before {
	width: 55%;
	bottom: 640px;
}
}
@media (max-width: 1240px){
.history_area {
	width: 90%;
}
}
@media (max-width: 1024px){
}
@media only screen and ( max-width : 768px ) {
	#header .mask {
		background: rgba(22,34,42,.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
	}
}
@media (max-width: 768px){
#panel_area .panel_inner {
	padding-top:70px;
}
.history_area {
	width: 100%;
	padding: 80px 20px;
	box-sizing: border-box;
}
.history_area .txt h1 img {
	width: 200px;
	margin-bottom: 20px;
}
.history_area .txt h2 {
	font-size: 25px;
}
.history_area .txt {
	padding-left: 20px;
}
.history_area .txt p.since {
	text-align: center;
}
.history_area .txt p {
	font-size: 1.6rem;
	padding-bottom: 10px;
	font-weight: 500;
	text-align: left;
}
.history_area .txt p.price {
	font-size: 1.8rem;
}
.history_area .txt h2:before {
	right: 0;
	bottom: 395px;
	display: inline-block;
	width: 60%;
}
}
@media (max-width: 425px){
#panel_area .panel_inner {
	padding-top:70px;
}
.history_area {
	flex-wrap: wrap;
}
.history_area .txt {
	padding-left: 0;
	width: 100%;
}
.history_area .txt p {
	padding-bottom: 0;
}
.history_area .txt p.since {
	padding-bottom: 10px;
}
.history_area .txt h2 {
	position: relative;
}
.history_area .txt h2:before {
	bottom: 10px;
	width: 100%;
}
.top_history_area {
	padding: 0px 0 0px;
}
}
@media (max-width: 375px){
.history_area {
	padding: 80px 20px 40px;
}
}
@media (max-width: 320px){
.history_area .txt p {
	font-size: 1.4rem;
}
.history_area .txt p.price {
	font-size: 1.6rem;
}
}
/* ---------------------------------------------------------------------------- /
/   ABOUT US
/* ---------------------------------------------------------------------------- */
.aboutus_area{
	background-color: #e9f0f4;
	background:linear-gradient(0deg,#6c7486 0%,#6c7486 10%,#e9f0f4 10%,#e9f0f4 100%);
	position:relative;
}
.aboutus_area .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:50px 0 70px;
	position: relative;
	text-align: center;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/ticket_bg.png);
	background-size: contain;
	background-position: center bottom;
	padding-bottom: 130px;
	background-repeat: no-repeat;
}
.aboutus_area .inner:before {
  content: "";
  position: absolute;
  top: 89%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 30px solid #e9f0f4;
}

.aboutus_area .inner img{
	width: 100%;
}
.aboutus_area .inner img.ttlimg{
	display: block;
	max-width: 200px;
	text-align: center;
	margin: 20px auto 100px;
}
.aboutus_area .inner h3{
	font-size: 5rem;
	font-weight: 700;
	margin-top: 150px;
}
@media (max-width: 1240px){
.aboutus_area .inner img {
	width: 80%;
}
}
@media (max-width: 1024px){
.aboutus_area .inner {
	padding-bottom: 50px;
}
}
@media (max-width: 768px){
.aboutus_area .inner h3 {
	font-size: 4rem;
	margin-top: 90px;
}
}
@media (max-width: 425px){
.aboutus_area .inner img {
	width: 100%;
}
.aboutus_area .inner {
	padding: 30px 20px;
	background-position: center 130px;
}
.aboutus_area .inner h3 {
	font-size: 2.4rem;
	margin-top: 50px;
}
.aboutus_area .inner img.ttlimg {
	max-width: 150px;
	margin: 20px auto 40px;
}
.aboutus_area .inner:before {
	top: 89%;
}
}
@media (max-width: 375px){
.aboutus_area .inner h3 {
	font-size: 2.1rem;
}
}
@media (max-width: 320px){
}
/* ---------------------------------------------------------------------------- /
/   ABOUT US WHY
/* ---------------------------------------------------------------------------- */
.aboutuswhy_area{
	background-color: #6c7486;
	margin: -100px auto 0;
}
.aboutuswhy_area .inner{
	max-width: 950px;
	margin:0 auto;
	padding: 70px 0;
	position:relative;
	text-align: center;
}
.aboutuswhy_area .inner img{
	max-width: 180px;
	flex-shrink:0;
}
.aboutuswhy_area .inner h3{
	font-size:2.5rem;
	padding:20px 0;
	border-bottom: solid 1px #fff;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.aboutuswhy_area .inner .box{
	display: flex;
	align-items: center;
	margin-bottom:50px;
}
.aboutuswhy_area .inner .box img{
	display: block;
	max-width: 35%;
}
.aboutuswhy_area .inner .box p{
	width: 65%;
	line-height: 1.8;
	color: #fff;
	text-align: left;
	padding-left: 30px;
	font-size:1.8rem;
	padding: 0 0 0 30px;
}
.aboutuswhy_area .inner .box p span{
	color: #fbd3c5;
}
.aboutuswhy_area .inner .box p br{
	display: block;
}
.aboutuswhy_area .inner .sarani{
	background-color: #6c7486;
	width: 215px;
	position: absolute;
/*	bottom: -80px; */
	bottom: -160px;
/*	right: -230px; */
	right: -200px;
	z-index: 999;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.aboutuswhy_area .inner .sarani p{
	color: #fff;
	padding: 120px 0 0 0;
	text-align: center;
	font-size: 2.2rem;
}
@media (max-width: 1240px){
.aboutuswhy_area .inner .sarani {
    right: -108px;
}
}
@media (max-width: 1024px){
.aboutuswhy_area .inner .sarani{
	right: 0;
}
}
@media (max-width: 768px){
.aboutuswhy_area .inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 70px 20px;
}
.aboutuswhy_area .inner .box {
	justify-content: space-between;
	align-items: center;
}
.aboutuswhy_area .inner .box p {
	padding: 0;
}
.aboutuswhy_area .inner .sarani {
/*	bottom: -60px; */
	bottom: -150px;
	right: 20px;
	height: 150px;
	width: 150px;
}
.aboutuswhy_area .inner .sarani p {
	padding: 90px 0 0 0;
	font-size: 1.8rem;
}
}
@media (max-width: 425px){
.aboutuswhy_area .inner {
	padding: 120px 20px;
}
.aboutuswhy_area .inner img {
	max-width: 120px;
}
.aboutuswhy_area .inner h3 {
	font-size: 2.2rem;
}
.aboutuswhy_area .inner .box {
/*	flex-wrap: wrap; */
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.aboutuswhy_area .inner .box p {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
}
.aboutuswhy_area .inner .box img {
/*
	max-width: 50%;
	margin-left: 80px;
*/
}
.aboutuswhy_area .inner .sarani {
/*	bottom: -40px; */
	bottom: -100px;
	right: 20px;
	height: 100px;
	width: 100px;
}
.aboutuswhy_area .inner .sarani p {
	padding: 50px 0 0 0;
	font-size: 1.6rem;
}
}
@media (max-width: 375px){
.aboutuswhy_area .inner h3 {
	font-size: 2rem;
}
.aboutuswhy_area .inner {
	padding: 120px 20px 70px;
}
}
@media (max-width: 320px){
.aboutuswhy_area .inner h3 {
	font-size: 1.8rem;
	letter-spacing: 0;
}
.aboutuswhy_area .inner .box img {
	margin-left: 55px;
}
}
/* ---------------------------------------------------------------------------- /
/   90%OFF
/* ---------------------------------------------------------------------------- */
.off_area{
	width: 100%;
	background-color: #fbefe1;
	position:relative;
}
.off_area img{
	position:absolute;
	top: -60px;
	width: 720px;
	left: 8%;
}
.off_area .txt{
	width: 40%;
	text-align: center;
	padding: 150px 0 150px 50%;
}
.off_area .txt p{
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	border-bottom: solid 2px #6c7486;
	width: 100%;
	font-size: 3rem;
	font-weight: 700;
}
.off_area .txt h4{
	letter-spacing: 0.2em;
	padding-bottom: 30px 0;
	font-family: 'Staatliches', cursive;
	font-size:5.5em;
}
.off_area .txt h4 span{
	color: #d35959;
	font-size:1.15em;
}
.off_area .txt h4 b{
	font-size:0.65em;
	color: #d35959;
}
.off_area .txt p.obi{
	color: #fff;
	background-color: #d35959;
	border-radius: 25px;
	letter-spacing: 0.2em;
	padding: 8px 0;
	border-bottom: inherit;
	font-size: 2rem;
	font-weight: normal;
}
@media (max-width: 1240px){
.off_area img {
	width: 50%;
	left: 20px;
}
.off_area .txt {
	width: 50%;
	padding: 150px 0 150px 40%;
}
.off_area .txt h4 {
	font-size: 4.5em;
}
}
@media (max-width: 768px){
.off_area .txt {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 70px 0;
}
.off_area .txt h4 {
	font-size: 4em;
}
.off_area .txt p.obi {
	width: 80%;
	margin: 0 auto;
}
.off_area img {
	width: 40%;
	left: 0;
}
}
@media (max-width: 425px){
.off_area .txt {
	width: 100%;
	margin: 0 auto;
	padding: 180px 20px 80px;
	box-sizing: border-box;
}
.off_area img {
	width: 70%;
	left: 40%;
	transform: translate(-50%, -50%);
	top: 80px;
}
.off_area .txt p.obi {
	width: 100%;
	font-size: 1.6rem;
}
.off_area .txt h4 {
	font-size: 3em;
}
}
@media (max-width: 320px){
.off_area .txt p {
	font-size: 2.2rem;
}
.off_area img {
	width: 100%;
	left: 50%;
}
.off_area .txt p.obi {
	font-size: 1.4rem;
	letter-spacing: 0;
}
.off_area .txt h4 {
	font-size: 3em;
}
}
/* ---------------------------------------------------------------------------- /
/   NEWS
/* ---------------------------------------------------------------------------- */
/* サムネイル表示用 `*/

.news_area td.icon {
	text-indent:0 !important;
}
.news_area td.icon img {
	width: 70% !important;
	height: auto !important;
	border-radius: 16px;
	transition:all 0s ease; /*0.5秒かけて要素を変化させる*/
}
.news_area td.icon img:hover {
	opacity: 0.6;/*要素の透明度を指定*/
}

.news_area td.blog {
	background-image:none !important;
}
.news_area td.recommend {
	background-image:none !important;
}
.news_area td.sale {
	background-image:none !important;
}
.news_area td.stock {
	background-image:none !important;
}
.news_area td.topic {
	background-image:none !important;
}

.news_contents .inner td.icon {
	text-indent:0 !important;
}
.news_contents .inner td.blog {
	background-image:none !important;
	text-align:center;
}
.news_contents .inner td.recommend {
	background-image:none !important;
	text-align:center;
}
.news_contents .inner td.sale {
	background-image:none !important;
	text-align:center;
}
.news_contents .inner td.stock {
	background-image:none !important;
	text-align:center;
}
.news_contents .inner td.topic {
	background-image:none !important;
	text-align:center;
}
.news_contents .inner td.icon img {
	width: 70% !important;
	height: auto !important;
	border-radius: 16px;
	transition:all 0s ease; /*0.5秒かけて要素を変化させる*/
}

.news_contents .inner td.icon img:hover {
	opacity: 0.6;/*要素の透明度を指定*/
}
.news_contents .other_page td.icon {
	text-indent:0 !important;
}
.news_contents .other_page td.blog {
	background-image:none !important;
}
.news_contents .other_page td.recommend {
	background-image:none !important;
}
.news_contents .other_page td.sale {
	background-image:none !important;
}
.news_contents .other_page td.stock {
	background-image:none !important;
}
.news_contents .other_page td.topic {
	background-image:none !important;
}
.news_contents .other_page td.icon img {
	width: 70% !important;
	height: auto !important;
	border-radius: 16px;
	transition:all 0s ease; /*0.5秒かけて要素を変化させる*/
}
.news_contents .other_page td.icon img:hover {
	opacity: 0.6;/*要素の透明度を指定*/
}
.news_contents .inner .news_page .article {
	word-break: break-word;
}


/* オリジナル */
.news_area a.more_btn{
	text-align: center;
	border: solid 1px #6c7486;
	padding: 8px 10px;
	display: block;
	width: 230px;
	margin:30px auto 20px;
}
.news_area{
	background-color: #fbd3c5;
	padding-bottom: 70px;
}
.news_area h4 {
	text-align: center;
	position: relative;
	top: -22px;
}
.news_area h4 img{
	height: 46px;
}
.news_area .inner{
	max-width: 670px;
	margin:0 auto;
	padding: 25px 0 100px;
}
.news_area table{
	width: 100%;
}
.news_area tr{
	height: 80px;
}
.news_area tbody tr.clickable:hover td {
	cursor: pointer;
	color: #fff;
	border-bottom: solid 1.5px #fff;
}
.news_area tbody tr.clickable:hover td.icon{
	border-bottom: inherit;
}
.news_area td, th {
	border-collapse: separate;
	padding: 3px;
	width: 70%;
	vertical-align: middle;
	border-bottom: solid 1.5px;
	padding-top: 20px;
}
.news_area td.icon {
	width: 24%;
	border-bottom: inherit;
	cursor: pointer;
	background-size: 68px 56px;
	text-indent: -9999px;
	text-align: center;
}
.news_area tbody tr.clickable:hover td.icon{
	width: 13%;
	border-bottom: inherit;
	cursor: pointer;
}
.news_area td.stock {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_stock.png);
}
.news_area tbody tr.clickable:hover td.stock{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_stock_h.png);
}
.news_area td.topic {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_topic.png);
}
.news_area tbody tr.clickable:hover td.topic{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_topic_h.png);
}
.news_area td.sale {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_sale.png);
}
.news_area tbody tr.clickable:hover td.sale{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_sale_h.png);
}
.news_area td.recommend {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_recommend.png);
}
.news_area tbody tr.clickable:hover td.recommend{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_recommend_h.png);
}
.news_area td.icon img{
	width: 68px;
}
.news_area td.ct {
	font-family: 'Staatliches', cursive;
	width: 7%;
	font-size: 1.8rem;
}
.news_area td.day{
	text-align: right;
	font-size:1.5rem;
	width: 10%;
}
@media (max-width: 425px){
.news_area .inner {
	max-width: 100%;
	padding: 25px 20px 100px;
}
.news_area td.ct {
	width: 50%;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: initial;
}
.news_area td.icon {
	background-size: contain;
	display: inline-block;
	margin-left: -15px;
}
.news_area td, th {
	width: 100%;
	display: block;
	padding-top: 10px;
	border-bottom: inherit;
}
.news_area tbody tr.clickable:hover td {
    border-bottom:inherit;
}
.news_area td.day {
	text-align: right;
	width: 100%;
	border-bottom: solid 1.5px !important;
	margin-bottom: 20px;
}
}
@media (max-width: 375px){
.news_area h4 img {
	height: 35px;
}
.news_area h4 {
	top: -16px;
}
.news_area td.day {
	padding-top: 0;
}
.news_area .inner {
	padding: 10px 20px 50px;
}
}
/* ---------------------------------------------------------------------------- /
/   NEW ARRAIVAL
/* ---------------------------------------------------------------------------- */
.newarraival_area{
	background-color: #e9f0f4;
	padding-bottom: 70px;
}
.newarraival_area h4 {
	text-align: center;
	position: relative;
	top: -22px;
}
.newarraival_area h4 img{
	height: 46px;
}
/*.newarraival_area .box{
	background: linear-gradient(180deg,#e9f0f4 0%,#e9f0f4 200px, #fef5ab 200px, #fef5ab 100%);
}*/
.newarraival_area .inner{
    max-width: 950px;
    margin: 0 auto;
}
.newarraival_area ul{
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}
.newarraival_area li {
    width: 33.33%;
    margin: 30px 0 10px 0;
    background: linear-gradient(180deg,#e9f0f4 0%,#e9f0f4 200px, #fef5ab 200px, #fef5ab 100%);
}
.newarraival_area li a {
    padding: 0 10px;
    box-sizing: border-box;
    width: 95%;
    display: block;
    margin: 0 auto;
}
.newarraival_area .inner li a:hover p{
	opacity: 0.7;
}
.newarraival_area .inner li a img{
	width: 100%;
	max-width:240px;
	max-height:240px;
}
.newarraival_area .inner li a p{
	font-size:2rem;
	text-align: center;
	font-family: 'Staatliches', cursive;
	padding-top: 10px;
	color: #6c7486;
    overflow-wrap: break-word;
    word-wrap : break-word;
}
.newarraival_area .inner li a p span.term_dis{
	color:#6c7486;
	font-size:0.6em;
	padding-left:4px;
	font-family: 'Staatliches', cursive;
}
.newarraival_area .inner li a p span{
	font-size:3.5rem;
	color: #d35959;
	padding-left: 10px;
}
.newarraival_area a.more_btn{
	text-align: center;
	border: solid 1px #6c7486;
	padding: 8px 10px;
	display: block;
	width: 230px;
	margin:30px auto 20px;
}
.newarraival_area a.more_btn:hover{
	color: #fff;
	background-color: #6c7486;
}
@media (max-width: 768px){
.newarraival_area .inner {
	max-width: 100%;
	padding: 0;
}
.newarraival_area .inner li a p span {
	padding-left: 0;
	display: block;
}
.newarraival_area li {
    background: linear-gradient(180deg,#e9f0f4 0%,#e9f0f4 150px, #fef5ab 150px, #fef5ab 100%);
}
}
@media (max-width: 425px){
.newarraival_area .inner li a p {
	font-size: 1.8rem;
	line-height: 1.2;
    padding: 10px 0 0 0;
}
.newarraival_area .inner li {
    width: 50%;
    background: linear-gradient(180deg,#e9f0f4 0%,#e9f0f4 100px, #fef5ab 100px, #fef5ab 100%);
}
.newarraival_area li a {
    padding: 0;
    width: 90%;
}
.newarraival_area .inner li a p span {
	font-size: 1.8rem;
	color: #d35959;
}
.newarraival_area {
	padding-bottom: 40px;
}
}
@media (max-width: 375px){

.newarraival_area h4 {
	top: -18px;
}
.newarraival_area h4 img {
	height: 35px;
}
}
@media (max-width: 320px){
.newarraival_area .box {
	background: #e9f0f4;
}
.newarraival_area .inner li {
	display: block;
	width: 100%;
	background: linear-gradient(180deg,#e9f0f4 0%,#e9f0f4 200px, #fef5ab 200px, #fef5ab 100%);
}
.newarraival_area .inner {
	padding: 0;
}
.newarraival_area .inner li a img {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.newarraival_area .inner li a p span {
	font-size: 2rem;
	color: #d35959;
	padding-left: 5px;
	display: inline-block;
}
}
/* ---------------------------------------------------------------------------- /
/   CATEGORY
/* ---------------------------------------------------------------------------- */
.category_area{
	background-color: #fbefe1;
	padding: 45px 0 80px;
}
.category_area .inner{
	max-width: 950px;
	margin: 0 auto;
}
.category_area .inner .ttl{
	text-align: center;
	margin-bottom: 20px;
}
.category_area .inner .ttl img{
	width: 78px;
	margin-bottom: 20px;
}
.category_area .inner .ttl h4 img{
	height: 46px;
	width: auto;
}
.category_area .inner h5{
	font-size:1.6rem;
	text-align: center;
	width: 100%;
	border-bottom: solid 1px #6c7486;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	line-height: normal;
	padding-bottom: 10px;
}
.category_area .inner h5 span{
	font-size:2.5rem;
	font-family: 'Staatliches', cursive;
	display: block;
}
.category_area .inner .ct_box ul{
	width: 100%;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.category_area .inner .ct_box li{
	width: 15%;
	background-color: #fbd3c5;
	border-radius: 15px;
	text-align: center;
	margin: 0 23px 27px 23px;
}
.category_area .inner .ct_box li a{
	display: block;
	padding: 25px 0;
}
.category_area .inner .ct_box li a:hover{
	background-color: #fff;
	border-radius: 15px;
}
.category_area .inner .ct_box li a:hover span{
	color: #fbd3c5;
}
.category_area .inner .ct_box li span{
	color: #fff;
	display: block;
	font-size:1.5rem;
}
.category_area .inner .sale_box2 ul{
	list-style:none;
	display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
}
.category_area .inner .sale_box2 li {
	text-align: center;
	padding:0 8px;
}
.category_area .inner .sale_box2 li a{
	display: block;
	font-family: 'Staatliches', cursive;
	font-size:7rem;
	color: #d35959;
	line-height:1;
}
.category_area .inner .sale_box2 li a img{
	width:100%;
}
@media (max-width: 425px){
	.category_area .inner .sale_box2 li a img{
		margin:10px;
		width:60%;
	}
}
.category_area .inner .sale_box2 li a:hover{
	color: #fbd3c5;	
}
.category_area .inner .sale_box2 li a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	width:100%
}
@media (max-width: 425px){
	.category_area .inner .sale_box2 li a:hover img{
		margin:10px;
		width:60%;
	}
}

.category_area .inner .sale_box2 li a span{
	font-size:6.7rem;
}
@media (max-width: 768px){
.category_area .inner {
	max-width: 100%;
	padding: 0 20px;
}
.category_area .inner .ct_box li {
	margin: 0 18px 27px 18px;
}
.category_area .inner .sale_box2 li a {
	font-size: 8.5rem;
}
}
@media (max-width: 425px){
.category_area .inner .ct_box li {
	margin: 0 5px 20px 5px;
	width: 30%;
	margin-right: auto;
}
.category_area .inner .sale_box2 li a {
	font-size: 7rem;
}
.category_area .inner .sale_box2 li a span {
	font-size: 3rem;
}
.category_area .inner .sale_box2 ul{
	flex-wrap: wrap;
}
.category_area .inner .sale_box2 li {
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
}
}
@media (max-width: 375px){
.category_area .inner .ttl {
	text-align: center;
	margin-bottom: 0;
}
.category_area .inner .ct_box li {
	margin: 0 5px 10px 5px;
	width: 47%;
}
.category_area .inner .ttl h4 img {
	height: 35px;
	width: auto;
}
}
@media (max-width: 320px){
.category_area .inner .ct_box li {
	margin: 0 5px 10px 5px;
	width: 46%;
}
}
/* ---------------------------------------------------------------------------- /
/   FLOOR GUIDE
/* ---------------------------------------------------------------------------- */
.floor_area{
	background-color: #6c7486 ;
	margin:0 auto;
	padding: 55px 0 100px;
}
.floor_area h4{
	text-align: center;
}
.floor_area h4 img{
	height: 46px;
	width: auto;
}
.floor_area .inner{
	max-width: 1200px;
	display: flex;
	padding:50px 0 0 0;
	justify-content: space-around;
	margin:0 auto;
	align-items: flex-end;
}
.floor_area .inner img{
	width: 286px;
	flex-shrink: 0;
}
.floor_area .inner .txt{
	position:relative;
	width: 60%;
	color: #fff;
	margin-top: 50px;
}
.floor_area .inner .txt dl{
	display: block;
	padding-bottom: 60px;
/*	padding-bottom: 100px; */
	display:table;
}
.floor_area .inner .txt dt{
	width:11px;
	display: inline-block;
	font-family: 'Staatliches', cursive;
	font-size: 20px;
	vertical-align:middle;
	display:table-cell;
}
.floor_area .inner .txt dd{
	float: left ;
	margin-left: 1em ;
	border-left: solid 1px #fff;
	padding-left: 20px;
	vertical-align:middle;
	display:table-cell;
	line-height:normal;
}
.floor_area .inner .txt dd span{
	font-family: 'Staatliches', cursive;
	color: #fbd3c5;
	font-size:3rem;
	letter-spacing: 0.2em;
	vertical-align: sub;
}
.floor_area .inner .txt dd span.br{
	display:block;
}
.floor_area .inner .txt dd span.margintop10px{
	margin-top:10px;
}
.floor_area .inner .txt img{
	width: 100%;
	margin: -30px 0 0 -130px;
}
@media (max-width: 768px){
.floor_area .inner {
	max-width: 100%;
	padding: 50px 20px 0 20px;
	justify-content: space-between;
}
.floor_area .inner img {
	width: 180px;
}
.floor_area .inner .txt {
	width: 70%;
	margin-top: 30px;
}
.floor_area .inner .txt dt {
	padding-bottom: 20px;
}
.floor_area .inner .txt dd{
	font-size: 1.6rem;
}
.floor_area .inner .txt img {
	margin: 0px 0 0 -50px;
}
}
@media (max-width: 425px){
.floor_area .inner {
	flex-wrap: wrap;
	position:relative;
}
.floor_area .inner img {
	width: 80px;
	position: absolute;
	bottom: 0;
}
.floor_area .inner .txt {
	width: 100%;
	margin-top: 0;
	padding-bottom: 200px;
}
.floor_area .inner .txt dl {
	padding-bottom: 20px;
}
.floor_area .inner .txt img {
	margin: -420px 0 0 70px;
	width: 80%;
}
}
@media (max-width: 375px){
.floor_area {
	padding: 50px 0;
}
.floor_area h4 img {
	height: 35px;
}
}
/* ---------------------------------------------------------------------------- /
/   MANGA
/* ---------------------------------------------------------------------------- */
.hatoya_area{
	background-color: #fef5ab;
}
.hatoya_area .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:65px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hatoya_area .inner img{
	width: 300px;
	flex-shrink: 0;
}
.hatoya_area .inner img.txt{
	width: 350px;
}
.hatoya_area .inner .right_box{
	width: 30%;
}
.hatoya_area .inner .right_box h5{
	font-weight: 900;
	font-size: 2.5rem;
	padding-bottom: 30px;
}
.hatoya_area .inner .right_box a{
	text-align: center;
	width: 100%;
	padding:7px 0;
	border: solid 2px #6c7486;
	margin: 20px auto;
	display: block;
}
.hatoya_area .inner .right_box a:hover{
	background-color: #6c7486;
	color: #fff;
}
@media (max-width: 1240px){
.hatoya_area .inner {
	max-width: 1000px;
}
}
@media (max-width: 1024px){
.hatoya_area .inner {
	max-width: 100%;
	padding: 40px 20px;
}
.hatoya_area .inner img.txt {
	width: 30%;
}
}
@media (max-width: 768px){
.hatoya_area .inner {
	flex-wrap: wrap;
	justify-content: space-around;
}
.hatoya_area .inner img.txt {
	width: 40%;
}
.hatoya_area .inner .right_box {
	width: 80%;
	text-align: center;
}
.hatoya_area .inner .right_box {
	width: 50%;
}
}
@media (max-width: 425px){
.hatoya_area .inner img.txt {
	width: 80%;
}
.hatoya_area .inner img {
	width: 200px;
}
.hatoya_area .inner .right_box {
	width: 100%;
}
.hatoya_area .inner .right_box a {
	width: 80%;
}
}
@media (max-width: 375px){
.hatoya_area .inner .right_box h5 {
	font-size: 2rem;
	padding-bottom: 10px;
}
}
img.mangapadding5px {
	padding:5px 0;
}
img.floor_top {
	margin-top:60px;
}
div.sp_head {
	margin-top:50px !important;
}




/* ---------------------------------------------------------------------------- /
/   RECRUIT
/* ---------------------------------------------------------------------------- */
div.recruit_wrapper {
	width:100%;
	padding-bottom:100px;
	background-color:#E9F0F4;
}
@media (max-width: 768px){
	div.recruit_wrapper {
		padding-top:70px;
		padding-bottom:20px;
	}
}
@media (max-width: 425px){
	div.recruit_wrapper {
		padding-top:70px;
		padding-bottom:20px;
	}
}
div.recruit_inner {
	max-width:1200px;
	padding:60px 0;
	margin:0 auto;
	background-color:#FBEFE1;
}
@media (max-width: 768px){
	div.recruit_inner {
		margin:0 10px;
	}
}
@media (max-width: 425px){
	div.recruit_inner {
		margin:0 10px;
	}
}	
div.recruit_bg {
	width:84%;
	margin:10px auto;
	background-color:#FFFFFF;	
}
div.recruit_pagetitle_area {
	width:68%;
	margin:10px auto;
	position:relative;
	text-align: center;
}
p.recruit_pagetitle {
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	text-align:center;
	font-size: 3.5rem;
	font-family: 'Staatliches', cursive;
	text-align: center;
}
div.recruit_text_area_top {
	padding-top:60px;
}
div.recruit_text_area {
	padding-top:20px;
}
div.recruit_text_main {
	position: relative;
	margin-top: 1em;
	padding: 1em 2em;
	border-top: 1px solid #6C7486;
}
div.recruit_text_main > h3 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1em;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	font-weight: 500;
}
div.recruit_text_main > p {
	margin:20px 0;
	font-size:1em;
	font-weight: normal;
}

/* ---------------------------------------------------------------------------- /
/   ABOUT US
/* ---------------------------------------------------------------------------- */

div.aboutus_wrapper {
	width:100%;
	padding-bottom:100px;
	background-color:#E9F0F4;
/*	background-color:#E9F0F4; */
}
@media (max-width: 768px){
	div.aboutus_wrapper {
		padding-top:70px;
		padding-bottom:20px;
	}
}
@media (max-width: 425px){
	div.aboutus_wrapper {
		padding-top:70px;
		padding-bottom:20px;
	}
}
div.aboutus_inner {
	max-width:1200px;
	padding:60px 0;
	margin:0 auto;
	background-color:#f4e9db;
}
div.insta_inner {
	max-width:1200px;
	padding:60px 0;
	margin:0 auto;
	height: 1050px;
}
.insta_flame{
max-width: 1275px;
width: 98%;
margin:0 auto 50px;
height: 1050px;
}
#sb_instagram.sbi_fixed_height{
height: 1000px !important;
}
@media (max-width: 768px){
	div.aboutus_inner{
		margin:0 10px;
	}
	div.insta_inner{
		margin:0 10px;
		padding:0
	}
	.insta_flame{
max-width: 1275px;
width: 98%;
margin:0px auto 20px;
height: 210vw;
}
}
@media (max-width: 425px){
	div.aboutus_inner {
		margin:0 10px;
	}
}	
div.aboutus_bg {
	width:84%;
	margin:10px auto;
	background-color:#FFFFFF;	
}
div.aboutus_pagetitle_area {
	margin:10px auto;
	position:relative;
	text-align: center;
}
p.aboutus_pagetitle {
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	text-align:center;
	font-size: 3.5rem;
	font-family: 'Staatliches', cursive;
	text-align: center;
}
p.aboutus_subpagetitle {
	position:relative;
	top:26px;
	left:0;
	right:0;
	text-align:center;
	font-size: 1.4rem;
	font-family: 'Staatliches', cursive;
}
div.about_logo_area {
	position:static;
	text-align:center;
	margin-top: 80px;
}
div.about_logo_area > div.about_logo {
	margin:0 auto;
	width:30%;
}
div.about_logo_area > div.about_logo > img#hatoya-logo {
	width:100%;
}
div.about_logo_area > div.about_co-name {
	margin-top: 10px;
	margin-bottom: 30px;
}
div.about_logo_area > p.about_co-concept {
	margin-bottom:10px;
	font-weight: 100;
}
div.about_up-area {
	margin:80px auto 0;
	border-top: 1px solid #6C7486;
	width:86%;
}
div.about_down-area {
	margin:60px auto 0;
	border-top: 1px solid #6C7486;
	width:86%;
}



div.aboutus_main_area {
	width:88%;
	margin:0 auto;
	position:relative;
	top:120px;
}
div.aboutus_text_area {
	border-top: 1px solid #6C7486;
}
div.aboutus_text_concept_area {
	text-align:left;
}
div.aboutus_text_concept_area > span{
	padding: 2px 4px;
	background-color:#6c7486;
	color:#FFFFFF;
	display: inline-block;
	margin: 30px 0 16px;
}
div.aboutus_text_forcustomer_area {
	margin-bottom: 40px;
	text-align:left;
}
div.aboutus_text_forcustomer_area > span {
	padding: 2px 4px;
	background-color:#6c7486;
	color:#FFFFFF;
	display: inline-block;
	margin: 50px 0 16px;
}
ul.about_text_list > li {
	margin-top:1.6em;
}
p.about_forc_head_text {
	margin-bottom:40px;
}
div.aboutus_text_forc_list {
	margin-top:0.5em;
	padding-bottom:0.5em;
	border-top:1px dotted #000;
}
p.aboutus_text_forc_title {
	margin:-1em 0 0;
	float:left;
	width:36%;
	display:inline-block;
}
p.aboutus_text_forc_title > span {
	background-color:#FFFFFF;
	padding-right:16px;
}
p.aboutus_text_forc_content {
	margin:-1em 0 0;
	float:left;
	background:#fff;
	width:64%;
	display:inline-block;
}
p.aboutus_text_forc_content > span {
	background-color:#FFFFFF;
	padding-left:16px;
}







div.aboutus_for-c_area {
}
li.aboutus_for-c_list_li {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
span.aboutus_for-c_title {
}
span.aboutus_for-c_line_area {
	flex: auto;
}
hr.aboutus_for-c_line {
	position: relative;
	top: calc(50% - 1px);
	margin: 0 10px;
	border: none;
	border-top: dotted 1px #999999;
}
span.aboutus_for-c_data {
	width:62%;
}
@media (max-width: 1060px){
	span.aboutus_for-c_title {
		margin-top:10px;
		width:100%;
	}
	span.aboutus_for-c_line_area {
	}
	span.aboutus_for-c_data {
		width:80%;
		text-align:left;
	}
}
@media (max-width: 300px){
	span.aboutus_for-c_line_area {
		display:none;
	}
	span.aboutus_for-c_data {
		width:100%;
		text-align:left;
		padding-left:10px;
	}}



div.aboutus_text_description_area {
	margin:0 auto 40px;
	text-align:left;
}
div.aboutus_text_description_area > span {
	padding: 2px 4px;
	background-color:#6c7486;
	color:#FFFFFF;
	display: inline-block;
	margin: 50px 0 16px;
}
div.aboutus_text_description_area > p > span.kometext {
	margin-top:10px;
	display:block;
}
div.aboutus_text_desc_list {
	margin-top:0.5em;
	padding-bottom:0.5em;
	border-top:1px dotted #6c7486;
}
p.aboutus_text_desc_title {
	margin:-1em 0 0;
	float:left;
	width:8%;
	display:inline-block;
	text-align:left;
}
p.aboutus_text_desc_title > span {
	background-color:#FFFFFF;
	padding-right:16px;
}
p.aboutus_text_desc_content {
	margin:-1em 0 0;
	float:left;
	background:#fff;
	width:92%;
	display:inline-block;
	text-align:left;
}
p.aboutus_text_desc_content > span {
	background-color:#FFFFFF;
	padding-left:16px;
}

div.aboutus_text_description_area > p.contact {
	margin-top:40px;
}
div.aboutus_text_description_area > p.contact > span.contact-text {
	margin:10px 0;
	display:block;
}
div.aboutus_text_description_area > p.contact > span.tel {
	display:inline-block;
}
div.aboutus_text_description_area > p.contact > span.tel > a{
	border-bottom:1px dotted #6c7486;
}
div.aboutus_text_description_area > p.contact > span.mail {
	display:inline-block;
	margin-left:30px;
}
div.aboutus_text_description_area > p.contact > span.mail > a{
	border-bottom:1px dotted #6c7486;
}
@media (max-width: 780px){
	div.aboutus_text_description_area > p.contact > span.tel {
		width:100%;
	}
	div.aboutus_text_description_area > p.contact > span.mail {
		width:100%;
		margin-left: 0;
		word-break:break-all;
	}
}
div.aboutus_return_area {
}
li.aboutus_return_list_li {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
span.aboutus_return_title {
	text-align:center;
}
span.aboutus_return_line_area {
	flex: auto;
}
hr.aboutus_return_line {
	position: relative;
	top: calc(50% - 1px);
	margin: 0 10px;
	border: none;
	border-top: dotted 1px #999999;
}
span.aboutus_return_data {
	width:90%;
	text-align:left;
}


@media (max-width: 600px){
	span.aboutus_return_title {
		width:100%;
		text-align:left;
	}
}
@media (max-width: 540px){
	span.aboutus_return_title {
		width:100%;
		text-align:left;
	}
	span.aboutus_return_line_area {
		display:none;
	}
	span.aboutus_return_data {
		margin-bottom:10px;
	}
}


div.aboutus_prof_area {
}
li.aboutus_prof_list_li {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
span.aboutus_prof_title {
}
span.aboutus_prof_line_area {
	flex: auto;
}
hr.aboutus_prof_line {
	position: relative;
	top: calc(50% - 1px);
	margin: 0 10px;
	border: none;
	border-top: dotted 1px #999999;
}
span.aboutus_prof_data {
	width:62%;
}

@media (max-width: 870px){
	span.aboutus_prof_title {
		width:100%;
		text-align:left;
	}
	span.aboutus_prof_data {
		width:92%;
	}
}
@media (max-width: 370px){
	span.aboutus_prof_line_area {
		display:none;
	}
	span.aboutus_prof_data {
		margin-left:10px;
	}
}



div.aboutus_member_area {
}
li.aboutus_member_list_li {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
span.aboutus_member_title {
}
span.aboutus_member_line_area {
	flex: auto;
}
hr.aboutus_member_line {
	position: relative;
	top: calc(50% - 1px);
	margin: 0 10px;
	border: none;
	border-top: dotted 1px #999999;
}
span.aboutus_member_data {
	width:62%;
}

@media (max-width: 570px){
	span.aboutus_member_title {
		width:100%;
		text-align:left;
	}
	span.aboutus_member_data {
		width:92%;
	}
}
@media (max-width: 370px){
	span.aboutus_member_line_area {
		display:none;
	}
	span.aboutus_member_data {
		margin-left:10px;
	}
}

div.aboutus_text_hisotry_area {
	margin-top:100px;
	padding-bottom:60px;
}
div.aboutus_text_history_list {
	width:100%;
	display:flex;
}
p.aboutus_text_history_year {
	width:170px;
	display:inline-block;
}
p.aboutus_text_history_month {
	width:60px;
	text-align:right;
}
p.aboutus_text_history_data {
	width:calc(100% - 230px);
	padding-left:30px;
	display:inline-block;
	text-align:left;
}
p.hisotry_end {
	margin-top:40px;
}
@media (max-width: 580px){
	p.aboutus_text_history_data {
		display:block;
		width:100%;
	}
}













/* ---------------------------------------------------------------------------- /
/   ACCESS
/* ---------------------------------------------------------------------------- */
.access_area{
	background-color: #fbd3c5;
	padding:50px 0;
}
.access_area h4{
	text-align: center;
}
.access_area h4 img{
	height: 46px;
	width: auto;
}
.access_area .inner{
	display: flex;
	max-width: 1200px;
	margin:0 auto;
	padding:50px 0;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/access_bg.png);
	background-size: 50%;
	background-position: right 120px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
}
.access_area .inner div.maplink{
	width: 58%;
	align-self: flex-start;
	flex-shrink: 0;
}
.access_area .inner div.maplink > .btn_gmap{
	width:186px;
	margin:20px auto 0;
}
.access_area .inner div.maplink > .btn_gmap > a:hover img{
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
.access_area .inner div.maplink > div.btn_gmap > a img{
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}


.access_area .inner .txt{
	width: 40%;
	padding:140px 0 0 40px;
}
.access_area .inner .txt p{
	display: block;
}
@media (max-width: 1024px){
.access_area .inner {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
	background-size: 60%;
	background-position: 85% 60%;
	padding-bottom: 90px;
}
.access_area .inner div.maplink {
	width: 45%;
}
.access_area .inner .txt {
	padding: 80px 0 0 40px;
}
}
@media (max-width: 768px){
.access_area .inner {
	flex-wrap: wrap;
	background-image: none;
	padding-bottom: 50px;
}
.access_area .inner div.maplink {
	width: 80%;
	margin: 0 auto;
}
.access_area .inner .txt {
	padding: 40px 0 0 0;
	width: 50%;
	margin: 0 auto;
}
}
@media (max-width: 425px){
.access_area .inner .txt {
	width: 100%;
}
.access_area .inner {
	padding-bottom: 0;
}
.access_area .inner div.maplink {
	width: 100%;
}
}
/* ---------------------------------------------------------------------------- /
/   FOOT
/* ---------------------------------------------------------------------------- */
.foot{

}
.foot .inner {
	max-width: 550px;
	margin:0 auto;
	padding:73px 0;
}
.foot .inner a:hover{
	opacity: 0.7;
}
.foot .inner ul{
	text-align: center;
}
.foot .inner li{
	display: inline-block;
	font-family: 'Staatliches', cursive;
	padding:0 22px;
	vertical-align: top;
}
.foot .inner li img{
	width: 30px;
	padding-left:15px;
}
.foot .inner .copy{
	text-align: center;
	font-family: 'Staatliches', cursive;
	padding-top: 15px;
}
@media (max-width: 425px){
.foot .inner {
	padding: 40px 20px;
}
.foot .inner li {
	padding: 0 5px;
}
.foot .inner li img {
	padding-left: 5px;
}
.foot .inner .copy {
	font-size: 1.4rem;
}
}
@media (max-width: 375px){
.foot .inner li {
	margin-bottom: 15px;
}
}
/* ---------------------------------------------------------------------------- /
/ PAGETOP
/* ---------------------------------------------------------------------------- */
.pagetop{
	position:fixed;
	right: 20px;
	bottom:20px;
	z-index: 999;
}
.pagetop a img{
	width: 100px;
}
@media (max-width: 425px){
.pagetop a img{
	width: 80px;
}
}
@media (max-width: 375px){
.pagetop a img{
	width: 60px;
}
.pagetop{
	position:fixed;
	right: 10px;
	bottom:10px;
}
}
/* ---------------------------------------------------------------------------- /
/ 右PAGETOP
/* ---------------------------------------------------------------------------- */
.bg-is-black {

}
.rightpagetop a.rightscroll {
    position:fixed;
	right: 20px;
	bottom:50%;
	z-index: 999;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    font-family: 'Staatliches', cursive;
}
.leftscroll{
	position:fixed;
	left: 20px;
	bottom:10%;
	z-index: 999;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    font-family: 'Staatliches', cursive;
}
@media (max-width: 768px){
.rightpagetop a.rightscroll {
    position: fixed;
    right: 5px;
    font-size: 1rem;
}
.leftscroll {
    position: fixed;
    left: 5px;
    font-size: 1rem;
}
}
@media (max-width: 425px){
.rightpagetop a.rightscroll {
    position: fixed;
    right: 0px;
    font-size: 1rem;
}
.leftscroll {
    position: fixed;
    left: 0px;
    font-size: 1rem;
}
}
/* ---------------------------------------------------------------------------- /
/   NEWSPAGE
/* ---------------------------------------------------------------------------- */
.under_header{
	width: 100%;
	background-color: #fbd3c5;
	position: relative;
}
.under_header .inner{
	width: 50%;
	margin:0 auto;
	padding:90px 0;
    text-align: center;
}
.under_header .inner img{
	width: 210px;
}
.under_header .inner h1 img{
	width: 280px;
	padding-top: 30px;
}
/* newsmain */
.news_contents{
	background-color: #e9f0f4 ;
	padding:280px 0 50px;
}
.news_contents .inner{
	background-color: #fbd3c5;
	max-width: 1040px;
	margin:0 auto;
	position:relative;
	padding: 80px 0;
}
.news_contents .inner img.image{
	position:absolute;
	width: 850px;
	top: 100px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.news_contents .inner .newsttl{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/en_bg.png);
    background-size: 200px;
    background-position: 0 40px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
    height: 250px;
    width: 200px;
    margin-right: 0;
    margin-left: auto;
    padding: 100px 250px 0 0;
    text-align: center;
}
.news_contents .inner .newsttl p{
    font-family: 'Staatliches', cursive;
    font-size: 3.5rem;
    line-height: 1.2;
}
.news_contents table , td, th {
	width: 80%;
	border-collapse: collapse;
	margin: 0 auto;
	padding:50px 0;
}
/* news記事 */
.news_contents .inner table{
	margin-bottom:50px !important;
}
.news_contents .inner table:hover{
	cursor: pointer;
	color: #fff;
}
.news_contents .inner td, th {
	padding: 3px;
	width: 50%;
	vertical-align: middle;
}
.news_contents .inner td.icon {
	width: 20%;
	border-bottom: inherit;
	cursor: pointer;
	background-size: contain;
	text-indent: -9999px;
	background-position: top;
}
.news_contents .inner td.ct {
	font-family: 'Staatliches', cursive;
	width: inherit;
	border-bottom: solid 2px #6c7486 ;
	display: inline-block;
	font-size: 2.5rem;
	padding-bottom: 10px;
}
.news_contents .inner td.staff {
	font-size: 1.2rem;
	vertical-align: bottom;
	line-height: 0.5;
    text-align: right;
}
.news_contents .inner td.day {
	font-size: 1.2rem;
	vertical-align: top;
    text-align: right;
}
.news_contents .inner table.clickable:hover td {
	cursor: pointer;
	color: #fff;
	border-bottom: inherit;
}
.news_contents .inner tbody tr.clickable:hover td.icon{
	width: 20%;
	cursor: pointer;
}
.news_contents .inner table:hover td.ct {
	border-bottom: solid 2px #fff ;
}
/* newsicon */
.news_contents .inner td.blog {
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_blog.png);
}
.news_contents .inner table:hover td.blog{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_blog_h.png);
}
.news_contents .inner td.stock {
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_stock.png);
}
.news_contents .inner table:hover td.stock{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_stock_h.png);
}
.news_contents .inner td.topic {
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_topic.png);
}
.news_contents .inner table:hover td.topic{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_topic_h.png);
}
.news_contents .inner td.sale {
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_sale.png);
}
.news_contents .inner table:hover td.sale{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_sale_h.png);
}
.news_contents .inner td.recommend {
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_recommend.png);
}
.news_contents .inner table:hover td.recommend{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/icon_recommend_h.png);
}
/* newsボタン */
.news_contents .more,
.arrival_contents .more{
	text-align: center;
    width: 5%;
    margin: 30px auto 0;
}
.news_contents .more a p,
.arrival_contents .more a p{
	font-family: 'Staatliches', cursive;
	padding-bottom:10px;
}
.news_contents .more a img,
.newarraival_area .more a img{
	width: 27px;
}
.news_contents .more a:hover,
.news_contents .more a:hover p,
.arrival_contents .more a:hover,
.arrival_contents .more a:hover p{
	opacity: 0.7;
}
.news_contents .backhome a,
.arrival_contents .backhome a{
	display: block;
	width: 320px;
	text-align: center;
	padding:8px 0;
	font-family: 'Staatliches', cursive, 'Noto Sans JP', sans-serif;
	border:solid 2px #6c7486 ;
	margin:90px auto 20px;
}
.arrival_contents .itemother a{
	font-family: 'Noto Sans JP', sans-serif;
}
.news_contents .backhome a:hover,
.arrival_contents .backhome a:hover{
	background-color:#6c7486 ;
	color: #fff;
}
@media (max-width: 1024px){
.news_contents .inner {
    max-width: 90%;
}
}
@media (max-width: 768px){
.news_contents {
    padding: 200px 0 50px;
}
.news_contents .inner img.image {
    width: 80%;
}
.news_contents .inner .newsttl {
    background-position: 0 20px;
    padding: 80px 150px 0 0;
}
.news_contents .inner .newsttl p {
    font-size: 3rem;
}
.news_contents table, td, th {
    width: 90%;
}
.news_contents .inner td.icon {
    background-size: 70%;
}
.news_contents .inner {
    max-width: 90%;
}
.news_contents .inner td.ct {
    line-height: 1.2;
    padding-bottom: 5px;
}
}
@media (max-width: 425px){
.under_header .inner {
    width: 90%;
    padding: 90px 0 50px;
}
.under_header .inner img {
    width: 50%;
}
.under_header .inner h1 img {
    width: 50%;
}
.news_contents {
    padding: 100px 0 50px;
}
.news_contents .inner img.image {
    position: absolute;
    width: 90%;
    top: 60px;
}
.news_contents .other_page tbody tr.clickable:hover td {
    border-bottom: inherit !important;
}

.news_contents .inner .newsttl {
    background-size: 150px;
    background-position: 30px 0px;
    padding: 30px 60px 0 0;
    text-align: center;
    margin-top: -50px;
    height: 170px;
}
.news_contents .inner td.icon {
    background-position:left center;
    background-size: 90%;
}
.news_contents .inner td, th {
    border-bottom: inherit;
}
.news_contents .inner table tr.clickable:hover td {
	border-bottom: inherit;
}

.news_contents .inner td.ct {
    font-size: 1.6rem;
    padding-bottom: 3px;
}
.news_contents .inner td.staff {
    font-size: 1.2rem;
    display: block;
    width: 100%;
}
.news_contents .inner td.day {
    display: block;
}
.news_contents .inner table {
    margin-bottom: 30px !important;
}
.news_contents .inner {
    padding: 80px 0 40px;
}
.news_contents .backhome a {
    margin: 30px auto 0;
}
}
@media (max-width: 375px){
.news_contents .inner .newsttl {
    background-size: 140px;
    background-position: 30px 0px;
    padding: 40px 0px 0 0;
    margin-top: -50px;
    height: 140px;
}
.news_contents .inner .newsttl p {
    font-size: 2.5rem;
}
}
@media (max-width: 320px){
.news_contents .inner td.icon {
    background-size: contain;
    display: inline-block;
    width: 60px;
    padding: 0;
    margin: 0;
    height: 55px;
}
.news_contents .inner td.ct {
    margin-left: 10px;
}
.news_contents .inner td, th {
    width: 100%;
    display: block;
}
.news_contents .inner table {
    margin-bottom: 10px !important;
}
.news_contents .backhome a {
    width: 280px;
}
}
/* ---------------------------------------------------------------------------- /
/   NEWS記事PAGE
/* ---------------------------------------------------------------------------- */
.news_contents .inner .news_page_nav{
	margin:0 auto;
}
.news_contents .inner .news_page_nav ul{
	margin: 0 auto;
    text-align: center;
}
.news_contents .inner .news_page_nav li{
	display: inline-block;
	padding-right: 40px;
	width: 8%;
	cursor: pointer;
	vertical-align: top;
}
.news_contents .inner .news_page_nav li:last-child{
	padding-right: 0;
}
.news_contents .inner .news_page_nav li a{
    padding-bottom: 80px;
    background-size: 61px 51px;
    padding-top: 55px;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap : break-word;
    background-position: center top;
    font-family: 'Staatliches', cursive;
    line-height: 1.2;
}
.news_contents .inner .news_page_nav li a:hover{
    color: #fbefe1;
}
/* カテゴリーボタン */
.news_contents .inner .news_page_nav li a.blog{
	display: block;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_blog.png);
    background-repeat: no-repeat;
}
.news_contents .inner .news_page_nav li a.blog:hover{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_blog_h.png);
}
.news_contents .inner .news_page_nav li a.stock{
	display: block;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_stock.png);
    background-repeat: no-repeat;
}
.news_contents .inner .news_page_nav li a.stock:hover{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_stock_h.png);
}
.news_contents .inner .news_page_nav li a.recommend{
	display: block;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_recommend.png);
    background-repeat: no-repeat;
}
.news_contents .inner .news_page_nav li a.recommend:hover{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_recommend_h.png);
}
.news_contents .inner .news_page_nav li a.topic{
	display: block;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_topic.png);
    background-repeat: no-repeat;
}
.news_contents .inner .news_page_nav li a.topic:hover{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_topic_h.png);
}
.news_contents .inner .news_page_nav li a.sale{
	display: block;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_sale.png);
    background-repeat: no-repeat;
}
.news_contents .inner .news_page_nav li a.sale:hover{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/news_sale_h.png);
}
/* 文章 */
.news_contents .inner .news_page {
	width: 90%;
	background-color: #fff;
	margin:0 auto;
	padding:90px 0 30px;
	justify-content: center;
	align-items: center;
}
.news_contents .inner .news_page .blog_ttl {
	width: 100%;
	background-color: #6c7486 ;
	display: flex;
	padding: 20px 80px;
    box-sizing: border-box;
}
.news_contents .inner .news_page .blog_ttl img{
	height: 50px;
}
.news_contents .inner .news_page .blog_ttl .txt {
	width: 90%;
	padding-left: 15px;
	font-weight: 500;
	color: #fff;
}
.news_contents .inner .news_page .blog_ttl .txt p{
	width: 90%;
}
.news_contents .inner .news_page .blog_ttl .txt p.staff,
.news_contents .inner .news_page .blog_ttl .txt p.staff span.day{
	font-size: 1rem;
	text-align: right;
	padding-left: 5px;
    width: 100%;
}
.news_contents .inner .news_page .article{
/*	width: 450px; 2020/08/24変更 */
	width: 90%;
	margin:0 auto;
	padding-top: 35px;
}
.news_contents .inner .news_page .article p{
	font-weight: 500;
	line-height:2.5;
	font-size: 1.4rem;
}
.news_contents .inner .news_page .article img{
	width: 100%;
	height:auto;
	padding:40px 0;
}
.news_contents .inner .news_page .article .snsshare{
	padding-top: 40px;
	text-align: right;
	padding-bottom:60px;
}
@media (max-width: 425px){
.news_contents .inner .news_page .article .snsshare{
	margin-right: 20px;
}
}
.news_contents .inner .news_page .article .snsshare > ul > li.li_tw {
	float:right;
	margin-top: 7px;
	margin-left: 10px;
}
.news_contents .inner .news_page .article .snsshare > ul > li.li_fb {
	float:right;
	margin-bottom: 10px; 
}
.news_contents .inner .news_page .article .snsshare a img{
    width: auto;
	height: 20px;
	padding-right:15px;
}
/* prevnext */
.news_contents .prevnext{
	width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.news_contents .prevnext a{
	font-family: 'Staatliches', cursive;
}
.news_contents .prevnext a:hover{
	opacity: 0.7;
}
.news_contents .prevnext a img{
	width: 14px;
	padding:0 10px;
}
/* 下部記事other */
.news_contents .other_page table{
	max-width: 670px;
}
.news_contents .other_page tr{
	height: 80px;
}
.news_contents .other_page tbody tr.clickable:hover td {
	cursor: pointer;
	color: #fbd3c5;
	border-bottom: solid 1.5px #fbd3c5;
}
.news_contents .other_page tbody tr.clickable:hover td.icon {
	border-bottom: inherit;
}
.news_contents .other_page td, th {
	border-collapse: separate;
	padding: 3px;
	width: 70%;
	vertical-align: middle;
	border-bottom: solid 1.5px;
	padding-top: 20px;
}
.news_contents .other_page td.icon {
	width: 24%;
	border-bottom: inherit;
	cursor: pointer;
	background-size: 68px 56px;
	text-indent: -9999px;
}
.news_contents .other_page tbody tr.clickable:hover td.icon{
	width: 13%;
	border-bottom: inherit;
	cursor: pointer;
}
.news_contents .other_page td.stock {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_stock.png);
}
.news_contents .other_page tbody tr.clickable:hover td.stock{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_stock_h.png);
}
.news_contents .other_page td.topic {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_topic.png);
}
.news_contents .other_page tbody tr.clickable:hover td.topic{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_topic_h.png);
}
.news_contents .other_page td.sale {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_sale.png);
}
.news_contents .other_page tbody tr.clickable:hover td.sale{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_sale_h.png);
}
.news_contents .other_page td.recommend {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_recommend.png);
}
.news_contents .other_page tbody tr.clickable:hover td.recommend{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/news/icon_recommend_h.png);
}
.news_contents .other_page td.icon img{
	width: 68px;
}
.news_contents .other_page td.ct {
	font-family: 'Staatliches', cursive;
	width: 7%;
	font-size: 1.8rem;
    display: table-cell;
}
.news_contents .other_page td.day{
	text-align: right;
	font-size:1.5rem;
	width: 10%;
}

@media (max-width: 1024px){
.news_contents .prevnext {
    width: 90%;
}
.news_contents .inner {
    max-width: 90%;
}
}
@media (max-width: 768px){
.news_contents .inner .news_page .blog_ttl {
    padding: 20px 40px;
}

}
@media (max-width: 425px){
.news_contents .inner .news_page {
    width: 90%;
    margin: 0 auto;
    padding: 0px 0 30px;
}
.news_contents .inner .news_page .article {
    width: 90%;
    padding-top: 35px;
}
.news_contents .inner .news_page .blog_ttl {
    padding: 20px;
}
.news_contents .inner .news_page .article img {
    padding: 20px 0;
}
.news_contents .inner .news_page .article p {
    line-height: 2.2;
}
.news_contents .other_page  td.ct {
	width: 50%;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: initial;
}
.news_contents .other_page  td.icon {
	background-size: contain;
	display: inline-block;
	margin-left: -15px;
}
.news_contents .other_page  td, th {
	width: 100%;
	display: block;
	padding-top: 10px;
	border-bottom: inherit;
}
.news_contents .other_page  td.day {
	text-align: right;
	width: 100%;
	border-bottom: solid 1.5px;
	margin-bottom: 20px;
}
.news_contents .other_page tbody tr.clickable:hover td.day{
	border-bottom: solid 1.5px #fbd3c5 !important;
}
.news_contents .inner .news_page_nav li {
    padding-right: 10px;
    width: 15%;
}
.news_contents .inner .news_page_nav li a {
    padding-bottom: 60px;
    background-size: 100%;
}
}
@media (max-width: 375px){
.news_contents .inner .news_page_nav li {
    padding-right: 10px;
}
.news_contents .inner .news_page_nav li:nth-child(3n),
.news_contents .inner .news_page_nav li:nth-child(5n) {
    padding-right: 0;
}
.news_contents .inner .news_page_nav li a {
    background-size: contain;
    padding: 70px 0 0 0;
}
.news_contents .inner .news_page_nav li {
    width: 80px;
    margin-bottom: 15px;
}
}
/* ---------------------------------------------------------------------------- /
/   NEW ARRIVAL
/* ---------------------------------------------------------------------------- */
.arrival_contents{
	background-color: #e9f0f4;
    padding: 200px 0 50px;
}
.arrival_contents .ttl_inner{
}
.arrival_contents .ttl_inner h3{
	font-size: 3.8rem;
	font-family: 'Staatliches', cursive;
	text-align: center;
}
.arrival_contents .ttl_inner h3{
	font-size: 3.5rem;
	font-family: 'Staatliches', cursive;
	text-align: center;
}
.arrival_contents .ttl_inner .arrival_page_nav{
	max-width: 860px;
    margin: 30px auto;
    text-align: center;
}
.arrival_contents .ttl_inner .arrival_page_nav li{
	padding-right: 60px;
	width: 100px;
	display: inline-block;
    vertical-align: top;
}
.arrival_contents .ttl_inner .arrival_page_nav li:last-child{
	padding-right: 0;
}
.arrival_contents .ttl_inner .arrival_page_nav li a{
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/arrival/hanger.png);
	background-position: center top;
	background-size: 80px;
	padding-top: 50px;
    display: block;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap : break-word;
}
.arrival_contents .ttl_inner .arrival_page_nav li a:hover{
	background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/arrival/hanger_h.png);
	background-position: center top;
    color: #fbd3c5;
}
.arrival_contents .ttl_inner .arrival_page_nav li a span{
	display: block;
	font-size:0.3em;
}

@media (max-width: 768px){
.arrival_contents .ttl_inner .arrival_page_nav li {
    padding-right: 40px;
}
.news_contents .more, .arrival_contents .more {
    width: 10%;
}
}
@media (max-width: 425px){
.arrival_contents .ttl_inner .arrival_page_nav li {
	padding: 0 15px;
    margin-bottom: 10px;

}
.arrival_contents .ttl_inner .arrival_page_nav li:last-child {
    padding-right: 15px;
}
.news_contents .more, .arrival_contents .more {
    width: 20%;
}
.arrival_contents .backhome a {
    margin: 50px auto 20px;
}
.arrival_contents {
    padding: 100px 0 50px;
}
}
@media (max-width: 375px){
.arrival_contents {
    padding: 50px 0;
}
}
@media (max-width: 320px){
.arrival_contents .backhome a {
    width: 280px;
}
}
/* ---------------------------------------------------------------------------- /
/   item
/* ---------------------------------------------------------------------------- */
.arrival_contents .item_content{
    width: 100%;
}
.arrival_contents .item_content .inner{
	margin:0 auto;
	background-color: #fbefe1;
	width: 70%;
	padding: 3%;
    box-sizing: border-box;
    border: solid 8rem #6c7486;
}
.breadcrumb{
	font-size: 0;
    margin: 0;
    padding: 10px 0 0;
}
.breadcrumb li {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 10px 0 0;
    padding: 0 25px 0 0;
    height: 50px;
    line-height: 50px;
    font-feature-settings: "palt" 1;
}
.breadcrumb li a:hover {
    color: #d35959;
}
.breadcrumb li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    font-size: 10px;
    color: #483f6e;
    font-family:'Font Awesome 5 Free';
    content: "\f054";
    font-weight:900;
    text-align: center;
}
.breadcrumb li:last-child:before {
    display: none;
}
.item_content .details{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.item_content .details .main_images{
	width: 50%;
	position:relative;
}
.item_content .details .main_images img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.item_content .details .main_images .snsshare{
	position:absolute;
	bottom: 15px;
	right: 15px;
}
.item_content .details .main_images .snsshare a img{
    width: auto;
	height: 20px;
	padding-right:15px;
}
.item_content .details .main_images .snsshare > ul > li.li_tw {
	float:right;
	margin-top: 7px;
	margin-left: 10px;
}
.item_content .details .main_images .snsshare > ul > li.li_fb {
	float:right;
	margin-bottom: 10px; 
}
.item_content .details .txt{
	width: 49%;
	margin-left: 35px;
}
.item_content .details .txt p{
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
}
.item_content .details .txt p.no{
	font-size: 1.2rem;
}
.item_content .details .txt h4{
	font-size: 2.4rem;
	font-weight: 700;
	padding:15px 0 0;
}
.item_content .details .txt p.price{
	font-size: 1.8rem;
	padding:15px 0;
}
.item_content .details .txt p.price span{
	font-size: 2.8rem;
	font-family: 'Staatliches', cursive;
	color: #d35959;
	padding:0 5px;
}
.item_content .details .txt .sub_images{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.item_content .details .txt .sub_images li{
	width: 45%;
	list-style:none;
	margin-top: 20px;
	font-family: 'Staatliches', cursive;
}
.item_content .details .txt .sub_images li img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.item_content .details .txt .sub_images li span{
	display: block;
	text-align: center;.
	font-family: 'Staatliches', cursive;
}
/* prevnext */
.item_content .prevnext{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
}
.item_content .prevnext a{
	font-family: 'Staatliches', cursive;
}
.item_content .prevnext a:hover{
	opacity: 0.7;
}
.item_content .prevnext a img{
	width: 14px;
	padding:0 10px;
}
@media (max-width: 1240px){
.arrival_contents .item_content .inner {
    width: 85%;
    border: solid 7rem #6c7486;
}
}
@media (max-width: 768px){
.arrival_contents .item_content .inner {
    width: 90%;
    border: solid 3rem #6c7486;
}
.item_content .prevnext {
    width: 90%;
}
}
@media (max-width: 425px){
.arrival_contents {
    padding: 100px 0 50px;
}
.arrival_contents .item_content .inner {
    border: solid 2rem #6c7486;
}
.item_content .details {
    flex-wrap: wrap;
}
.item_content .details .main_images {
    width: 100%;
}
.item_content .details .txt {
    width: 100%;
    margin-left: 0;
}
.item_content .details .txt .sub_images {
    margin-top: 10px;
}
.breadcrumb{
    padding: 10px 0 10px;
}
.breadcrumb li {
    height: 25px;
    line-height: 25px;
}
.item_content .details .main_images .snsshare {
    bottom: 5px;
    right: 0px;
}
.item_content .details .txt p.price {
    padding: 0 0 10px 0;
}
.item_content .details .txt p.no {
    padding-top: 10px;
}
}
@media (max-width: 375px){
.breadcrumb {
    padding: 10px 0 10px;
}
}
@media (max-width: 320px){
.item_content .details .txt h4 {
    font-size: 1.8rem;
    padding: 5px 0 0;
}
.item_content .details .txt p.price {
    font-size: 1.4rem;
}
.item_content .details .txt p.price span {
    font-size: 2.4rem;
}
.arrival_contents .item_content .inner {
    border: solid 1.5rem #6c7486;
}
.breadcrumb li {
    height: 20px;
    line-height: 20px;
}
}
/* ---------------------------------------------------------------------------- /
/   access
/* ---------------------------------------------------------------------------- */
.access_contents{
	background-color: #6c7486 ;
    background-image: url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/ticket_20.png), url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/ticket_50.png)
    , url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/ticket_70.png), url(https://ueno-hatoya.com/wp/wp-content/themes/hatoya_202402/style.css/img/top/ticket_90.png);
    background-position: right 10% bottom , right  10% top  10% ,left  10% bottom 10%, left 10% top 10%;
    background-repeat: no-repeat;
    background-size: 20%;
    width: 100%;

}
.access_contents .inner{
	max-width: 950px;
	margin:0 auto;
	padding:100px 0 0;
	text-align: center;
}
.access_contents .inner h1{
	color: #fff;
	font-weight: 900;
	font-size: 5rem;
	text-align: center;
	letter-spacing: 0.2em;
}
.access_contents .inner img{
	width: 100%;
	padding-bottom:40px;
}
.access_contents .inner p{
	color: #fff;
	font-size: 4rem;
	letter-spacing: 0.2em;
	font-weight: 700;
	text-align: center;
}
.access_contentsbg{
	background: linear-gradient(#6c7486 30%, #fbd3c5 20%);
}
@media (max-width: 1440px){
.access_contents {
    background-position: right 5% bottom , right 5% top 10% ,left 5% bottom 10%, left 5% top 10%;
}
}
@media (max-width: 1240px){
.access_contents {
    background-position: right 2% bottom , right 2% top 10% ,left 2% bottom 10%, left 2% top 10%;
}
}
@media (max-width: 1024px){
.access_contents .inner h1 {
    font-size: 4rem;
}
.access_contents .inner img {
    width: 70%;
}
.access_contents .inner p {
    font-size: 3rem;
}
}
@media (max-width: 768px){
.access_contents .inner p {
    font-size: 2.5rem;
}
.access_contents .inner img {
    width: 80%;
    padding-bottom: 0;
}
}
@media (max-width: 425px){
.access_contents .inner h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
}
.access_contents {
    background-image: none;
}
.access_contents .inner {
    padding: 50px 20px 0 20px;
    margin: 0 auto -50px;
}
.access_contents .inner p {
    font-size: 2rem;
}
.access_contents .inner img {
    width: 100%;
    margin-left: -20px;
}
}
@media (max-width: 375px){
.access_contents .inner p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
.taxferee_contents1 .inner{
	padding:0 10px;
	margin-top:60px;
}
.taxferee_contents2 .inner{
	padding:0 10px;
}
}
@media (max-width: 320px){
.access_contents .inner p {
    font-size: 1.6rem;
}
.access_contents .inner h1 {
    font-size: 2.5rem;
}
}
/* ---------------------------------------------------------------------------- /
/   TAX FREE
/* ---------------------------------------------------------------------------- */
.taxferee_contents1{
	background-color: #E9F0F4;
}
.taxferee_contents1 .inner{
	max-width: 1200px;
	margin:0 auto;
	background-color: #002060;
}
.taxferee_contents1 .inner .link{
	width:30%;
	margin:0 auto;
	color:#FFFFFF;
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding:30px 0 80px;
}
.taxferee_contents1 .inner .link > div{
	align-self: center;
	font-size:50%;
}
.taxferee_contents1 .inner .link > div > a > img{
	height:20px;
}
.taxferee_contents1 .inner .ttl{
	max-width:500px;
	text-align: center;
	margin:0 auto;
	padding:40px 0;
}
.taxferee_contents1 .inner .ttl img{
	width: 100%;
}
.taxferee_contents2{
	background-color: #E9F0F4;
}
.taxferee_contents2 .inner{
	max-width: 1200px;
	margin:0 auto;
	background-color: #FFFFFF;
}
.taxferee_contents2 .inner .text{
	max-width:700px;
	text-align: center;
	margin:0 auto;
	padding:80px 0;
}
.taxferee_contents2 .inner .text img{
	width: 100%;
}
@media (max-width: 768px){
.taxferee_contents1 .inner .link{
	padding-top:130px;
}
}
@media (max-width: 425px){
.taxferee_contents1 .inner .link{
	padding-top:100px;
}
}


/* ---------------------------------------------------------------------------- /
/   MANGA1
/* ---------------------------------------------------------------------------- */
.manga_contents1{
	background-color: #fef5ab;
}
.manga_contents1 .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:80px 0;
}
.manga_contents1 .inner .ttl{
	margin:0 auto 30px;
	text-align: center;
}
.manga_contents1 .inner .ttl img{
	width: 70%;
}
.manga_contents1 .inner .ttl h1{
	text-align: center;
	padding:40px 0 60px;
	font-size: 1.8rem;
	font-weight: 500;
}
.manga_contents1 .inner .ttl p{
	display: inline-block;
	background-color: #6c7486 ;
	color: #fff;
	padding:7px 20px;
}
.manga_contents1 .inner img{
	width: 100%;
}
.manga_contents1 .inner img.manga1-1{
	width: 100%;
}
.manga_contents1 .inner img.manga1-15{
	width: 102.5%;
    margin-left: -21px;
}
.manga_contents1 .inner img.manga1-2{
	width: 100%;
	margin-left: -11px;
}
.manga_contents1 .inner img.manga1-25{
	width: 100%;
	margin: 15px 0 0 0;
}
.manga_contents1 .inner img.manga1-3{
	width: 97.7%;
}
.manga_contents1 .inner img.manga1-4{
	width: 97%;
}
.manga_contents1 .inner .rink{
	margin: 30px auto;
	text-align: center;
}
.manga_contents1 .inner .rink a{
	display: inline-block;
	background-color: #6c7486 ;
	color: #fff;
	padding:7px 20px;
	margin:0 15px;
	border:solid 2px #fef5ab ;
}
.manga_contents1 .inner .rink a:hover{
	border:solid 2px #6c7486 ;
	background-color: #fff ;
	color: #6c7486;
}
@media (max-width: 1024px){
.manga_contents1 .inner {
    max-width: 90%;
    text-align: center;
}
.manga_contents1 .inner img.manga1-1 {
    margin-right: -20px;
}
.manga_contents1 .inner img.manga1-15 {
    width: 102.5%;
    margin-left: -5px;
}
.manga_contents1 .inner img.manga1-2 {
    margin-left: 0;
}
.manga_contents1 .inner img.manga1-25 {
    margin: 15px 0 0 9px;
}
.manga_contents1 .inner img.manga1-3 {
    margin-left: -5px;
}
}
@media (max-width: 768px){
.manga_contents1 .inner .ttl h1 {
    text-align: left;
}
.manga_contents1 .inner img.manga1-1 {
    width: 98.5%;
}
.manga_contents1 .inner img.manga1-15 {
    width: 101%;
    margin-left: 4px;
}
}
@media (max-width: 425px){
.manga_contents1 .inner {
    padding: 40px 0;
}
.manga_contents1 .inner .ttl img {
    width: 100%;
}
.manga_contents1 .inner .ttl h1 {
    text-align: left;
    padding: 20px 0 30px;
    font-size: 1.6rem;
}
.manga_contents1 .inner img.manga1-1 {
    margin-right: -16px;
    width: 98%;
}
.manga_contents1 .inner img.manga1-25 {
    margin: 5px 0 0 4px;
}
.manga_contents1 .inner .rink a {
    display: block;
    margin: 20px 15px;
}
}
@media (max-width: 375px){
.manga_contents1 .inner img.manga1-15 {
    width: 101%;
    margin-left: 0px;
}
}
@media (max-width: 320px){
.manga_contents1 .inner .ttl p {
    padding: 7px 10px;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.manga_contents1 .inner img.manga1-1 {
    margin-right: -4px;
    width: 99%;
}
.manga_contents1 .inner .rink a {
    padding: 7px;
    font-size: 1.4rem;
    letter-spacing: 0;
}
}
/* ---------------------------------------------------------------------------- /
/   MANGA2
/* ---------------------------------------------------------------------------- */
.manga_contents1 .inner img.manga2-1{
	width: 100%;
}
.manga_contents1 .inner img.manga2-2{
    width: 111%;
    margin-left: -73px;
}
.manga_contents1 .inner img.manga2-3{
	width: 105.5%;
    margin: 10px 0 0 -24px;
}
.manga_contents1 .inner img.manga2-4{
	width: 105.5%;
    margin: 10px 0 0 -40px;
}
.manga_contents1 .inner img.manga2-5{
	width: 100%;
}
.manga_contents1 .inner img.manga2-6{
	margin-top: 7px;
}
.manga_contents1 .inner img.manga2-7{
	margin-top: 10px;
}
.manga_contents1 .inner img.manga2-8{
	margin-top: 10px;
}
.manga_contents1 .inner img.manga2-9{
	width: 106%;
    margin: 5px 0 0 -30px;
}
.manga_contents1 .inner img.manga2-10{
    width: 109%;
    margin: -4px 0 0 -71px;
}
@media (max-width: 1240px){
.manga_contents1 .inner img.manga2-1 {
    width: 90%;
    margin-left: 50px;
}
.manga_contents1 .inner img.manga2-2 {
    width: 99.5%;
    margin-left: 1px;
}
.manga_contents1 .inner img.manga2-3 {
    width: 94.5%;
    margin: 10px 0 0 38px;
}
.manga_contents1 .inner img.manga2-4 {
    width: 94.5%;
    margin: 10px 0 0 21px;
}
.manga_contents1 .inner img.manga2-5 {
    width: 90%;
    margin-left: 61px;
}
.manga_contents1 .inner img.manga2-6 {
    margin: 7px 0 0 61px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-7 {
    margin: 10px 0 0 61px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-8 {
    margin: 10px 0 0 61px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-9 {
    width: 95.5%;
    margin: 5px 0 0 33px;
}
.manga_contents1 .inner img.manga2-10 {
    width: 99%;
    margin: -4px 0 0 -9px;
}
}
@media (max-width: 1024px){
.manga_contents1 .inner img.manga2-1 {
    width: 90%;
    margin-left: 3px;
}
.manga_contents1 .inner img.manga2-2 {
    width: 99.5%;
    margin-left: -6px;
}
.manga_contents1 .inner img.manga2-3 {
    width: 94.5%;
    margin: 10px 0 0 16px;
}
.manga_contents1 .inner img.manga2-4 {
    width: 94.5%;
    margin: 10px 0 0 -8px;
}
.manga_contents1 .inner img.manga2-5 {
    width: 90%;
    margin-left: 12px;
}
.manga_contents1 .inner img.manga2-6 {
    margin: 7px 0 0 8px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-7 {
    margin: 10px 0 0 8px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-8 {
    margin: 10px 0 0 8px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-9 {
    width: 95.5%;
    margin: 5px 0 0 15px;
}
.manga_contents1 .inner img.manga2-10 {
    width: 99%;
    margin: -4px 0 0 -19px;
}
}
@media (max-width: 768px){
}
@media (max-width: 425px){
.manga_contents1 .inner img.manga2-1 {
    width: 90%;
    margin-left: -1px;
}
.manga_contents1 .inner img.manga2-3 {
    width: 94.5%;
    margin: 10px 0 0 1px;
}
.manga_contents1 .inner img.manga2-5 {
    width: 90%;
    margin: 10px 0 0 -1px;
}
.manga_contents1 .inner img.manga2-6 {
    margin: 7px 0 0 -1px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-7 {
    margin: 10px 0 0 -1px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-8 {
    margin: 10px 0 0 -1px;
    width: 90%;
}
.manga_contents1 .inner img.manga2-9 {
    width: 95.5%;
    margin: 5px 0 0 1px;
}
.manga_contents1 .inner img.manga2-10 {
    width: 99%;
    margin: -1px 0 0 -11px;
}
}


/* add 2024/01 */
.c-wrapperdiv {
	width:100%;
	background-color: #E9F0F4;
	padding-bottom: 100px;
}
@media (max-width: 768px){
	.c-wrapperdiv {
		padding-top: 70px;
		padding-bottom: 25px;
	}
}
.c-innerdiv {
	max-width: 1090px;
	padding: 63px 0;
	margin: 0 auto;
	background-color: #f4e9db;
	font-feature-settings: "palt";
}
@media (max-width: 768px){
	.c-innerdiv {
		margin:0 10px;
	}
}
@media (max-width: 425px){
	.c-innerdiv {
		margin: 0 10px;
		padding: 27px 0 20px;
	}
}	
.c-whitebgdiv {
	width:84%;
	margin:10px auto;
	background-color:#FFFFFF;	
	font-weight: 400;
}	
.c-whitebgdiv {
	width: 84%;
	margin:10px auto;
	background-color:#fff;
	padding: 52px 0 64px;
}
.c-cntdiv {
	margin: 0 auto;
	width: 88%;
}
@media (max-width: 768px){
	.c-whitebgdiv {
		width: 84%;
		padding: 11px 0 52px;
	}
	.c-cntdiv {
		width: 90%;
	}
}


@media (min-width: 769px){
	.sp_custom {
	    display: none !important;
	}
}

@media (max-width: 768px){
	.pc_custom {
	    display: none !important;
	 }
}
.c-red {
	color: #c75d62;
}
.c-ttl01 {
	position: relative;
}
.c-ttl01:before {
	content: '';
	top: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #6e7687;
}
.c-ttl01 .label {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	background: #fff;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media (max-width: 768px){
	.c-ttl01 {
		text-align: center;
	}
	.c-ttl01:before {
		display: none;
	}
	.c-ttl01 .label {
		max-width: 265px;
		display: block;
		margin: 0 auto;
		border-bottom: #6e7687 2px solid;
		padding-right: 0;
		padding-bottom: 8px;
		font-size: 17px;
		line-height: 26px;
		letter-spacing: 0.1em;
	}
}
.c-txtnoted {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.15em;
}
@media (max-width: 768px){
	.c-txtnoted {
		text-align: center;
		font-size: 8px;
		line-height: 12px;
		letter-spacing: 0.15em;
	}
}

.c-btnlist {
	margin: 0 -40px;
	padding-top: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.c-btnlist .itembtn {
	margin: 40px 40px 0;
	height: 59px;
	background: #f6c9bd;
	border-radius: 20px;
	padding: 0 55px 2px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
@media (min-width: 1024px) {
	.c-btnlist .itembtn:hover {
		opacity: 0.6;
	}
}
@media (max-width: 768px){
	.c-btnlist {
		margin-top: 7px;
		padding-top: 0;
	}
	.c-btnlist .itembtn {
		margin: 15px 10px 0;
		width: 105px;
		height: 71px;
		border-radius: 10px;
		padding: 0 0 2px;
		font-size: 17px;
		line-height: 26px;
		letter-spacing: 0;
	}
}

.c-yellowbg {
	position: relative;
    display: inline;
    z-index: 1;
    background-image: url(../image/bg_yellow.jpg);
    background-size: auto 20px;
    background-position: left bottom 2px;
    background-repeat: repeat-x;
    padding-bottom: 0;
}
@media (max-width: 768px){
	.c-yellowbg {
    	background-size: auto 12px;
	}
}


.c-tabdiv .ttltabdiv {
	margin: 0 auto;
	padding: 56px 0 0;
}
.c-tabdiv  .ttltabdiv .label {
	display: inline-block;
	background: #6e7687;
	padding: 11px 13px 14px;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.c-tabdiv .cnttab {
	border: #6e7687 25px solid;
	background: #fff;
	padding: 37px 97px 57px 67px;
	text-align: center;
}
.c-tabdiv img {
	max-width: 100%;
}
@media (max-width: 768px){
	.c-tabdiv .ttltabdiv {
		padding: 41px 0 0;
		text-align: center;
	}
	.c-tabdiv .ttltabdiv .label {
		display: inline-block;
		background: #6e7687;
		padding: 6px 8px;
		font-size: 17px;
		line-height: 20px;
		letter-spacing: 0.1em;
	}
	.c-tabdiv .cnttab {
		margin: 0 10px;
		border-width: 10px;
		padding: 24px 21px 26px 21px;
	}
}


/* error page */
.errorWrap .c-whitebgdiv {
	padding-bottom: 192px;
}
.errorWrap .txt_desc {
	margin-top: 12px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.15em;
	font-weight: bold;
}
.errorWrap .txt_desc .row + .row {
	margin-top: 15px;
}
.errorWrap .txt_desc .big {
	font-size: 18px;
}
.errorWrap .txt_noted {
	margin-top: 42px;
}
@media (max-width: 768px){
	.errorWrap .c-whitebgdiv {
		padding-bottom: 54px;
	}
	.errorWrap .txt_desc {
		margin-top: 17px;
		text-align: center;
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 0.12em;
	}
	.errorWrap .txt_desc .row + .row {
		margin-top: 31px;
	}
	.errorWrap .txt_desc .big {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.1em;
	}
	.errorWrap .txt_noted {
		margin-top: 43px;
	}
}


/* password page */
.passwordWrap .c-whitebgdiv {
	padding-bottom: 84px;
}
.passwordWrap .txt_desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 37px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.passwordWrap .txt_sample {
	margin-top: 41px;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.passwordWrap .txt_sample .value {
    padding-left: 7px;
	font-size: 25px;
    letter-spacing: 0.15em;
}
.passwordWrap .txt_noted {
	margin-top: 59px;
}
@media (max-width: 768px){
	.passwordWrap .c-whitebgdiv {
		padding-bottom: 72px;
	}
	.passwordWrap .txt_desc {
		margin-top: 7px;
		text-align: center;
		font-size: 10px;
		line-height: 21px;
		letter-spacing: 0.2em;
	}
	.passwordWrap .txt_sample {
		margin-top: 29px;
		text-align: center;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0.15em;
	}
	.passwordWrap .txt_sample .row + .row {
		margin-top: 43px;
	}
	.passwordWrap .txt_sample .label {
		display: inline-block;
		border-bottom: #6E7687 1px solid;
	}
	.passwordWrap .txt_sample .value {
		display: block;
		margin-top: 13px;
		font-size: 21px;
	}
	.passwordWrap .txt_noted {
		margin-top: 40px;
	}
}


/* return page */
.returnWrap .c-whitebgdiv {
	padding-bottom: 92px;
}
.returnWrap .errorItem + .errorItem {
	margin-top: 89px;
}
.returnWrap .txt_desc {
	margin-top: 9px;
	font-size: 16px;
	line-height: 37px;
	font-weight: bold;
	letter-spacing: 0.075em;
}
.returnWrap .txt_noted {
	margin-top: 0;
	font-size: 16px;
	line-height: 37px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.returnWrap .txt_noted .c-yellowbg {
	padding-bottom: 3px;
}
.returnWrap .txt_ul {
	margin-top: 44px;
}
.returnWrap .txt_ul li {
	position: relative;
	margin-top: 10px;
	padding-left: 60px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.returnWrap .txt_ul li + li{
	margin-top: 17px;
}
.returnWrap .txt_ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	width: 25px;
	height: 1px;
	border-bottom: #6e7687 1px dotted;
}
.returnWrap .txt_ul .num {
	position: absolute;
	left: 0;
	top: 0;
}
.returnWrap .txt_infor {
	margin-top: 37px;
	font-size: 16px;
	line-height: 37px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
@media (max-width: 768px){
	.returnWrap .c-whitebgdiv {
		padding-bottom: 38px;
	}
	.returnWrap .errorItem + .errorItem {
		margin-top: 65px;
	}
	.returnWrap .txt_desc {
		margin-top: 9px;
		text-align: center;
		font-size: 10px;
		line-height: 21px;
		letter-spacing: 0.2em;
	}
	.returnWrap .txt_noted {
		margin-top: 9px;
		text-align: center;
		font-size: 8px;
		line-height: 14px;
		letter-spacing: 0.1em;
	}
	.returnWrap .errorItem02 .txt_noted {
		letter-spacing: 0;
	}
	.returnWrap .txt_ul {
		margin-top: 14px;
	}
	.returnWrap .txt_ul li {
		margin-top: 0;
		padding-left: 0;
		text-align: center;
		font-size: 10px;
		line-height: 20px;
		letter-spacing: 0.1em;
	}
	.returnWrap .txt_ul li + li {
		margin-top: 0;
	}
	.returnWrap .txt_ul li:before {
		display: none;
	}
	.returnWrap .txt_ul .num {
		display: none;
	}
	.returnWrap .txt_infor {
		margin-top: 26px;
		text-align: center;
		font-size: 10px;
		line-height: 18px;
		letter-spacing: 0.2em;
	}
	.returnWrap .txt_infor .row + .row {
		margin-top: 14px;
	}
}


/* benefits page */
.linebenefitWrap .benefitItem + .benefitItem {
	margin-top: 69px;
}
.linebenefitWrap .txt_red {
	margin-top: 13px;
	color: #C75D62;
	font-size: 16px;
	line-height: 31px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.linebenefitWrap .txt_desc {
	margin-top: 15px;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0.1em;
}
.linebenefitWrap .txt_desc.txt_desc02 {
	margin-top: 23px;
}
.linebenefitWrap .txt_ul {
	margin-top: 17px;
	margin-right: -5px;
}
.linebenefitWrap .txt_ul li {
	margin-top: 8px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
.linebenefitWrap .txt_ul .price {
	font-size: 22px;
	letter-spacing: 0;
	font-weight: bold;
}
.linebenefitWrap .txt_ul .small {
	display: block;
	margin: 10px 0 20px;
	font-size: 13px;
	line-height: 20px;
}
.linebenefitWrap .txt_noted {
	margin-top: 17px;
	color: #c75d62;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.linebenefitWrap .txt_noted.txt_noted02 {
	margin: 55px -10px 0;
}
.linebenefitWrap .txt_noted.txt_noted03 {
	margin-top: 6px;
}
.linebenefitWrap .imgstep {
	margin-top: 48px;
	text-align: center;
}
.linebenefitWrap .imgstep img {
	max-width: 100%;
}
@media (max-width: 768px){
	.linebenefitWrap .c-cntdiv {
		display: flex;
		flex-wrap: wrap;
	}
	.linebenefitWrap .benefitItem {
		width: 100%;
	}
	.linebenefitWrap .benefitItem + .benefitItem {
		margin-top: 37px;
	}
	.linebenefitWrap .benefitItem01 {
		order: 1;
	}
	.linebenefitWrap .benefitItem02 {
		order: 3;
	}
	.linebenefitWrap .benefitItem03 {
		order: 2;
	}
	.linebenefitWrap .txt_red {
		margin-top: 8px;
		text-align: center;
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 0.2em;
	}
	.linebenefitWrap .txt_desc {
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 0.1em;
	}
	.linebenefitWrap .txt_desc.txt_desc02 {
		margin-top: 17px;
	}
	.linebenefitWrap .txt_noted {
		margin-top: 10px;
		text-align: center;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		letter-spacing: 0.2em;
	}
	.linebenefitWrap .txt_noted .row + .row {
		margin-top: 12px;
	}
	.linebenefitWrap .txt_noted.txt_noted02 {
		margin: 49px 0 0;
		font-size: 8px;
		line-height: 11px;
		font-weight: 400;
		letter-spacing: 0.1em;
	}
	.linebenefitWrap .txt_noted.txt_noted03 {
		margin-top: 22px;
		letter-spacing: 0.1em;
	}
	.linebenefitWrap .imgprice {
		margin-top: 20px;
		text-align: center;
	}
	.linebenefitWrap .imgprice img {
		max-width: 100%;
	}
	.linebenefitWrap .imgstep {
		margin-top: 20px;
		text-align: center;
		padding-left: 15px;
	}
	.linebenefitWrap .imgstep .row + .row {
		margin-top: 40px;
	}
}


/* app-update page */
.updateWrap .c-whitebgdiv {
	padding-bottom: 164px;
}
.updateWrap .imghow {
	margin: 46px 0 0 -20px;
	text-align: center;
}
.updateWrap .imghow img {
	max-width: 100%;
}
@media (max-width: 768px){
	.updateWrap .c-whitebgdiv {
		padding-bottom: 68px;
	}
	.updateWrap .imghow {
		margin: 28px -10px 0 -20px;
	}
}


/* home page */
.homeWrap .box01div {
	margin-bottom: 0;
	padding-bottom: 0;
}
.homeWrap .box02div {
	margin: 0 auto;
	padding-bottom: 100px;
}
.homeWrap .tabdiv.tab02 .cnttab {
	padding-right: 84px;
}
@media (max-width: 768px){
	.homeWrap .box01div {
		padding-bottom: 0;
	}
	.homeWrap .box02div {
		padding-bottom: 28px;
	}
	.homeWrap .tabdiv.tab02 .cnttab {
		padding-left: 3px;
		padding-right: 17px;
	}
}


/* procedures page */
.proceduresWrap .box01div {
	margin-bottom: 0;
	padding-bottom: 0;
}
.proceduresWrap .box02div {
	margin: 0 auto;
	padding-bottom: 30px;
}
.proceduresWrap .tabdiv.tab03 .cnttab {
	padding-left: 63px;
}
@media (min-width: 769px){
	.proceduresWrap .c-btnlist .itembtn {
		min-width: 168px;
		padding: 0 20px 2px;
	}
}
@media (max-width: 1100px){
	.proceduresWrap .c-btnlist {
		margin-left: -20px;
		margin-right: -20px;
	}
	.proceduresWrap .c-btnlist .itembtn {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 768px){
	.proceduresWrap .box01div {
		padding-bottom: 0;
	}
	.proceduresWrap .box02div {
		padding-bottom: 28px;
	}
	.proceduresWrap .tabdiv.tab02 .cnttab {
		padding-left: 11px;
		padding-right: 11px;
	}
	.proceduresWrap .tabdiv.tab03 .cnttab {
		padding-left: 11px;
		padding-right: 11px;
	}
}


/* terms */
@media (max-width: 768px){
	.termsalign {
		text-align:left !important;
		font-size:1.1em !important;
		line-height:1.4em !important;
	}
	.termsdate {
		font-size:1em !important;
	}
}
div.termsp {
	padding-top:10px;
}
ol.termsli > li {
	line-height: 1.5em !important;
	margin-left: 26px;
	margin-top: 10px
}
p.termstxt,ol,li {
	font-weight:normal !important;
}




/* blankmail page */
.blankmailWrap .c-whitebgdiv {
	padding-bottom: 35px;
}
.blankmailWrap .txt_desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 37px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.blankmailWrap .div2col {
	margin-top: 33px;
	display: flex;
}
.blankmailWrap .div2col .imgdiv {
    width: calc(224/806*100%);
}
.blankmailWrap .div2col .imgdiv img {
    max-width: 100%;
}
.blankmailWrap .div2col .txtdiv {
    width: calc(582/806*100%);
    max-width: 512px;
    padding-left: 22px;
}
.blankmailWrap .div2col .text01 {
	margin-top: 6px;
	font-size: 19px;
	line-height: 30px;
    letter-spacing: 0.15em;
	font-weight: bold;
}
.blankmailWrap .div2col .text01 .c-yellowbg {
	padding-bottom: 7px;
	padding-right: 18px;
}
.blankmailWrap .div2col .text02 {
    margin-top: 11px;
    color: #C75D62;
	font-size: 16px;
	line-height: 32px;
    letter-spacing: 0.15em;
	font-weight: bold;
}
.blankmailWrap .div2col .text03 {
    margin-top: 35px;
}
@media (max-width: 1100px){
	.blankmailWrap .div2col .text01 {
		margin-top: 0;
	}
}
@media (max-width: 768px){
	.blankmailWrap .c-whitebgdiv {
		padding-bottom: 10px;
	}
	.blankmailWrap .txt_desc {
		margin-top: 7px;
		text-align: center;
		font-size: 10px;
		line-height: 21px;
		letter-spacing: 0.1em;
	}
	.blankmailWrap .div2col {
		margin-top: 14px;
		display: block;
	}
	.blankmailWrap .div2col .imgdiv {
		margin-top: 13px;
	    width: 100%;
	    text-align: center;
	}
	.blankmailWrap .div2col .txtdiv {
	    margin: 0 auto;
	    width: 100%;
	    padding-left: 0;
	}
	.blankmailWrap .div2col .text01 {
		margin-top: 0;
		text-align: center;
		font-size: 10px;
		line-height: 20px;
	    letter-spacing: 0.15em;
	}
	.blankmailWrap .div2col .text01 .c-yellowbg {
		padding-bottom: 5px;
		padding-right: 5px;
	}
	.blankmailWrap .div2col .text02 {
	    margin-top: 3px;
		text-align: center;
		font-size: 10px;
		line-height: 16px;
	    letter-spacing: 0.15em;
	}
	.blankmailWrap .div2col .text03 {
		margin: 22px -5px 0;
	}
}

/* modify header */
#gNav li a,
#gNav li .level01 {
	letter-spacing: 0.05em;
}
#gNav .sub-menu.servicesub {
	width: 250px;
	margin-left: -125px;
}
#gNav .sub-menu {
	box-shadow: 0px 3px 12px -5px #777777;
}

#gNav .sub-menu li {
	position: relative;
}
#gNav .sub-menu.servicesub a,
#gNav .sub-menu.servicesub .level02 {
	position: relative;
	display: block;
	padding-right: 30px;
	font-size: 1.4rem;
}
#gNav .sub-menu.servicesub em {
	position: absolute;
	right: 23px;
	top: 18px;
	width: 10px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.23 19.05'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%236e7687;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.35 .35 9.52 9.52 .35 18.69'/%3E%3C/svg%3E");
	background-size: 9px auto;
	background-repeat: no-repeat;
	background-position: center;
}

#gNav .submenu-level02 {
	visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 385px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
    text-align: left;
    padding: 30px 20px;
    box-shadow: 0px 3px 12px -5px #777777;
}
#gNav .sub-menu .submenu-level02 .row +.row {
	padding-top: 7px;
}
#gNav .sub-menu .submenu-level02 a {
	position: relative;
	display: inline-block;
	border-bottom: #6E7687 1px dotted;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
#gNav .sub-menu .submenu-level02 a:hover {
	color:#ffffff !important;
}
#gNav .sub-menu li:hover .submenu-level02 {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
#gNav .sub-menu li:hover > a,
#gNav .sub-menu li:hover > .level02 {
    background: #fff;
}
.sub-menu .ffNoto {
	font-family: 'Noto Sans JP', sans-serif !important;
}

@media (max-width: 768px){
	.mean-clicked {
		background: #fff !important;		
	}
	.mean-container .mean-nav ul li.gService .level01 {
		display: block;
	    width: 100%;
	    padding: 0.6em 23px;
	    margin: 0;
	    text-align: left;
	    text-decoration: none;
	    text-transform: uppercase;
	    color: #6c7486;
	    box-sizing: border-box;
	    font-size: 1.7rem;
		line-height: 38px;
		cursor: pointer;
		position: relative;
	}
	.mean-container .mean-nav ul li.gService .level01:before {
		content: '+';
	    position: absolute;
	    right: 0;
	    top: 0;
		width: 60px;
		height: 40px;
	    text-align: center;
	    z-index: 2;
	    padding: 11px 0;
	    font-size: 24px;
	    color: #6c7486;
	    overflow: hidden;
	}
	.mean-container .mean-nav ul li.gService .level01.active:before {
		content: '-';
		background-color: #FFFFFF !important;
	}
	.mean-container .mean-nav ul li.gService .level01:hover:before {
    	color: #6c7486;
	}
	.mean-container .mean-nav ul li.gService .mean-expand {
		display: none !important;
	}
	.mean-container .mean-nav ul li.gService .level01 > span {
		font-size: 1.1rem;
	}
	.mean-container .mean-nav ul li.gService .level01  {
	}
	.mean-container .mean-nav ul li.gService a.mean-expand {
		top: -5px;
	}

	.mean-container .mean-nav ul li.gService .level02 {
		display: block;
	    width: 100%;
	    padding: 1em 10%;
	    margin: 0;
	    text-align: left;
	    text-decoration: none;
	    text-transform: uppercase;
	    color: #6c7486;
	    box-sizing: border-box;
	    text-shadow: none !important;
    	visibility: visible;
    	font-size: 2.2rem;
    	letter-spacing: 0.2em;
    	cursor: pointer;
	}
	.mean-nav .sub-menu.servicesub em {
		position: absolute;
		right: 10px;
	    top: 23px;
	    width: 40px;
	    height: 40px;
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.27 19.87'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236e7687;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.58,0h2.11v8.91h8.58v1.98h-8.58v8.98h-2.11v-8.98H0v-1.98h8.58V0Z'/%3E%3C/svg%3E");
		background-size: 10px auto;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}
	.mean-nav .sub-menu.servicesub .level02.active em {
		background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.01 2.11'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236e7687;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0h9.01v2.11H0V0Z'/%3E%3C/svg%3E");background-size: 10px auto;
	}
	.mean-nav .submenu-level02 {
		display: none;
	}
}
@media (max-width: 410px) {
	.mean-container .mean-nav ul li.gService .level01 {
		letter-spacing: 0.15em;
	}
}


@media (max-width: 500px) {
	.headfont {
		font-family: 'Staatliches', cursive !important;
	}
	.haadfont-sans {
		font-family: 'Noto Sans JP', sans-serif !important;
	}
}



