@media screen and (max-width: 1600px) {
.header-image {
	width: 100%!important;
	height: 735px;
	margin: 0 auto;
}
.header-image img {
    width: 100%;
	height: 735px!important;
	margin: 0;
	padding: 0;
	object-fit: cover; 
}
.article3 {
	height: 400px;
}
.m-1 {
	position: absolute;
	left: 20px;
	top: 0px;
}
.m-2 {
	position: absolute;
	right: 20px;
	top: -100px;
}
.m-1 img {
	max-width: 90%!important;
	height: auto!important;
}
.m-2 img {
	max-width: 90%!important;
	height: auto!important;
}
.sns-menu {
	width: 45%;
}
@media screen and (max-width: 1380px) {
.article3 {
	height: 350px;
}
.m-1 {
	position: absolute;
	left: 20px;
	top: 0px;
}
.m-2 {
	position: absolute;
	right: 20px;
	top: -60px;
}
.m-1 img {
	max-width: 80%!important;
}
.m-2 img {
	max-width: 80%!important;
}
.sns-menu {
	width: 50%;
}


}
@media screen and (max-width: 1200px) {
/******************************************************************************
/* menu
*******************************************************************************/
#toppc-header {
	height: auto;
	padding-bottom: 9.5%;
}
.header-logo {
	width: 100%;
	height: auto;
}

.header-logo img {
	max-width: 100%;
	height: auto;
}
.footer-logo {
	width: 100%;
	height: auto;
}

.footer-logo img {
	max-width: 100%;
	height: auto;
}


/******************************************************************************
/* menu
*******************************************************************************/
ul.menu li {
	padding: 0 2%;
}
.top-bk {
	height: auto;
	padding: 0 0 30px;
}

/******************************************************************************
/* main
*******************************************************************************/
/*--------article1----------*/
#haba, .container {
	width: 100%;
}

.article1 {
	margin: 15% 0 5%;
}
.section1 {
    margin: 3% 0 0;
}
h1.titleA {
	margin-top: 5%;
	margin-bottom: 5%;
}
#main .section1 .main-style-image {
	width: 98%;
	margin: 0;
	padding: 0 5px;
}
.main-style-box {
	margin: 0px 0 3% 2%;
	width: 31%;
}
.main-style-image dt.title a {
	font-size: 150%;
}

/*-------------article2-----------*/

.article2 p {
	font-size: 130%;
}
ul.new-posts {
	width: 90%;
	float: left;
	margin-left: 8%;
}
li.new-post {
	width: 100%;
}
.day {
	font-size: 130%;
}
.post-title a {
	font-size: 130%;
}
.page-navi {
	right: 0;
	bottom: -60px;
}
/*----------newpost-----------*/
#new-posts {
	width: 100%;
}

/*-----------sns--------------*/
.article3 {
	height: auto;
	padding-bottom: 10%;
}
.m-1 {
	position: static;
}
.m-2 {
	position: static;
}
.m-1 img {
	max-width: 45%!important;
	float: left;
	margin-right: 5%;
}
.m-2 img {
	max-width: 45%!important;
	float: right;
	margin-left: 5%;
	margin-top: -20px;
}
.sns-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}
/*-------------footer-----------*/
.footer-cont {
    width: 100%;
	height: auto;
}
.footer-logo-bk {
	width: 100%;
	height: auto;
	padding-bottom: 7.6%;
}

.footer-logo {
	width: 70%;
	float: right;
}
.footer-logo img {
	max-width: 100%;
	height: auto;
	float: right;
}
.footer-info {
	font-size: 130%;
}
.item-header {
	width: 98.5%;
	margin: 0 5px;
}

h1.page-title {
	padding: 0 0.5em 0 1.4em;
    width: 94%;
	margin: 0 5px;
}
		.post-newcontent {
		    margin: 5px 5px;
		}

h2.titleP {
	width: 82%;
	margin: 20px 10px;
} 
h2.titleP a {
	font-size: 22px;
}
table {
    width: 98%!important;
	height: auto;
}

}
@media screen and (max-width: 1000px) {
table img {
    max-width: 100%;
	height: auto;
}
.thumbimg {
	max-width: 30%!important;
	height: auto!important;
}
.menu2 {
	width: 80%;
	margin: 0 auto;
}

.menu-info {
  margin-top: 0;
}

/******************************************************************************
/* home-slide
*******************************************************************************/

.header-image {
	height: 500px!important;
}
.header-image img {
	height: 500px!important;
}
.day {
	float: none;
}
.footer-info {
	font-size: 120%;
}

}
@media screen and (max-width: 768px) {

.header-image {
	height: 300px!important;
}
.header-image img {
	height: 300px!important;
}
.top-bk {
	height: 0;
}
.menu2 {
    display: none;
}
/*------------menu------------*/
.navi {
	display: none;
}
#header-mobile {
    display: block;
}
    /* Fixed reset */
