@charset "utf-8";


/*================================================
 * スマホ向けデザイン
 ================================================*/
@media screen and (max-width:961px) {
html {
	font-size: 55%;
	-webkit-text-size-adjust: none;
}

img {
	float: none;
}

#header {
	display: block;
	margin: 0 auto;
}


#header img {
	display: block;
	width: 100%;
	height: auto;
}

#header_top {
	display: none;
}

/* fixedの背景 */
.cd-section {
	display: none;
}


/* windowの幅をtools.js内関数指定 */
#menu-wrap {
	display: none;
	z-index: 0;
	height: 0;
	margin: 0px;
	padding: 0;
}

.sect01 iframe {
	width: 95%;
}

.page_cap {
	margin: 0px auto;
}

.toppanel_f {
	width: 100%;
	flex-direction: column;
}

.flexitem{
	width: 95%;
}

.item02,.item03 {
	margin: 10px auto;
	padding: 10px;
}

.item02 img {
	float: none;
	width: 65%;
	height: auto;
}

.item03 img {
	width: 100%;
	height: auto;
}

#info02 img {
	width: 100%;
	height: auto;
}

.map iframe {
	width: 90%;
	height: 300px;
}

#bottombox {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	overflow: hidden;
}

#bottombox ul {
	list-style-type: disc;
	width: 100%;
	float: none;
	margin: 0 20px;
	padding: 10px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 160%;
}

#subpage {
	width: 94%;
}

#copyright {
	width: 85%;
	float: none;
	margin: 20px auto;
	text-align: center;
	padding: 0;
	color: #fff;
	line-height: 160%;
	letter-spacing: 2px;
	border-left: 0;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 14px;
}

#map iframe {
	float: none;
	width: 90% !important;
	height: auto !important;
	margin: 0 20px;
	padding: 10px;
}

#leftblk {
	float: none !important;
	width: 95%;
}

#rightblk {
	float: none !important;
	width: 95%;
}


/* ブログカードを幅に合わせる */
.wp-embedded-content {
	margin:  0 auto;
	min-width: 100%;
	width: 100%;
}

/* ハンバーガーボタン */
nav.globalMenuSp {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	text-align: left;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	opacity: 0.98;
	z-index: 9998;
}
 
nav.globalMenuSp ul {
	background: rgba(255,128,64,0.95);
	margin: 0 auto;
	padding: 5px;
	width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.466rem;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #fff;
    letter-spacing: 1px;
}
 
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    /*border-bottom: 1px solid #999;*/
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    list-style-type: none;
    color: #fff;
    padding: 10px 3px;
   /*矢印マーク用*/
    position:relative;
}

nav.globalMenuSp ul li a:hover {
    color: #000;
    background: #fff;
    opacity: 1;
    text-decoration: none;
}
 
nav.globalMenuSp.active {
    transform: translateY(0%);
}

/*矢印マーク*/
nav.globalMenuSp ul li a:after {
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-top: #eee 1px solid;
	border-right: #eee 1px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right: 10px;
	top:0;
	bottom:0;
	margin:auto;
}

/*ボタンファイス*/
.navToggle {
	display: block;
	position: fixed;
	right: 15px;
	top: 5px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	z-index: 9999;
	background: rgba(255,128,64,0.95);
	text-align: center;
	border-radius: 50%;
	border: solid 1px #fff;
	opacity: 0.85;
	z-index: 9999;
}
 
.navToggle span {
	display: block;
	position: absolute; 
	width: 30px;
	border-bottom: solid 3px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 7px;
}
 
.navToggle span:nth-child(1) {
	top: 10px;
}
 
.navToggle span:nth-child(2) {
	top: 20px;
}
 
.navToggle span:nth-child(3) {
	top: 30px;
}
 
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 1.2rem;
	font-weight: bold;
	top: 34px;
}

.navToggle.active span:nth-child(1) {
	top: 20px;
	left: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

}

