@charset "utf-8";
/*---------------------------------------------------------------------------*/

html {
 overflow-y: scroll;
}

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: 20px 
	YuGothic,
	'Yu Gothic', 
	sans-serif;
	font-weight: 500;
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 5px, #e0efff 0, #e0efff 10px);
}


a{
	color: #0B0BFF;	
	text-decoration: none;	/*下線なし*/
}
a:hover {
	color: #7EA3E8;/*マウスオン*/
	text-decoration: none;	/*下線なし*/
}

img {
max-width : 100% ;
height : auto ;
}

.gazo{ width: 100%; }
.chiisaku{width: 60%; }
.chiisaku2{width: 80%; }
.chiisaku3{width: 50%; }
.chiisaku4{width: 30%; }
.chiisaku5{width: 15%; }



/*文字装飾*/
h1.midashi {
font-size: 26px;
background-color: #010079;
color: #FFFFFF;
padding-right: 0.3em;
padding-bottom: 0.1em;
padding-left: 0.6em;
padding-top: 0.15em;
box-shadow: 4px 4px 4px -2px gray;
}


h2.komidashi {
font-size: 24px;
color: #010079;
padding-left: 0.5em;
background-color: #A1E0FF;
}


h3.kokomidashi{
position: relative;/*相対位置*/
padding-left: 1.5em;/*アイコン分のスペース*/
padding-top: 0.7em;
line-height: 1;/*行高*/
color: black;/*文字色*/
font-size: 22px;
}

h3.kokomidashi:before{
padding-top: 0.85em;
content:"●";
position: absolute;/*絶対位置*/
left: 0;/*アイコンの位置*/
top: -0.1em;/*アイコンの位置*/
font-size: 22px;
color: #A1E0FF;
}


