@charset "utf-8";
/* CSS Document */

@media screen and ( max-width: 1200px ){
body{
		width: 1200px;
	}
}
@media screen and ( max-width: 1025px ){

}
@media screen and ( max-width: 767px ){
body{
	width: 100%;
	}
.head_outer {
    position: absolute;
}
header{
	display: none;
	}

header h1{
	display: none;
	}
header li {
	margin: 10px 5px;
}
/* ==========================
共通パーツ
============================= */
.pc_block {
    display: none;
}
.sp_block {
    display: block;
}
.pc_br{
	display: none;
	}
.mail_form{
	display: none;
	}
.pc_img{
	display: none;
}
.sp_img{
	display:block;
}
.sp_br{
	display: block;
}
.form_btn {
	right:75px;
	}
.section {
    padding:30px 5%;
}
.item_menu li {
	width: 100%;
}
.table_outer{
	overflow-x: scroll;
}
.container{
	margin: 0 5%;
	}
.wrapper {
    margin-top: 82px;
}
.main_inner {
    padding: 50px 0;
}
/* ==========================
table
============================= */
/*table th,table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 5%;
	}
	*/
/* ==========================
======== スマホメニュー =======
============================= */
.head_outer {
    position: fixed;
    top: 0;
}
#sp_logo{
	display: block;
	position: relative;
	left: 0;
	z-index: 99999;
	}
#sp_logo img {
    max-width: 70%;
    height: auto;
    margin: 0 5%;
}
.sp_mail_btn{
	width: 55px;
	position: absolute;
	right: 80px;
	top: 15px;
	}
.sp_mail_btn img{
	max-width: 100%;
	height: auto;
	}

.cp_cont {
	display: block;
	overflow: hidden;
	z-index: 99999;
}
.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;
	z-index: 99999;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 270px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.4s transform;
	        transition: 0.4s transform;
/*	background-color:#50b7a8;*/
	background-color:rgb(36 138 170);
	opacity: 1;
}
.cp_offcm01 .cp_menu ul.ff_ul {
	margin-top: 75px;
	padding: 0;
	padding-bottom: 100px;
	font-family: "Hiragino Kaku Gothic ProN";
}
.cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    font-size: 22px;
    height: 33px;
}
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
	display: block;
	padding: 13px 18px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.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: 8px 20px 8px 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #327098;
    font-weight: normal;
}
.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 {
	position: relative;
	z-index: 999999;
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	-webkit-transition: 0.4s transform;
	        transition: 0.4s transform;
	text-align: center;
	color: #fff;
	top: 0px;
	margin: 0 auto;
}
.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::after {
  position: absolute;
  left:0px;
    top: 30px;
  bottom:-10px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #fff;
  font-size:60%;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}

.cp_offcm01 #cp_toggle01:checked ~ label::after {
  content: 'CLOSE';
  top: 30px;
  bottom: -20px;
  color:#fff;
  left: 0;
}
.cp_offcm01,
.cp_offcm01 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.cp_offcm01 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    padding: 18px;
    /*background: #50b7a8;*/
}

.cp_offcm01 span {
  position: absolute;
  right: 0px;
  width: 100%;
  border-radius: 1px;
  height: 2px;
  background-color: #fff;
}
.cp_offcm01 span:nth-of-type(1) {
  top: 4px;
}
.cp_offcm01 span:nth-of-type(2) {
  /*top:13px;*/bottom:5px;
}
/*.cp_offcm01 span:nth-of-type(3) {
  bottom:5px;
}*/

.cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1){
  /*-webkit-transform: translateY(20px) rotate(-315deg) scale(.8);
  transform: translateY(20px) rotate(-315deg) scale(.8);*/
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
    background-color:#fff;
    top: -3px;
}
/*.cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2){
    opacity: 0;
    background-color:#000;
}*/
.cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2){
 -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
    background-color:#fff;
    bottom: -10px;
}

/* ==========================
======== 下層ページ内メニュー =======
============================= */
li.arrow-bottom {
    width: auto;
    padding: 5px 25px;
}
li.arrow-bottom:last-of-type {
    margin-bottom: 5px;
}
	/* ==========================
======== ぱんくず =======
============================= */
.pankuzu-outer {
	padding: 15px 5%;
	}
.page-pankuzu {
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 0;
}
.page-pankuzu li {
    display: inline-block;
    color: #000;
    padding: 0 15px 0 0;
    margin-right: 0;
}
.page-pankuzu a {
    margin: 0;
    text-decoration: underline;
}
.page-pankuzu li:after {
    content: " > ";
    color: #000;
    position: absolute;
    right: 0;
}

/* ==========================
======== right_wrap =======
============================= */

/* ==========================
ft-flexcontents（CONTACT部分）
============================= */
.ft-flexcontents {
    justify-content: space-around;
    flex-wrap: wrap;
}
.ft-contentsBox {
    width: 100%;
    height: 100%;
}
.ft-contents-BottomBox {
    display: block;
    margin: auto;
}
.bottomBox-text {
    margin: 30px auto;
}
/* ==========================
======== footer =======
============================= */
.tel-number a {
    color: #fff;
    text-decoration: none;
}
  .p-address a {
color: #ffffff;
}

/* ==========================
固定ボタン
============================= */
	
footer .ft_inner {
    margin: auto;
    font-size: 87%;
}
.ft_left {
    border-left: solid 1px;
    padding: 20px 20px;
}
.ft_company {
	margin: 0;
}
.ft_list {
    display: none;
}
.ft_list .top {
	width: auto;
	}
.form_box {
	width: 90%;
	padding: 5%;
	}

#copyright {
    width: 90%;
    padding: 15px 5% 20%;
    position: static;
    text-align: center;
}
.contact_area {
	background: url(../img/sp_contact_bg02.png) no-repeat 60%;
	background-size: cover;
	}
.contact_area .right_box {
	width: 100%;
	float: none;
	text-align: center;
	}
#copyright{
	display: block;
	}
#copyright small {
	position: static;
	display: inline-block;
	}
#copyright img {
	margin-top: 0px;
	margin-bottom: 10px;
	}
/* ==========================
SPのみ固定ボタン
============================= */
.sp_underbtn {
    display: block;
}
#front_buttom {
    position: fixed;
    bottom: 15%;
    right: 3%;
    font-size: 80%;
    z-index: 999999;
}
p.ft_cata , p.ft_movie{
    display: none;
}
.sp_underbtn {
    display: block;
    position: fixed;
    bottom: 0;
    background: #629e35;
    width: 100%;
    z-index: 999;
}
.sp_underbtn ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_underbtn li {
    padding: 10px 20px;
    border-right: solid 1px #fff;
}
li.btn_last {
    border: none;
}
/* ==========================
下層ページ
============================= */
/*タイトル*/
  .contents-title {
    font-size: 225%;
    line-height: 1.2;
  }
  .subtitle {
    margin-top: 20px;
    font-size: 35%;
  }
.content-subtitle {
	font-size: 150%;
	margin-bottom: 50px;
	}
.table-outer{overflow-x: scroll;}
.table-outer::-webkit-scrollbar{height:10px;}
.table-outer::-webkit-scrollbar-track{background:#dddddd;}
.table-outer::-webkit-scrollbar-thumb{background:#a8a8a8;}

}
