@charset "utf-8";


.cp_navi {
	background-color: #F3EAFF;
	border: 0px solid #272727;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #272727;
	display: block;
	margin: 1em 1%;
	overflow: hidden;
	width: 100%;
}
.cp_navi ul {
	margin: 0;
	padding: 0;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #272727;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
	color: #272727;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
}
.cp_navi > ul > li:hover {
	background-color: rgb( 181, 224, 255 );
}
.cp_navi > ul > li:hover > a {
	color: rgb( 39, 39, 39 );
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li > div {
	background-color: rgb( 135, 206, 250 );
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #272727;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}







#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background-color: #FFC0CB;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}

#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 400%;
    height: 440%;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}
@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader .f_logo:before {
    animation: loadLogo 1.5s;
}
#logo_loader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}



/*ここから！！！！！！！！！！！！！！！！！！！！！！*/
/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  background: rgb(255, 146, 165);
  color: #000;
  transition: 0.3s0;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: rgb(255, 164, 180, 0.8);
  color: rgb(94, 94, 94, 0.8);
}

html{
  scroll-behavior: smooth;
}

/*ここまで！！！！！！！！！！！！！！！！！！！！！*/


  
  




<style>
.flex{
    display: flex;
    justify-content: space-between;
}
.flex>p{
    width: 49%;
}
</style>

15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}







/* 横並び */

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 300px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .text {
  margin: 0 0 0 100px;
  padding: 0;
}



#div1 {
  background-image: url("img/hatudenkouritu.png");
}


#div1:active {
  background-image: url('img/seikai.png');
}









.mark1 {
  background: linear-gradient(transparent 50%, #FFF533 80%);
}

.mark2 {
  background: linear-gradient(transparent 40%, #FFC0CB 80%);
}

.mark3 {
  background: linear-gradient(transparent 50%, #7fffd4 80%);
}
.mark4 {
  background: linear-gradient(transparent 50%, #dda0dd 80%);
}
.mark5 {
  background: linear-gradient(transparent 50%, #9acd32 80%);
}
.mark6 {
  background: linear-gradient(transparent 50%, #32cd32 80%);
}
.mark7 {
  background: linear-gradient(transparent 50%, #4682b4 80%);
}
.mark8 {
  background: linear-gradient(transparent 50%, #jbpw0r 80%);
}
.mark9 {
  background: linear-gradient(transparent 50%, #D9E0FF 80%);
}
.mark10 {
  background: linear-gradient(transparent 50%, #FFAA8B 80%);
}
.mark11 {
  background: linear-gradient(transparent 50%, #EFC8FF 80%);
}