.futo {
background: linear-gradient(transparent 70%, #7fffd4 60%);
font-weight: 700;
}

.futoi {
background: linear-gradient(transparent 70%, #7fffd4 60%);
font-weight: 700;
}

.aa{
background: linear-gradient(transparent 70%, #80ff95 60%);
}




.bb{
background: linear-gradient(transparent 70%, #66b3ff 60%);
}



.tt{
background: linear-gradient(transparent 70%, #ff80ea 60%);
}





.futoku {
color: #000000;
font-weight: 700;
font-size: 1.3em; 
}

.big {
font-size: 1.2em;
font-weight: 700;
}


.haikeiblue{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    background-color: #e6fbff;
}

.haikeiyellow{margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    background-color: #faffdf;
}

.haikeipink{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    background-color: #fff0f7;
}

/*メニュー全体*/
.all {
margin-left: 12%;
margin-right: 12%;
}

.back {
padding-left: 2.5em;
padding-right: 2.5em;
background-color: rgba( 255, 255, 255, 0.95 );
}

.uebutton {
	float: right;
    display: inline-block;
    margin-left: 15px;
    padding: 20px 9px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 0px 3px #aec3e8;
    background: #aec3e8;
    border-radius: 0 0 15px 15px; /*角丸*/
    border-bottom: dashed 1px #ffffff;
    border-left: dashed 1px #ffffff;
    border-right: dashed 1px #ffffff;
}

.uebutton:hover {
	color: #ffffff;
    background: #B3B3B3;
    box-shadow: 0px 0px 0px 3px #B3B3B3;
	transition: 1s;
}


.tsume {
	letter-spacing: -1px;
	margin: 0 -6px;
	font-size: 14px;
}

.akeru{
	letter-spacing: 0.7px;
	font-size: 14px;
}

.kunikida{
    color:#93C1FF;
}

.menuber ul{
    padding: 0;
    margin-bottom: 20px;
	list-style: none;
}


.menubar li {
	list-style:none;
   	padding:5px 0;
    margin: 0;
    float: left;
    width: 16.6%;
    box-sizing:border-box;
    display: inline;
    text-align: center;
    border-left: solid 0.1px #a8a8a8;
    border-right: solid 0.1px #a8a8a8;
}

.menubar li a{
	display: block;
	text-decoration: none; 
	color: #000000;
	font-weight: 500; 
}

.menubar li:hover{
background-color: #DEEEFC;
transition: 1s;
}


#ima{
border-bottom: solid 4px #93C1FF;
}


.main-body{max-width: 40em;
	text-align: left;
}

p{ 
margin-bottom : 1.5em; 
line-height: 1.9;
}




.totop { 
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 20px;
	right: 40px;
}

.totop:hover { 
	opacity:0.5;
}


.toumeidosageru{
	opacity: 0.6;
} 

	
.backto {
	margin-top: 1.5em;
	font-size: 1.1em;
	letter-spacing: 10px;
    display: inline-block;
    padding: 0.2em 0.7em 0.2em 1.1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	font:YuGothic,
	'Yu Gothic', 
	sans-serif;
}

.backto:hover {
    background: #67c5ff;
    color: white;
}

.backto3 {
	letter-spacing: 10px;
    display: inline-block;
    padding: 0.2em 0.7em 0.2em 1.1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	background-color: #ffffff;
	font:YuGothic,
	'Yu Gothic', 
	sans-serif;
}

.backto3:hover {
    background: #67c5ff;
    color: white;
}

.nextera{
	margin-top: 1.5em;
	font-size: 1.1em;
	letter-spacing: 1px;
    display: inline-block;
    padding: 0.2em 0.4em 0.2em 0.7em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.nextera:hover {
    background: #67c5ff;
    color: white;
}

	
.hantomei:hover { 
	opacity:0.7;
}


.cu{
	color: #5b9bd5;
}
.zn{
	color: #ed7d31;
}
.ni{
	color: #a6a6a6;
}
.sn{
	color: #ffbf00;
}
.al{
	color: #21ff72;
}

.towel{
color: #00AAFF;
font-weight: 700;
font-size: 1.1em;
}

.fusen{
    width:7em;
    position:relative;
    box-shadow: 3px 3px 4px -3px gray;
    font-size: 1.1em;
    font-weight: 700;
    padding-left: 0.5em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    background:#fffafa;
    border-left:solid 15px #ff69b4;
}

.matome{
	line-height: 200%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    background-color: #fff0f7;
box-shadow: 3px 3px 4px -3px gray;}


.menu ul{
    padding: 0;
    margin-bottom: 20px;
	list-style: none;
}


.menu li {
   	padding: 5px 0;
    margin: 1em;
    box-sizing:border-box;
    display: inline-block;
	list-style: none;
}


.sssss{
	padding: 1em 1em;
    margin: 2em 0;
    border: solid 3px #010079;
    border-radius: 10px;
    text-align: center;
}


.kon{
    color: #010079;
}

.tanaka{list-style:none; }



.left1 {
 	position: relative;
	display: inline-block;
 	margin: 1em 0 1em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #000000;
	font-size: 0.9em;
	background: #cae6fc;
	border-radius: 10px;
}

.left1:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
 	margin-top: -7.5px;
	border: 7.5px solid transparent;
	border-right: 7.5px solid #cae6fc;
}

.left1 p {
	margin: 0;
	padding: 0;
}


.left2 {
 	position: relative;
	display: inline-block;
 	margin: 1em 0 1em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #000000;
	font-size: 0.9em;
	background: #fccae7;
	border-radius: 10px;
}

.left2:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
 	margin-top: -7.5px;
	border: 7.5px solid transparent;
	border-right: 7.5px solid #fccae7;
}

.left2 p {
	margin: 0;
	padding: 0;
}


.left3 {
 	position: relative;
	display: inline-block;
 	margin: 1em 0 1em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #000000;
	font-size: 0.9em;
	background: #dbfcca;
	border-radius: 10px;
}

.left3:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
 	margin-top: -7.5px;
	border: 7.5px solid transparent;
	border-right: 7.5px solid #dbfcca;
}

.left3 p {
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 1024px) {
	
#ima{background-color: #DEEEFC;}

.all {
margin-left: 5%;
margin-right: 5%;
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 5px, #e0efff 0, #e0efff 10px);
}

h1.midashi {
padding-left: 0.3em;
}

.back {
padding-left: 0.5em;
padding-right: 0.5em;
background-color: rgba( 255, 255, 255, 0.85 );
}

ul{
    padding: 0;
    margin-bottom: 4em;
    width: 100%;
}


.menubar li
{ padding:1px 0; 
  width: 33.3% ; }


p {	
	width: 100% ;
	margin-bottom: 1em;
    line-height: normal;
}

img {
max-width : 100% ;
height : auto ;
}

iframe {
width : 100% ;
}

.uebutton{display: none;}	
	
.footer{
font-size: 10px;
}

.totop {
	position: fixed;
	width: 30px;
	height: auto;
	bottom: 10px;
	right: 10px; 
}
	
#ima{
border-bottom: none;
background-color: #DEEEFC;
}
	

.nextera{
 display: none;
}

.matomo img { width: 100%; }
	

@media screen and (max-width: 480px) {


.all {
margin-left: 2.5%;
margin-right: 2.5%;
	}


.back {
padding-left: 0.5em;
padding-right: 0.5em;
background-color: rgba( 255, 255, 255, 0.85 );
}

.menuber ul{
    padding: 0;
    margin-bottom: 4em;
    width: 100%;
}


.menubar li
{
	font-size: 16px;
	padding:1px 0; 
  width: 50% ; }

	
	
.menubar li:hover{
background-color: #ffffff;
}


#ima{
border-bottom: none;
background-color: #DEEEFC;
}

	
	
	

p {	
	width: 100% ;
	font-size: 16px;
	line-height: 1.7; 
	margin-bottom: 0.5em;
}
	
h1.midashi {
margin-top: 20px;
font-size: 18px;
padding-left: 0.3em;
}
	
h2.komidashi{
		font-size: 17px;
	}
	
h3.kokomidashi{
		font-size: 16px;
	}
    
    
h3.kokomidashi:before{
padding-top: 0.65em;
content:"●";
font-size: 18px;
}

    

img {
max-width : 100%;
height : auto;
}

iframe {
width : 100% ;
}

.footer{
font-size: 10px;
}

.totop {
	position: fixed;
	width: 30px;
	height: auto;
	bottom: 5px;
	right: 5px; 
}

.uebutton{display: none;}
	
.title {
width: 150px;
height: auto;
}
	

.misenai {
  position: relative;
  width: 100%;
}
.misenai iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
	
small {
	font-size: 12px;
	}

	.backto{
		font-size: 14px
	}
	
}