﻿
@charset "UTF-8";
/*
Theme Name:dan2025
Theme URI: http://
Author:
Author URI:
Description:
Version: 1.1
*/

/* CSS Document */

/* 全ページ共通スタイル */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.6;
}

body {
	background-color: #fff;
	color: #333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Arial","Helvetica","Verdana","sans-serif"!important;
	font-size: 1em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;/*iphone文字サイズ自動変更防止*/
}

a:visited { color: #003399; }

a:link { color: #003399; }

a:focus {color: #2676ff; background: none; text-decoration: none;}

a:active {color: #2676ff; background: none; text-decoration: none;}

a:hover {color: #2676ff; background: none; text-decoration: none;}

img {
	height: auto;
	border: none;
}

/* レイアウト */
section {
  width: 960px;
  margin: 0 auto;
}
#container {
	/*font-size: 87.5%;*/
	font-size: 95%;
	min-width: 980px;
}

#left_column {
	width: 640px;
	float: left;
	margin-bottom: 30px;
}

#right_column {
	width: 250px;
	float: right;
}

.center {
  text-align: center;
}

#footer {
	clear: both;
	text-align: center;
}

  .btn1 {
    text-align: center;
    margin: 5rem auto;

  }
  .btn1 a {
    color: white;
    padding: 1rem 3rem;
    background-color: #ff9900;
    border-radius: 10px;
    font-weight: bold;
    margin: 5rem auto;
	text-decoration:none;
  margin-top: 20rem;
  margin-bottom: 20px;

  }


/* 008 */
.button008 a {
    background: #27acd9;
    text-decoration:none;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
}
.button008 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #0686b2;
    transition: .3s;
    left:0;
}
.button008 a:hover {
    color: #FFF;
}
.button008 a:hover:before {
    width: 100%;
    z-index: -1;
}




.dlbtn {
	clear: both;
	display: block;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 100vh;
	border-bottom: 7px solid #0686b2;
	background: #27acd9;
	color: #fff;
	float: left;
	margin-bottom:20px;
}
.dlbtn:hover {
	margin-top: 6px;
	border-bottom: 1px solid #0686b2;
	color: #fff;
}

.red {
 color: #ff0000;
}

.koen-tbl {
 width: 60%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.koen-tbl th {
 padding: 10px;
 background: #f1f1f1;
 border: solid 1px #778ca3;
}
.koen-tbl td {
 padding: 10px;
 border: solid 1px #778ca3;
 text-align: left;

}

.koen-tbldl {
 width: 90%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.koen-tbldl th {
 padding: 10px;
 background: #f1f1f1;
 border: solid 1px #778ca3;
}
.koen-tbldl td {
 padding: 10px;
 border: solid 1px #778ca3;
 text-align: left;

}

.waku{
  width: 80%;
  border: 1px #000000 solid;
}
.waku td {
    text-align: left;

}

.haifun{
	font-size: 1.6em;
	margin-left: -20px;
	margin-right: -10;

}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.1em;
    background: #6F7B88;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
  padding: 10px 15px 13px;

}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

/* ヘッダー */

#header {
	min-width: 980px;
	overflow: hidden;
}

#header ul {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#header ul li {
	display: inline-block;
	list-style: none;
	background: url("/img/common/arrow_guide_menu.gif") no-repeat 0 50%;
	zoom: 1;
	padding-left: 25px;
}

#header ul li a:link {
	color: #333;
	text-decoration: underline;
}

#header ul li a:visited {
	color: #333;
	text-decoration: underline;
}

#header ul li a:hover {
	color: #2676ff;
	text-decoration:none;
}

#logo {
	padding-bottom: 10px;
	padding-left: 10px;
}

/* ヘッダーメニュー */

#main_menu {
	clear: both;
	color: #fff;
	text-align: center;
	border-top: 1px solid #024a9a;
	border-bottom: 1px solid #024a9a;
}

#main_menu ul {
	width: 64.5em;
	margin: 0 auto;
	height: 3em;
	line-height: 3em;
	border-left: 1px solid #024a9a;
}

#main_menu ul li {
	float: left;
	text-align: center;
	list-style: none;
	border-right: 1px solid #024a9a;
}

#main_menu ul li a {
	display: block;
	width: 9.1em;
	line-height: 3em;
	overflow: visible;
	color: #ffffff;
}

#main_menu ul li a:link {
	text-decoration: none;
}

#main_menu ul li a:visited {
	text-decoration: none;
}

#main_menu ul li a:hover {
	text-decoration: underline;
	background: #1060b9 url("/img/common/bg_main_menu_on.gif") repeat top left;
}

.pankuzu {
	clear: both;
	margin: 10px 0;
	font-size: 0.9em;
	text-align: left;
}

/* サイドメニュー */

#right_column p {
	margin: 30px;
}



/* お問い合わせ */

#contact {
	margin-bottom: 10px;
	text-align: center;
}

#contact h2 {
	width: 250px;
	padding: 5px 0;
	text-indent: 0;
	line-height: 2em;
	color: #ffffff;
	background: #1178b9 url("/img/common/contact.gif") no-repeat top left;
	border: none;
}

#contact h3 {
	font-size: 0.9em;
	margin: 15px 10px 0 10px;
	border-bottom: dotted 1px #1178b9 ;
}

#contact_wrapper {
	border: 1px solid #1178b9;
	
}

#section0 {
	padding: 5px;
	font-size: 1.1em;
}

#address0 {
	margin: 0 10px 10px 10px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
	background-color: #dde9ef;
	border: 1px solid #c5dde9;
}

.section0 {
	padding: 5px;
	font-size: 1.1em;
}

.address0 {
	margin: 0 10px 10px 10px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
	background-color: #dde9ef;
	border: 1px solid #c5dde9;
}

#section {
	padding: 5px;
	font-size: 1.1em;
}

#address {
	margin: 0 10px 10px 10px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
	background-color: #dde9ef;
	border: 1px solid #c5dde9;
}




/* フッター */

.pagetop {
	clear: both;
	margin: 10px 0;
	font-size: 0.9em;
	text-align: right;
}

#footer {
	font-size: 0.9em;
}

.footer_menu01 {
}

.footer_menu01 li {
	display: inline;
	padding-left: 1em;
	background: #ffffff url("/img/common/icon_footer.gif") no-repeat 0 50%;
}

.footer_menu02 {
}

.footer_menu02 li {
	display: inline;
	padding-left: 1em;
	background: #ffffff url("../img/common/icon_footer.gif") no-repeat 0 50%;
}

#copyright {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #666;
}



.cb{
  clear: both;
margin-bottom:20px;
}


/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}

form.sent table{
display:none;
}
.sent .formInner{
display:none;
}

form.sent .formInner{
display:none;
}

.sentout_message{
display: none;
}
form.sent .sentout_message{
display: block;
}

div.wpcf7-response-output {
	color: red;
font-weight:bold;
font-size:120%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
	font-size:1rem;
	color : #000;
    width: 100%;
}
/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
.pc {
  display: block;
}

.sp {
  display: none;
}
@media (max-width: 960px) {

  section {
    width: 90%;
    margin: 0 auto;
  }

.waku{
  width: 80%;
  border: 1px #000000 solid;
}
.waku td {
    text-align: left;

}
  /* pc-sp switch sp 
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
*/
}



