@charset "utf-8";
html{
    font-size: 16px;
}

/**{*/
/*outline:1px solid red;*/
/*}*/

body{
    color:black;
   /*color:teal;*/
	font:'Noto Sans JP';
    /*font-family: sans-serif;*/
    letter-spacing: 2px;
	width:100vw;
    		height:100%;
		/*box-sizing:border-box;*/
	/*background-color:#f5f5f5;*/
    background-color:#f1f2ed;
    min-width: 1024px; 
    	margin:0;
}

h1{
	font:Futura;
	    font-size: 26px;
}
h2{
    font-size: 30px;
    font-family:Arial,sans-serif;
    color: #000000;
    border-left: 30px solid #19ae00;
    border-radius: 10px 0 0 10px;
    padding-left: 10px;
}
h3{
    font-weight: normal;
    border-top: 1px solid #a2be67;
    border-bottom: 5px double $a2be67;
    padding: 5px;
    margin-bottom: 30px;
}

h4{
   font:明朝フォント;
    font-size:20px;
    color:black;
}

strong{
    font-size: 200%;
    color: #ee7600;
}

header{
    /*background:#ffccff;*/
    background-position:center;
    background-size:cover;
    border-bottom: 0px dotted #33ff99;
	height:130px;
    /*padding: 0px 0px 0px 240px;*/
}

/*************************************************/
.header {
      position: fixed;
    width:100vw;
    height:3rem;
    z-index:60;	/*マイナスにすると後ろに隠れる*/
    background:#ffffff;
    color:#774543;
    			/*color:#04f104;*/
    display:flex;
	justify-content:flex-start;
    align-items:center;
    overflow:hidden;
    padding:0px 0;
}

div.space{
	width:3%;
}

.header_inner {
	width:430px;		/*Ijiruna*/
    padding: 5px 20px 5px 10%;		/*Daiji*/
}

h1{

    /*margin-right:30px;*/
}

.nav {
    position: fixed;
    	left: -300px; 			/*Daiji*hidariから出てくる*/
    	z-index:300;			/*Daiji*/
    top: 0;
    	width: 310px; 			/*Daiji*スマホに収まるサイズ */
    height: 100vh;
    padding-top: 30px;			/*Daiji*/
    background-color:#f5f5f5;
    transition: all 0.35s ease-in-out;
    margin:0px;
		/*align-items:left;*/
    overflow-y: auto;		 /* メニューが多くなったらスクロールできるように */
  }
.nav_list {
	width:260px;		/*contents*/
    text-align:left;
    list-style: none;
	display:flex;
	flex-direction:column;

}
p.double{
	color: #04f104;
	border:double 3px;
	width:180px;
	padding:0px 0px 0px 5px;
}

.nav_list li{
    display: inline-block;
    text-align: right;
    padding-left:10px;
  }
.nav_list li a{
    color: #fff;
    font-weight: 600;
  }

.left_box{
	margin: 0;
	padding:0px 10px 0px 5px;
}

.hamburger {
    position: absolute;
    left:11px;			/*Ijiruna*/
   top: 0.7px;
	width:53px;	/* クリックしやすい幅 */
	height: 83px;	/* クリックしやすい高さ */
    cursor: pointer;
    	z-index:346;		/*Daiji*/
  }
span{
    font-weight: normal;
    padding: 5px;
    margin-bottom: 30px;
}
.hamburger_border {
    position: absolute;
	top:0px;
    right: 10px;
    width: 33px;
	border-width:0.1px;
    background-color: #774543;			/*color: #04f104;*/
    transition: all 0.35s ease-in-out;
  }
.hamburger_border_top {
    top: 7px;
  }
.hamburger_border_center {
    top: 22px;
  }
.hamburger_border_bottom {
    top: 37px;
  }
.black_bg {
    position: fixed;
    left: 0;			/*Daiji*/
    top: 0;
    width: 100vw;			/*Daiji*/
    height: 100vh;
    		z-index:0;		/*Daiji*/
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
}
  	/*表示された時用のCSS*/
.nav-open .nav {
    left: 0;		/*Daiji*/
  }
.nav-open .black_bg {
    opacity: 0.3;
    visibility: visible;
  }
.nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
.nav-open .hamburger_border_center {
	display:none;
    /*width: 0;*/
    /*left: 50%;*/
  }
.nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

/**************************************************/
div a.underline {
  display: inline-block;
  position: relative;
	/*justify-content:flex-start;*/
	line-height:0.8em;
	/*line-height:1.2em;*/
	vertical-align:bottom;		/*?*/
  overflow: hidden;
  color:#000000;
  text-decoration: none;
}

