@charset "utf-8";

@import url("../calendar/css/reset.css");

main{
	padding: 20px;
}


.top-contents {
  width: 100%;
}


.side-menu {
  width: 23%;
  padding: 10px;
  float: left;
}

.side-menu a:hover{
	text-decoration: underline;
}

.side-menu a{
	text-decoration: none;
	color: #000;
}

.top-img {
  width: 75%;
  float: right;
}


h2.title01{
	font-size: 1.7rem;
	color: #039;
	line-height: 2.8rem;
	font-weight: 500;
}

h3.title02{
	font-size: 2.7rem;
	color: #039;
	font-weight: 500;
}

.title03{
	font-size: 1.3rem;
}

.title04{
	font-size: 1.7rem;
}

.title05{
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #039;
	
}

.tx01{
	font-size: 0.9rem;
	line-height: 2.0;
}

.tel{
	font-size: 1.5rem;
}

.tel02{
	font-size: 1.2rem;
}

.basic_color{
	color: #000033;
}

.name{
	text-align: right;
}

.line_h{
	line-height: 1.0rem;
}

.logo55{width:55%; margin:auto;}


.vertical-line{
  width: 1px;           /* 線の太さ */
  height: 80px;        /* 線の長さ */
  background: #000033;     /* 線の色 */
  margin: 0 auto;
}

.horizontal-line {
  width: 7%;        /* 横幅 */
  height: 1px;        /* 線の太さ */
  background: #000;   /* 色 */
  margin: 0px 0px 30px;     /* 上下の余白 */
}

.boxed-content {
  border: 1px solid #808080;   /* 枠線の太さと色 */
  padding: 30px;            /* 中の余白 */
  margin: 20px auto;        /* 中央寄せ */
}

/*
コンテンツボタン
-------------------------------------------*/
button.button01 {
	display:block;
	color: #000;
    padding: 10px 15px 10px;
	width: 250px;
    font-size: 0.9rem;
    font-weight: normal;
    text-decoration:none;
    border: solid 1px #000;
	margin:auto;
}


button.button01:hover {
	color: #fff;
	background-color: #1f4d81;
    border: solid 1px #1f4d81;
	cursor: pointer;
}

.button02 a {
	font-size: 1.0rem;
	color: #fff;
	background-color: #111b6d;
    padding: 20px 20px 20px;
    font-weight: normal;
    text-decoration:none;
	text-align:center;
	max-width: 400px;
}


.button02 a:hover {
	color: #111b6d;
	background-color: #fff;
    border: solid 1px #111b6d;
}

.button03 a {
	font-size: 0.8rem;
	color: #1f4d81;
	background-color: #fff;
    text-decoration:none;
	padding: 15px 55px;
}


.button03 a:hover {
	color: #fff;
	background-color: #1f4d81;
    border: solid 1px #fff;
}

.button04 a {
	color: #000;
    padding: 5px 60px 5px;
    font-size: 0.8rem;
    font-weight: normal;
    text-decoration:none;
    border: solid 1px #000;
}


.button04 a:hover {	
    color: #fff;
	background-color: #1f4d81;
	border: none;

}



/*
ポップアップウィンドウ
-------------------------------------------*/

/* オーバーレイ */
.modalOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modalContent {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 1000px;
  border-radius: 8px;
  max-height: 95vh;     /* 画面の80%まで高さ制限 */
  overflow-y: auto;     /* ← 中身をスクロール可能にする */
}

.closeModal {
  position: absolute;
  right: 10px; top: 10px;
  background: none;
  border: none;
  font-size: 50px;
}

/* アニメーション */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* Forms
--------------------------------------- */
textarea, select, input, button, label{}

form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
textarea, select, button{resize:none; outline:none; color:inherit; font-family:inherit; vertical-align:middle;}
:required, :invalid{outline:none; box-shadow:none;}

#newsletter input, #newsletter button, #newsletter select, #newsletter textarea{border:none; margin: 0 0 10px 0; vertical-align: top;}
#newsletter input, #newsletter textarea, #newsletter select{display:block; width:90%; padding:15px; vertical-align:top; border:solid 1px #C9C9C9;}
#newsletter input.inputin02{display:block; width:50%; padding:15px; vertical-align:top; border:solid 1px #999;}

#newsletter select{padding:10px; font-size:inherit;}
#newsletter button{padding:8px 50px 10px; border:none; background:#CCC; text-transform:uppercase; font-weight:700; cursor:pointer;}
#newsletter input[type="radio"]{display:inline-block; width:5%; outline:none; font-size:inherit; vertical-align: bottom;}
#newsletter input[type="checkbox"]{display:inline-block; width:20px; outline:none; font-size:inherit; vertical-align:bottom;}




