.mobile_hide {
	display:none;
}
#mobile_header {
	display: none;
	height: 70px;
}
#navi {
  position: relative;
  margin: 1em 0;
  height: 20px;
}
#menu {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
}
#menu li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
}
#menu li a {
  padding: 0 20px 10px;
  border-top: none;
  border-right: none;
  background: none;
  color: #555555;
  display: inline-block;
  margin: auto;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.8);
}
#menu li a:hover {
  background: none;
  color: #97C1F3;
}
#menu li a:active {
  color: #5687F8;
}
#menu li ul.sub-menu {
  display: none;  /*サブメニューは最初は非表示にしておく*/
  position: absolute;  /*絶対配置にしておかないとうまくいかない*/
  top: 2em;
  left: 30%;
}
#menu li:hover ul.sub-menu {
  display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#menu li ul.sub-menu li {
  float: none;  /*サブメニューはフロートさせないので解除*/
}
 
/*背景色などのカスタマイズ*/
.slicknav_nav li {
  border-top: 1px solid #3362B3;
}
.slicknav_menu {
  background-color: #1E1A42 !important;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #97C1F3 !important;
}
.slicknav_menu a:hover {
  color: #85A8FB !important;
}
.slicknav_btn {
  background-color: #1E1A42 !important;
}
.slicknav_nav .slicknav_row:hover {
  background: #1E1A42 !important;
}
.slicknav_nav a:hover {
  background: #1E1A42 !important;
}
i.fa {
  font-size: 18px;
}
i.fa.fa-caret-right {
    font-size: 14px;
    display: inline-block;
  }
#menu {
  display: none;
}
#globalmenu li img {
	width: 100%;
	height: auto;
}
.size-full {
	width: 100%;
	height: auto;
}
.wp-caption {
	min-width: 100%;
}
.wp-image-120 {
	width: 40%;
	max-width: 40%;
	height: auto;
}
.wp-caption-text {
	font-size: 1.0em;
	color: #898989;
}
.cont_wide {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width:1140px){
.title_logo {
	width: 40%;
}
#topics, .pc_item {
	display: none;
}

.cont_wide {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



  body {
    margin: 0;
  }
  #content {
    margin: 0;
  }
  #menu {
    display: block;
  }
  .wide_sp {
	width: 96%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
#header .cont_wide.position_rel #mobile_nav {
	width: 100%;
	z-index: 1000;
}


 }
/* モニター幅940px以下 */
/*@media only screen and (min-device-width: 100px)
 and (max-device-width: 667px)
 and (orientation : portrait) {*/

 



/* iPad 縦 */



/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
body {
	line-height: 1.4em;
	font-size: 13px;
}
.pc_hide {
	display:none;
}
.mobile_hide {
	display: inherit;
}
#mobile_header {
	display: inherit;
	background-color: #192B4F;
	height: 50px;
	width: 100%;
}
#wrapper #header .slider {
	margin-top: 115px;
}
#wrapper .sect01 h1 {
	margin-bottom: 5px;
	text-align: left;
}
#wrapper .sect01 h1 img {
	width: 80%;
	height: auto;
	margin-left: 5px;
}
#wrapper .sect01 {
	padding-top: 10px;
	margin-top: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.kokodake_area {
	margin-top: 15px;
	width: 100%;
}

.kokodake_area .img_box {
	width: 25%;
	float: left;
	margin-right: 2%;
	height: auto;
}
.kokodake_area .panel_text {
	float: left;
	width: 70%;
	margin-top: 1px;
	margin-bottom: 1px;
}
.kokodake_area .panel {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 0%;
	border-bottom: 1px dotted #8D8D8D;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	height: auto;
}
.kokodake_area .panel:last-child {
	margin-bottom: 0px;
}
.img_box a img {
	width: 100%;
}

#google_translate_element {
	right: 0%;
	margin-top: 1px;
	top: 70px;
}
.title_logo {
	width: 100%;
	margin-left: 10px;
	margin-top: 15px;
	text-align: left;
}
.title_logo img {
	width: 40%;
}
.seo_area {
	padding-top: 5px;
	width: 100%;
	line-height: 1.2em;
	font-size: 0.9em;
	z-index: 100;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 5px;
	margin-bottom: 7px;
	clear: both;
}
.top-menu {
	width: 100%;
	float: left;
	height: 50px;
	z-index: 100000;
	/*position: absolute;*/
	clear: both;
	
	margin-left: auto;
	margin-right: auto;
	padding-left: 0%;
}

.backtotop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9000;
	display: none;	
} 
#pankuzu {
	background-image: none;
}
#breadcrumb {
	display: none;
}
.pur_box {
	width: 96%;
	margin-right: 2%;
	text-align: left;
	float: left;
	margin-left: 2%;
}
.pur_box .pur_photo_area {
	width: 100%;
	float: left;
	margin-right: 0%;
	margin-bottom: 5px;
	border-bottom: 2px dotted #FFFFFF;
	padding-bottom: 5px;
}
.pur_box .pur_photo_area::nth-child(2n) {
	margin-right: 0%;
}
.pur_box .pur_photo_area img {
	width: 25%;
	height: auto;
	float: left;
	margin-right: 3%;
}
.pur_box .pur_title_area {
	width: 100%;
	float: left;
	margin-right: 3%;
}
.pur_box .pur_title_area img {
	width: 70%;
}
.pur_box .pur_photo_area p {
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 5px;
	width: 72%;
	float: left;
}
#wrapper .sect01_left {
	width: 100%;
	float: left;
	margin-right: 0%;
	margin-top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}

#wrapper .sect01_right {
	width: 100%;
	float: left;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mobile_list.mobile_hide {
	margin-bottom: 5px;
}
.mobile_hide li {
	padding-top: 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ACACAC;
	font-size: 1.2em;
	text-align: left;
	text-indent: 10px;
}
#footer .footer_cont .footer_logo {
	width: 100%;
	float: left;
	margin-right: 0px;
	text-align: center;
}
#footer .footer_cont .footer_map {
	width: 100%;
	float: left;
	text-align: center;
}
#footer .footer_cont .footer_sns {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 20px;
}
#footer .footer_map  li {
	float: none;
}
#footer .footer_sns  li {
	margin-top: 15px;
	float: none;
	width: auto;
	display: inline;
}
#copyright {
	text-align: center;
}
.sect01_right img {
	width: 70%;
}
.honmon .size-full {
	width: 100%;
}
.wp-caption {
	height: auto;
	max-width: 100%;
}
.wp-image-120 {
	width: 60%;
	max-width: 60%;
	height: auto;
}

.cont_wide .sect01_left h2 {
	line-height: 1.3em;
	font-size: 1.2em;
}
.cont_wide .sect01_left h3 {
	line-height: 1.3em;
	font-size: 1.2em;
	margin-top: 10px;
}
.wide_sp .sect01_left .content {
	width: 100%;
}

.top_30 {
	margin-top: 5px;	
}
.pur_title_area {
	margin-bottom: 5px;
	border-bottom: 1px solid #BEBEBE;
}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){


#wrapper #header .slider {
}

.seo_area {
	width: 100%;
}
#google_translate_element {
	display: none;
}
}
