@charset"utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ", YuGothic,'ヒラギノ丸ゴ ProN W3',Meiryo,'MS UI Gothic';
	font-size: 100%;
	background-color: #fff;
}

li {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link {
	color: #0000ff;
}

a:visited {
	color: #000080;
}

a:hover {
	color: #ff0000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

a:active {
	color: #ff8000;
}
img {
	max-width: 100%;
	margin: 0 auto;
}


/* ヘッダー */

header {
	line-height: 1;
	max-width:100%;
	height: 40px;
	background-color: #009ee7;
	margin: 0 auto;
	padding: 20px 40px 0 40px;
}
#header_wrap {
	max-width:1200px;
	margin: 0 auto;
}

header img { /* アイコン・ロゴ画像調整 */
	width:300px;
	margin-right: 10px;
}
header .top_title {
	font-size: 140%;
	color: #fff;
	font-weight: bold;
	text-align: left;
	float: left;

}

header .top_title a {
	color: #fff;
}

header .top_tel {
	font-size: 100%;
	color: #fff;
	text-align: right;
	float: right;

}
header .top_tel a {
	color:#fff;
}




/* 幅調整 */


.wide { /* 広い幅サイズ */
	max-width:1200px;
	margin: 0 auto;
	line-height: 0;
}
.wide img {
	width:100%;
}

.narrow { /* 狭い幅サイズ */
	max-width:900px;
	margin: 0 auto;
	line-height: 0;
}
.narrow img {
	width:100%;
}

.contents {
	max-width: 1200px;
	margin: 30px auto; /* 各ボタンとコンテンツとの上下幅調整 */
	line-height: 0;
}

/* 埋め込み動画レスポンシブ対応 */
.movie { 
	max-width: 1200px;
	line-height: 1;
	margin: 0px auto;
}

.movie iframe {
	width: 854px;
	height: 480px;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 50px auto;
}

@media screen and (max-width:800px) {

.movie {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom:100px;
}

.movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

}

/* お申し込みボタン */

#button01 {
	background: url(../images/btn_bk01.jpg)top center fixed;
	background-size: cover;
}

#button02 {
	background: url(../images/btn_bk01.jpg)top center fixed;
	background-size: cover;
}

#button03 {
	background: url(../images/btn_bk01.jpg)top center fixed;
	background-size: cover;
}

.button {
	padding: 50px 0;
}

.button_wrap {
	margin: 0 auto;
	max-width: 800px; /* ボタンサイズ調整 */
}

.button img {
	width:100%;
}

/* 詳細説明・テキストエリア */

#textarea {
	background-color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 100%;
	line-height: 2em;
}

#text_inner {
	width:90%;
}

#textarea #text_inner {
	margin: 20px 5%;
}

#textarea p {
	margin: 10px auto 20px auto;
}

/* フッター */

#footer {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 80%;
}

#footer li {
	display: inline;
	text-decoration-line: underline;
	margin: 10px;
}

#footer p {
	margin: 30px auto;
}

@media screen and (max-width:768px){

#footer li {
	display: block;
	margin: 20px auto;
}

}

/* TOPへ戻るボタン */

#to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
}

#to_top a {
	background:#009ee7;
	text-decoration: none;
	color: #fff;
	width:80%;
	padding: 20px 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-size: 80%;
}
#to_top a:hover {
	text-decoration: none;
	background: #009ee7;
	opacity: 0.7;
}


/* メールフォーム */


#entry {
	background: #a4ebff;
	padding-bottom: 100px;
}
#entry h2 {
	font-size: 200%;
}
#entry .wrap {
	max-width: 975px;
	width: 100%;
	margin: 0 auto;
	padding: 110px 100px 50px;
	margin-bottom: 65px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#entry .wrap h2 {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
#entry .wrap .sub {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.8em;
	border-bottom: #fff solid 1px;
	padding-bottom: 50px;
}
#entry .wrap .title {
	margin-bottom: 30px;
	font-size: 200%;
	font-weight: bold;
}
#entry .wrap .title span {
	font-size: 60%;
	font-weight: normal;
}
#entry .wrap .tel {
	margin-bottom: 50px;
	text-align: center;
	font-size: 500%;
	font-weight: bold;
}
#entry .wrap .error {
	border-left: 5px solid #ec6941;
	padding-left: 10px;
	line-height: 1.5;
	color: #ec6941;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 10px;
}
#entry .error_wrap {
	margin-top: 20px;
}
#entry table{
	  border-collapse: separate;
	  border-spacing: 10px;
}
#entry table,
#entry tbody,
#entry  tr {
	width: 100%;
	text-align: left;
}
#entry tr {
	/*border-top: 2px solid #eee;*/
}
#entry th,
#entry td {
	background: #E4F1F6;
}
#entry th {
	width:35%;
	padding: 30px 0 30px 20px;
	line-height: 1.5;
	vertical-align:middle;
} 
#entry td {
	padding: 30px 0 30px 20px;
}
#entry .must { /* 必須マーク */
	margin-left: 10px;
	border-radius: 5px;
	background: #EE9200;
	color: #fff;
	padding: 3px 14px;
	font-size: 0.75em; 
} 
input[type="text"], /* フォームのテキストエリア */
select {
	/*background: #e5e5e5;*/
	line-height: 1.5;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 36px;
	min-width: 90%;
}
textarea{
	min-width: 90%;
	height: 100px;
	padding: 10px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
#entry p {
	font-size: 90%;
	margin: 15px auto;
}

