@charset "utf-8";


body {
	font-family: "Noto Sans";
}


/*右の余白調整*/
.wrap {
	overflow: hidden;
}


#top {
	width: 100px;
	height: 100px;
	font-size: 15px;
	/*margin-left: 5px;*/
	padding-bottom: .5em;
	
	/*border-bottom: 1px solid #ccc;*/
	/*text-align:center;*/

}

#top img{
	width: 100px;
	height: 100px;

}



/*画面サイズが1024pxまで*/
@media screen and (max-width: 1024px) {
#top {
	width: 100px;
	height: 100px;
	font-size: 15px;
	/*margin-left: 5px;*/
	padding-bottom: .5em;
	background-color: #FFFFF0;
	border-bottom: 1px solid #ccc;
	
	text-align:center;
}
}



/*画面サイズが600pxまで*/
@media screen and (max-width: 600px) {
#top {
	font-size: 15px;
	margin-top: 5px;
	/*margin-left: 5px;*/
	padding-bottom: .5em;
	background-color: #FFFFF0;
	border-bottom: 1px solid #ccc;
	
	text-align:center;
}
}


#top1 {
	width: 100px;
	height: 100px;
	font-size: 15px;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: .5em;
	
	/*border-bottom: 1px solid #ccc;*/
	/*text-align:center;*/

}

#top1 img{
	width: 100px;
	height: 100px;

}


.gazou{
	width: 100%;
	text-align:center;
	
	background-image:url("img/mainvisual3.jpg");
	
	z-index: 5;

}

.gazou img{
	width: 100%;
	
	z-index: 10;
}


@media screen and (max-width: 600px){
.gazou{
	width: 100%;
	text-align:center;
	
	


}
}


@media screen and (max-width: 600px){
.gazou img{
	width: 100%;
	
	
}
}



.text{
	width: 100%;
	text-align:center;

}

.text1{
	width: 100%;
	font-weight: bolder;
	text-align:center;
	
	/*border-bottom: 1px solid #000000;*/

}


h12 {
	font-weight: bolder;
	text-align:center;
}

h1 {
	position: relative;
	font-weight: bolder;
	text-align:center;
}


h1::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -10px; /* 下線の上下位置調整 */
	width: 100px; /* 下線の幅 */
	height: 2px; /* 下線の太さ */
	background-color: #000000; /* 下線の色 */
}


#ol{
	width: 100%;
	height: 100%;
	background-color:#FF0000;
	display: block;
    margin-left: auto;
    margin-right: auto

}

.box1 {
    border: solid 2px #FFFFFF;
    background-color:#FFFFFF;
    padding: 15px;
    width: 45%;
    border-radius: 0px 25px 25px 0px; /* 角を丸くする */
    
    
}

.box1 img{
	width: 10%;
	height: 10%;


    margin-left: 130px;


}


.box2 {
    border: solid 2px #FFFFFF;
    background-color:#FFFFFF;
    padding: 15px;
    width: 45%;
    border-radius: 25px 0px 0px 25px; /* 角を丸くする */
    
    margin-left: auto;
    
}

.box2 img{
	width: 10%;
	height: 10%;


    margin-right: 100px;

}


.taiou{
	margin-left: 200px;

}

table img{
	width: 30%;
	height: 30%;


}


/* 横並び */

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
}
.flex .image img {
  width: 30%;
  height: auto;
  
	margin-top: 10px;
	margin-left: 150px;
	
	
	/*border: 1px solid #000;*/
  
}
.flex .text {
  /*margin: 0 0 0 20px;*/
  /*padding: 0;*/
  margin-right: 10px;
  
  font-size: 5px;
  /*border: 1px solid #000;*/
}


/* 横並び */

.flex1 {
  display: flex; /*横並び*/
}
.flex1 .image1 {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
}
.flex1 .image1 img {
  width: 20%;
  height: auto;
  
	margin-top: 10px;
	margin-left: 150px;
	
	
	/*border: 1px solid #000;*/
  
}
.flex1 .text1 {
	width: 100%;
  /*margin: 0 0 0 20px;*/
  /*padding: 0;*/
  margin-right: 0px;
  
  font-size: 6px;
  
  
}


.iro {
	margin-left: -500px;
	color: #FF0000;
	font-weight: bolder;
	font-size: 12px;

}

.iro11 {
	color: #000000;
	font-size: 6px;


	margin-left: -500px;
	margin-top: 25px;
	width: 100%;
	/*border: 1px solid #000;*/
}


.iro1 {
	margin-left: -500px;
	color: #FF0000;
	font-weight: bolder;
	
	font-size: 12px;

}


.iro22 {
	color: #000000;
	font-size: 6px;


	margin-left: -500px;
	margin-top: 25px;
	width: 100%;
	/*border: 1px solid #000;*/
}



/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/








/* CSSコード */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}

.logo {
  font-size: 24px;
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  background: #ff0000;
  margin-top: -100px;
  margin-left: 1380px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #ff0000;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  text-align: center
  
}


/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}




.nav_list .nav_item a{
  color: #ffffff;
}





.double_line {
  display: inline-block;
  position: relative;
  padding: 18px;
  border: solid 1px #ffffff;
  background: #ff0000;
  font-size: 0.8em;
  color: #ffffff;
}
 
.double_line::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: -10px;
  right: -14px;
  left: 6px;
  border: solid 1px #ffffff;
  z-index: -1;
}






.button05 a {
   position : relative;


  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin: 0 auto;*/
  padding: 1em 2em;
  width: 300px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-color: #ff0000;
  box-shadow: 0 5px 0 #000000;
  transition: 0.3s;
  
  left: 200px;
  /*margin-left: 200px;*/
  
  z-index: 30;
}

.button05 a::after {
  content: '';
  width: 5px;
  height: 5px;
  /*border-top: 3px solid #333333;*/
  /*border-right: 3px solid #333333;*/
  transform: rotate(45deg);
}

.button05 a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}


.sc{
	font-weight: bold;
	font-size: 40px;
	margin-top: -300px;
	margin-left: 200px

}


.kao1{
	width: 100px;/*幅*/
	height: 100px;/*高さ*/
	border-radius: 50%;/*角丸*/
	
	
	background-color: #a9a9a9;

	margin-left: 200px;


}


.kao1 img{
	width: 100%;
    height: auto;


}


.kaomoji1{
	text-align: center;
	font-size: 10px;
}




/* 吹き出し本体 - 枠線付きの吹き出し */
.balloon2{
  width: 30%;
  position: relative;
  padding: 20px;
  background-color: #add8e6;
  /*border: 2px solid #ca8888;*/
  border-radius: 10px;         /* 角丸を指定 */
  
  
  font-size: 12px;
  margin-left: 350px;
  margin-top: -70px;
}
/* 三角アイコン - 枠線付きの吹き出し */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #add8e6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #add8e6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}