nav.globalMenuSp {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
	text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; /* 追加 */
	width: 100%;
	height: auto;
}
 
nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
    #header-mobile nav.globalMenuSp ul li a:hover {
		color: #ffffff;
		background-color: #000000;
	}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

	/*開閉ボタン*/
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 5px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 99999;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}	
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-style-image dl .image-style {
	height: 250px;
}
.main-style-image dl .image-style img {
    width: 90%;
	padding: 5%;
}
.link-b {
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.link-b img {
}
h1.titleA {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}
h2.titleP {
	width: 79%;
	padding-left: 19%;
	margin: 20px 5px;
} 
h1.page-title {
    width: 92%;
}

.footer-menu {
	display: none;
}
#new-posts .new-post {
    width: calc(49% - 1%);
}

/*-------------footer-----------*/
.footer-cont {
    width: 100%;
	height: auto;
	padding-bootom: 3px;
}
.footer-logo {
	width: 70%;
	float: right;
}

.footer-info {
	font-size: 110%;
	width: 55%;
}
.footer-logo img {
	max-width: 100%;
}
.item-header {
	position: static;
	height: auto;
	width: 98%;
}

h1.thumtitle {
	font-size: 160%!important;
	margin: 5px 5px 10px;
	text-align: center;
	position: static;
	width: 100%;
}
.thumbimg {
	text-align: center;
	margin: 10px auto!important;
	position: static;
	max-width: 40%!important;
}
/*-------------itemall--------------*/
.item-infos {
    width: 98%;
	margin: 20px 0 20px 5px;
}
.item-box {
	border-width: 1px;
	border-style: solid;
	border-color: #DBDBDB;
	margin: 0px 0 20px 1.6%;
	padding: 0;
	position: relative;
	width: 31%;
	height: 300px;
	float: left;
}
.item-image {
	margin: 0;
	width:90%;
	height: 200px;
	padding: 5%;
	overflow: hidden;
}
.post img {
    width: 50%!important;
	height: auto;
}
table img {
    width: 100%!important;
}
}

@media screen and (max-width: 640px) {
.menu2 img {
    width: 50%!important;
	height: auto!important;
}

.tel-info {
	background-position: 0;
	width: 100%;
	height: auto;
	padding-bottom: 4%;
	float: none;
}
.tel-info .t-1 {
	margin: 0;
	width: 40%;
	height: auto;
	padding: 5% 0 5% 5px;
	height: auto;
	float: left;
}
.tel-info .t-1 img {
    max-width: 80%;
}
.tel-info .t-2 {
	font-size: 110%;
	margin: 0 0 5px 0;
	padding-top: 2.5%;
}
.tel-info .t-3 {
	font-size: 130%;
	margin: 0 0 5px 0;
}

.article1 p {
	text-align: left;
	width: 90%;
	margin: 0 5%;
}
.header-image {
	height: 200px!important;
}
.header-image img {
	height: 200px!important;
}
.article2 {
	padding: 30px 0 20%;
}
h2.titleP {
    background-image: none;
	padding-left: 5px;
	width: 96%;
}
 
h1.page-title {
    background-image: none;
    width: 90%;
	font-size: 22px;
}


.footer-info {
	font-size: 110%;
	width: 100%;
	float: none;
}
.item-header {
	width: 97%;
}

.post img {
    width: 98%!important;
	margin: 5px;
}
table.mob-w td {
    width: 100%;
	display: block;
}
table img {
    width: 100%!important;
}

.nav-below .nav-previous a, .nav-below .nav-next a {
  width: 180px;
}
.item-box {
	margin: 0px 0 20px 1.6%;
	width: 47%;
	height: 300px;
}
.item-image {
	margin: 0;
	width:90%;
	height: 200px;
	padding: 5%;
	overflow: hidden;
}

#new-posts .new-post {
    width: calc(94% - 2%);
	margin-left: 4%;
}
#new-posts .new-post-img {
	height: 200px;
}
#new-posts .new-post-img img {
	height: 200px;
}

}

@media screen and (max-width: 480px) {
#main .section1 .main-style-image {
	width: 100%;
	margin: 0;
	padding: 0;
}
.main-style-box {
	margin: 0px auto;
	padding: 0;
	width: 80%;
	float: none;
}
.main-style-image dt.title {
	width: 98%;
}

.main-style-image dt.title a {
	font-size: 130%;
}

/*-----------sns--------------*/
.sns-menu li {
    margin: 10px 1% 5px;
}

.sns-menu li img {
    max-width: 90%!important;
	height: auto;
}
.footer-info {
	font-size: 100%;
}
.thumbimg {
	width: 30%!important;
}
h1.page-title {
    width: 86%;
}
.nav-below .nav-previous a, .nav-below .nav-next a {
  width: 150px;
}

}