input[type=checkbox] { /* チェックボックスのサイズ */
transform: scale(1.5);
}

#entry .comments { /* 注釈 */
	background-color: #fff;
	border: dashed 2px #005278;
	margin: 10px;
	padding: 20px;
	line-height: 1.5em;

}

.long {
	width: 100%;
}
.middle {
	width: 80%;
}
#entry table .attention {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 5px;
}


#entry .submit_wrap {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;  
} 
#entry .submit_wrap p {
	text-align: center;
	margin-bottom: 55px;
	line-height: 1.5;
}
#entry .submit_wrap p a {
	color: #100964;
	font-weight: bold;
	text-decoration: underline;
}
#entry input[type="submit"] {
	display: none;
}
.submit_btn {
	background: #009ee7;
	color: #fff;
	border-radius: 10px;
	line-height: 80px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	max-width: 290px;
	margin: 0 auto;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.submit_btn:hover {
	background: #005278;
}

.to_submit {
	float:right;
	width:200px;
	margin: 0 200px 0 auto;
}

.to_back {
	float:left;
	width:200px;
	margin: 0 auto 0 200px;
	background: #727272;
}

input[type="text"].harf, select.harf { /* 入力エリア2分割 */
	min-width: 30%;
	width:40%;
}

input[type="text"].third, select.third { /* 入力エリア3分割 */
	min-width: 30%;
	width:30%;
}

@media(max-width:1080px){

#contact .wrap {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
}
#contact th,
#contact td {
	display: block;
	width: 100%; 
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact th {
	padding-bottom: 0;
}
#contact .double input:first-child {
	margin-bottom: 15px;
}
#contact input[type="text"],
#contact select {
	width: 100%;
}
#thanks .text_wrap {
	margin-top: 30px;
}
#thanks .text_wrap p {
	font-size: 12px;
}

.to_submit {  /* 送信ボタン（確認画面用） */
 float:none;
 width:200px;
 margin: 20px auto;
}

.to_back { /* 戻るボタン（確認画面用） */
 float:none;
 width:200px;
 margin: 20px auto;

}


}


@media(max-width:800px){


#entry .wrap {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
}
#entry th,
#entry td {
	display: block;
	width: 100%; 
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#entry th {
	padding-bottom: 0;
}
#entry .double input:first-child {
	margin-bottom: 15px;
}
#entry input[type="text"],
#entry select {
	width: 100%;
}
#thanks .text_wrap {
	margin-top: 30px;
}
#thanks .text_wrap p {
	font-size: 12px;
}


input[type="text"].harf, select.harf { /* 入力エリア2分割 */
	margin: 5px auto;
}

input[type="text"].third, select.third { /* 入力エリア3分割 */
	margin: 5px auto;
}

}

/* 追加分 */

/* 
item_orderクラス：左に画像、右にテキストを配置
item_reverseクラス：左にテキスト、右に画像を配置
item_alternationクラス：偶数番目の要素のみ配置の順序を入れ替える
 */
.item_order, .item_reverse, .item_alternation {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 2em;
  margin-bottom: 2em;
	line-height: 1em;
	padding: 1em;
	background-color: #fff;
}
.item_alternation:nth-child(even) {
  flex-direction: row-reverse;
}

.item_image {
  max-width: 50%;
}
.item_image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.item_text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  padding: 10px;
  background: #fff;
	text-align: left;
	line-height: 1.5em;
}
.item_text h3 {
	margin-bottom: 30px;
}


@media screen and (max-width:600px) {
header {
	height: 60px;
	padding: 20px 0 0 20px;

}
header .top_title {
	font-size: 100%;
	text-align: left;
	float: none;

}
header .top_tel {
	font-size: 100%;
	text-align: right;
	float: none;
	margin-right: 1em;

}

.columns_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.columns2 {
  width: 100%;
	margin: 1em 0;
  padding: 2em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.columns3 {
  width: 100%;
	margin: 1em 0;
  padding: 2em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.columns_image {
  margin-bottom: 1em;
}
.columns_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.columns_text p {
}


.text_parent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  border: 1px solid #aaa;
}
.text_child {
  width: 80%;
  color: #222;
}


.item_order, .item_reverse, .item_alternation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  justify-content: center;
  align-content: center;
  align-items: center;
	padding: 2em;
}
.item_alternation:nth-child(even) {
  flex-direction: row-reverse;
}

.item_image {
  min-width: 100%;
}
.item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_text {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 300px;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
  background: #fff;
}

}