div a.underline:after {
  position: absolute;
	line-height:0.8em;
	/*line-height:1.2em;*/
	vertical-align:bottom;		/*?*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
  		background-color: #000000;
  		/*background-color: #fff;*/
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	content: "";
}

div a.underline:hover:after {
	transform: translate(0, 0);
}

.adjust{
	height:40vh;
}

/***********************************************************/
@media only screen and (max-width: 768px) {
  .mbl{
	width:100%;
  }
  .mbl > div.space{
	width:16%;
  }
}

/***********************************************************/
.maincontents{
	height:100%;
	width:100vw;			/*980px;*/
}

main{
	display:flex;
	flex-direction:column;
	margin-top:-80px;	/*Daiji*/
	width:100vw;
}

.div.module{
}

div.pad{
	width:630px;
	padding:0px 0px 0px 3%;
}
.wide{
	width:625px;
}

.item_nosan{
	margin:0px 0px 0px 0px;
}

.float_block{
	width:calc(100%-31%);
	height:auto;
	background-color:#ffffff;
	align-content:flex-start;
		/*align-items:flex-start;*/
	padding:0px 10px 0px 10px;
	margin:10px 0px 5px 0px;
}

.clearfix::after{            /*上のfloat-blockの余白に下の段からせり上がってくるのを防ぐ*/
   content: "";
   clear: both;
   display: block;
}

p.tx{
	width:97%;
	line-height: 1.5;
	font-size:1em;
	padding:0px 20px 0px 20px;
	margin-top:5px;
}

/*.dammy_box {*/
/*}*/

div.img-frame{
	float:left;
	width:730px;
	height:490px;
	aspect-ratio:73/49;		/*cho-Daiji*/
	margin:0px 10px 10px 10px;	/*bichousei*/
}

img.float_left{
	width: 100%;
	height:100%;		/*cho-Daiji*/
	border-radius:5px;
	/*padding-right:10px;*/
}

/*******************************************************************/

@media screen and (max-width:768px){
	.mobi{
		width:100%;
	}
	.mobi > div.img-frame{
		width:100%;
    		height:100%;
	}
	.mobi > p.tx{
    		width:93%;
	padding:0px 10px 0px 20px;
	}
}

/********************************************************************/
section.item{
    	width:308px;			/*Daiji*/
    	padding:15px 10px 0px 30%;
}

/******************************************/
@media screen and (max-width:768px){		/*order-command*/
.sumaho{
	width;100%;
	}
.sumaho section{
	width:100vw;
	padding:10px 10px 0px 5%;
	}
}

/***************************************/

.space2{
	background-color:#ffffff;
	height:490px;
}

.box-shoulder{
	display:block;
  	text-align:center;
  	height:35px;
  	width:200px;
	background-color:#F1F2ED;
}

ul{
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    /*display:flex;*/
    width:130px;
	padding:0px 10px 0px 23px;
    /*justify-content: space-between;*/
}

ul li.returnhm a:visited{
    color: #000000;
	font-size:14px;
	background-color:#f1f2ed;
	padding: :10px;
}

ul li.returnhm a:hover{
    color:#5e00ff;
	font-size:14px;
    padding: 10px;
    background-color:#CAC873;
        border-radius:30px;
 }

ul li.returnhm a{
    transition-duration: 0.5s;
}

footer{
    text-align: left;
    color: #ffffff;
    background-color:#a8ab44;
    background-size:cover;
	padding: 0px 0px 0px 5%;
    margin:0;
}

.footer_box{
	width:50%;
	margin: 0 auto;                 <!--割と大事なみたい-->
	text-align:left;
	padding: 0px 0px 0px 5%;
}

td,th{
    border:1px solid #486b0b;
    padding:5px 30px;
}
th{
    color:#486b0b;
}
table{
    border-collapse: collapse;
    margin-bottom: 30px;
}

.item_box{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    <!--justify-content:space-between;-->
}
.item img{
    border-radius: 10%;
}
.space{
	height:340px;
}

<!--li{-->
	<!--color:#ffffff;-->
<!--}-->

.contents h1{
	font-size:25px;
	border-bottom:5px solid #40bdc2;
}

.contents h3{
	font-size:20px;
	}

ul a:link{
    color:#000000;
    text-decoration: none;
    padding: 10px;
}

