@charset "utf-8";
/* CSS Document */


.br700 {
	display: none;
}

.cp_cont {
    display: none;
}

@media screen and ( max-width: 1200px ){
    body {
        width: 1200px;
    }
}

@media screen and ( max-width: 700px ){
	
	.br700 {
		display: block;
	}	
    body {
        width: 100%;
		font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,Arial, Helvetica, sans-serif, HiraKakuProN-W3;
		font-size: 12px;
    }

    
/* ==========================
=========== header ==========
============================= */
	header .h_sitemap {
		margin: 0;
	}
	header ul.map,
	.other_contents,
	.h_nav {
		display: none;
	}
	header .logo_area {
    padding: 19px 0px 19px 10px;
    max-width: none;
	}
  header .logo_area .sp_lang { 
    display: block;
    width : -webkit-calc(100% - 186px) ;
    width : calc(100% - 186px);
  }


  header .logo_area a:nth-child(1) img {
      width: 146px;
  }
  header .logo_area a:nth-child(2) img {
      width: 30px;
  }
  header .logo_area a.sp_lang p {
    width: 80%;
    text-align: right;
    padding: 0 0 0 0px;
    margin: 0;
    font-size: 10px;
  }
  
  
/* ==========================
======== スマホメニュー =======
============================= */

.cp_cont {
    display: block;
}
.cp_cont *,
.cp_cont *:before,
.cp_cont *:after {
	padding: 0;
	margin: 0;
}
.cp_cont a {
	text-decoration: none;
	color: inherit;
}
.cp_offcm01 {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.4s transform;
	        transition: 0.4s transform;
	background-color: #ececec;
	opacity: 1;
}
.cp_offcm01 .cp_menu ul.ff_ul {
	margin: 0;
	padding: 0;
    padding-bottom: 100px;
}
.cp_offcm01 .cp_menu li.pshm_title {
    padding: 13px 20px 13px;
    background: #1f8234;
    color: #fff;
    font-size: 22px;
    height: 33px;
}
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #5a5a5a;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
  display: none;
}
	
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0s ease-in;
}
	
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
	max-height: 9999px;
	transition: max-height 1s ease-in;
}
	
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 10px 15px 10px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #9e9e9e;
}
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
}
	
.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
	overflow-y: auto;
	-webkit-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
	box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 14px 12px 15px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: 0.4s transform;
	        transition: 0.4s transform;
	text-align: center;
	color: #333333;
    color: #fff;
    background-color: #4650a3;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}

.cp_offcm01 #cp_toggle01 ~ label::before,
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 35px;
    height: 30px;
}
	
.cp_offcm01 #cp_toggle01 ~ label::before {
	background: url(../../common/img/open.png)no-repeat center;
	background-size: contain;	
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	background: url(../../common/img/close.png)no-repeat center;
	background-size: contain;
}

.sp-sns-list {
	display: flex;
	width: 90px;
	margin:30px auto 0;
	justify-content: space-between;
}

	
	
/* ==========================
============ main ===========
============================= */	
.main {
    margin-top: 40px;
    margin-bottom: 40px;
}
  
.cp_menu li.modu {
  background: #fff;
}
.other_contents.sp_module {
  display: block;
}
.other_contents.sp_module ul {
  margin: 0 auto 0;
  padding-top: 15px;
}
	
/* ==========================
==========　パンくず　=========
============================= */
.pankuzu {
    margin-bottom: 20px;
}
	
/* ==========================
=========== footer ==========
============================= */

	.footer_sitemap {
		display: none;
	}
	footer.footer .outer1000 {
		padding: 30px 15px 20px;
		width: auto;
		justify-content: center;
	}
	
}

@media screen and ( max-width: 450px ){

  header .logo_area a.sp_lang p {
    width: 75%;
  }
}
@media screen and ( max-width: 370px ){

  header .logo_area a.sp_lang p {
    width: 60%;
  }
}

