@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;*/
}

.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;
	align-items:flex-start;
	margin-top:-80px;	/*Daiji*/
	width:100vw;
}

.div.module{
}

div.pad{
	width:630px;
	padding:0px 0px 0px 3%;
    overflow:hidden;
}
.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:55px 10px 50px 10px;		/*Daiji*/
	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:790px;			/*730*/
	height:100%;
	aspect-ratio:100/87;			/*89*/
	margin:0px 10px 10px 10px;	/*bichousei*/
}

img.float_left{
	width: 100%;
	height:100%;		/*cho-Daiji*/
	border-radius:5px;
	transform:rotate(90deg);
	/*padding-right:10px;*/
}

.space{
	height:0px;
	margin-top:-350px;	
}

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

@media screen and (max-width:768px){
	.mobi{
		width:100%;
		height:100%;
	}
	.mobi > div.img-frame{
		width:100%;
    	height:100%;
	}
	.mobi > div.space{
		height:4460px;
	}
	.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:lime;
    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%;
}

#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;
}