/*******************************************************************/
ul li a.col1:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col1:hover{
    color:#000000;
    padding: 10px;
    background-color:#ff9933;
    border-radius:20px;
}
ul li a.col1{
	transition-duration:30ms;
	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/********************************************************/
ul li a.col2:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col2:hover{
    color:#000000;
    padding: 10px;
    background-color: #ff99cc;
    border-radius:20px;
}
ul li a.col2{
	transition-duration:30ms;
	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/***********************************************************/
ul li a.col3:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col3:hover{
    color:#000000;
    padding: 10px;
    background-color: #00ff00;
    border-radius:20px;
}
ul li a.col3{
	transition-duration:30ms;
	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/********************************************************/
ul li a.col4:visited{
    color: #ffffff;
    padding: :10px;
}
ul li a.col4:hover{
    color:#000000;
    padding: 10px;
    background-color:#ffff00;
    border-radius:20px;
}
ul li a.col4{
	transition-duration:30ms;
 	color:#ffffff;
    padding: 10px;
    background-color:#0066ff;
    border-radius: 20px;
}
/**********************************************************/
<!--ul a{-->
    <!--transition-duration: 0.5s;-->
<!--}-->

.left_box{
    align-items: flex-start;
    justify-content: flex-start;
                                        <!--align-content: flex-start;アイテムでもコンテントでも同じの様子-->
}
.center_box{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    <!--margin-left: 30px;-->
    }
.right_box{
    justify-content:flex-end;
    align-items:flex-start ;
    margin-left: 30px;
}
.item2_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.data{
    width:300px;
}

.picture{
    border-radius:50%;
}

/*************** ボタンをキラッとさせる1 **************/
span.kira a {
  display: inline-block;
  width: 300px;
  max-width: 90%;
  	color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 10px;
  		background:#4bac0c;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

span.kira a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  /*background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);*/
  background-image: linear-gradient(130deg, rgba(0, 223, 255, 0) 25%, rgba(0, 223, 255, 0.5) 50%, rgba(0, 223, 255, 0) 75%);
  /*background-image: linear-gradient(130deg, rgba(240, 255, 0, 0) 25%, rgba(240, 255, 0, 0.5) 50%, rgba(240, 255, 0, 0) 75%);*/
	/* transitionは削除 */
}

/* 以下変更部分 */
span.kira a:hover::before {
  -webkit-animation: shine 0.5s;
          animation: shine 0.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

/*************** ボタンをキラッとさせる2 **************/
span.kira2 a {
  display: inline-block;
  width: 300px;
  max-width: 90%;
  	/*color: #fff;*/
	color:#206629;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 10px;
  		background:#FFC20E;		/*#F4CA16-#FFA500*/
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

span.kira2 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(251, 255, 3, 0) 25%, rgba(251, 255, 3, 0.5) 50%, rgba(251, 255, 3, 0) 75%);
  /*background-image: linear-gradient(130deg, rgba(240, 255, 0, 0) 25%, rgba(240, 255, 0, 0.5) 50%, rgba(240, 255, 0, 0) 75%);*/
	/* transitionは削除 */
}
/* 以下変更部分 */
span.kira2 a:hover::before {
  -webkit-animation: shine 0.5s;
          animation: shine 0.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

#frame {
	width: 800px;
	height: 200px;
	position: absolute;
	overflow: hidden;
}

.item3_box{
    display:flex;
}
.item3{
    display:block;
    width:400px;
}
.item4{
    flex-wrap:wrap;
    justify-content: flex-start;

}

/***************************************************************************/
ul li.backhome a:visited{
    color: #000000;
    							padding: :10px;
}
ul li.backhome a:hover{
    color:#04f104;
    padding: 10px;
    background-color: #0066ff;		/*#CAC873*/
        border-radius:30px;
 }
ul li.backhome a{
    transition-duration: 0.8s;
}

/***************************************************************************/
.base{
	display:block;
    padding:10px 10px 10px 236px;
    justify-content: flex-start;
  	/*text-align:center;*/
  	height:35px;
  	width:800px;
}
/***************************************************************/
input[type="button"]{
	font-size:17px;
	color:black;
  text-align: center;
    background-color:#c9ddf8;
	width:160px;
        border-radius:10px;
}

/*.nav_item {*/
    /*text-align: center;*/
    /*padding: 0 14px;*/
 /*}*/
/*.nav_item a {*/
    /*display: block;*/
	/*padding: 8px 0;*/
    /*border-bottom: 1px solid #eee;*/
    /*text-decoration: none;*/
    /*color: #333;*/
 /*}*/
/*.nav_item a:hover {*/
    /*background-color: #654385;*/
 /*}*/


