@media screen and (min-width:786px) {
/* 通常のサイトのみ適用 */

.top_catch{
text-align: center;
margin-top: -30px;
font-family:"Ryumin Medium KL",serif;
font-feature-settings:"palt";
transform: rotate(0.05deg) !important;
}
.top_catch2{
text-align: right;
margin-right: 180px;
font-size: 1.3rem;
margin-top: -3px;
font-family:"Ryumin Medium KL",serif;
font-feature-settings:"palt";
transform: rotate(0.05deg) !important;
}

.top_sub{
text-align: center;
font-size: 1.8rem;
margin: 25px 0;
font-family:"Folk Medium";
transform: rotate(0.05deg) !important;
}

.entry-content{
	max-width: 900px !important;
}

#main-footer{
	background-color: white;
}
.footer-copy{
	color: black !important;
}
#masthead{
	display: none;
}
#header-nav-area{
	display: none;
}
/* ウイジェットエリア設定 */
#footer-widget-area-2{
	display: none;
}
.footer-widget-area .component-inner{
	width: 240px !important;
	padding: 0 !important;
}
.footer-widget-area{
	background-color: white !important;
}
.footer-widget-area .widget{
	margin-bottom: 0 !important;
}
.textwidget{
	padding: 0 !important;
}
#footer-widget-area-3{
	display: none;
}




/* トップページメニュー用 */
.embedded-menu-container ul.menu{
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top:-20px;
}
.embedded-menu-container li.menu-item{
	height: 48px;
	padding:0 5px 0 5px;
	white-space:nowrap;
}
.embedded-menu-container .menu-item a{
	font-size: 1.8rem;
	font-weight: 300;
	color: #123884;
}


}

@media (max-width:785px) {
/* スマホ用サイトのみ適用 */
/* トップ画像 */
.top_title{
	margin-top:30px;
}
.top_title img {  
  display: block;  
} 

/* ウィジェットメニュー非表示 */
.widget_nav_menu{
	display:none;
}

/* メニューホーム非表示 */
.menu-item-36{
	display: none;
}

.top_catch{
text-align: center;
font-size:1.4rem;
font-family:"Ryumin Medium KL",serif;
font-feature-settings:"palt";
transform: rotate(0.05deg) !important;
}

.top_catch2{
text-align: right;
font-size: 1.3rem;
font-family:"Ryumin Medium KL",serif;
font-feature-settings:"palt";
transform: rotate(0.05deg) !important;
}

.top_sub{
margin-top: 15px !important;
text-align: center;
font-size:1.7rem;
font-family:"Folk Medium";
transform: rotate(0.05deg) !important;
}

}