@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　見出し・画像　*/

.pic-left {
	text-align:center;
	float: none;
}

.pic-left img{
	width:94%;
	height:auto;
}

/*　見出し・画像　*/

.midashi1 {
	font-size: 23px;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background-image: url(../img/midashi1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.midashi11 {
	font-size: 28px;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background-image: url(../img/midashi1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 540px;
}


.midashi2 {
	font-size: 16px;
	font-weight: bold;
	color: #6A1919;
	margin-bottom: 20px;
}

.midashi3 {
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 12px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #600;
	font-weight: bold;

}


/*　ヘッダー　*/


header {
	background-color: #FFF;
	overflow: hidden;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FABE00;
}

.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}


.header_logo {
	float: none;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;

    text-align: center;
}

.header_logo img{
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.toph1 {
	display: none;
}

.main_imgb {
	background-color: #FFF;
}

.main_imgc {
	width: 100%;
	background-image: url(../img/main_imgback-sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 40%;
	padding-bottom: 10%;
}

.main_img{
	display: none;
}



/*　メイン　*/

.main1 {
	background-color: #FABE00;
	width: 80%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding: 4%;
}

.main1 h2 img{
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}

.main1_jmp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main1_jmp img{
	width:100%;
	height:auto;
}

.main2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.main2 h2 {
	margin-bottom: 30px;
	margin-left: auto;
	width: 70%;
	margin-right: auto;
}

.main2 h2 img{
	width:100%;
	height:auto;
}

.main2_c {
  text-align: center;
}

.main2_c li{
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.main2_c li img{
	width:100%;
	height:auto;
}

.main2_p {
	background-color: #FFF;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main2_p a{
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.main2_p a:hover{
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

.main2_more {
	float: right;
	width: 40%;
	margin-bottom: 50px;
	padding-top: 20px;
}

.main2_more img{
	width:100%;
	height:auto;
}

.main3 {
	background-color: #FABE00;
	padding-top: 52px;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.main3 h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: bold;
}
.main3 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FF0000;
  border-radius: 2px;
}

.balloon{
	position: relative;
	background-color: #FFFFFF;
	display: inline-block;
	float: right;
	border-radius: 10px;
	width: 65%;
	padding: 15px;
}

.balloon p{
	font-size: 18px;
	font-weight: bold;
	color: #64402E;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
	padding-left: 12px;
	padding-top: 5px;
}

.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.main3_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.main3_p {
	float: left;
	width: 20%;
}

.main3_p img{
	width:100%;
	height:auto;
}

.main3_txt {
	font-size: 18px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 35px;
}

.txt16 {
	font-size: 16px;
}

.txt17 {
	font-size: 17px;
}

.txt18 {
	font-size: 18px;
}


.main4 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main4_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main4_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	overflow: hidden;
}

.main4_c2 {
	float: none;
	width: 80%;
	margin-top: 60%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8%;
	padding-right: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
}

.main4_m {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main4_m img{
	width:100%;
	height:auto;
}

.main4_1 {
	margin-bottom: 50px;
}

.main4_m2 {
	font-size: 20px;
	color: #F00;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FABE00;
	margin-bottom: 25px;
}

.main4_2 {
	font-size: 16px;
}

.main4_2 a{
	color: #000;
	text-decoration: underline;
}

.pagetop {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.pagetop img{
	float: right;
	padding-right: 20px;
}

footer {
	color: #D7D2CE;

	padding-bottom: 20px;
	background-image: url(../img/gaikan0.jpg);
	background-repeat: repeat;
	background-size: cover;

}

.footer_cont {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	overflow: hidden;
}

.footer_logo {
	margin-bottom: 36px;
	float: none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.footer_logo img{
	width:100%;
	height:auto;
}

.footer_nav {
	font-size: 19px;
	width: 45%;
	float: right;
	padding-top: 10px;
}

.footer_nav li{
	float: right;
	margin-left: 25px;
}

.footer_nav a{
	color: #FFF;
	text-decoration: none;
}

.footer_nav a:hover{
	color: #E6E6E6;
	text-decoration: underline;
}

.footer_1 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 70px;
}

.copyright {
	text-align: center;
	font-size: 12px;
	color: #97705D;
}

/*　中ページ　*/


.page_cont {
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: #FFF;
}

.page_in {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.page_title {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

.page_title img{
	width:100%;
	height:auto;
}

.menu_m {
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FABE00;
}

.menu_m h4 {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

.menu_t {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.menu_t th{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 10px;
}

.menu_t td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: right;
	width: 20%;
	padding-right: 10px;
	vertical-align: bottom;
}

.menu_sub {
	font-size: 12px;
}

.menu_cont {
	clear: both;
	margin-bottom: 70px;
	overflow: hidden;
}

.menu_c1 {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.menu_c1 img{
	width:100%;
	height:auto;
}

.menu_c2 {
	float: none;
	width: 100%;
}

.menu_c3 {
	float: none;
	width: 100%;
	margin-bottom: 70px;
}

.menu_c4 {
	float: none;
	width: 100%;
	text-align: center;
}

.menu_c4 a{
	color:#000;
}

.menu_c4 img{
	width:100%;
	height:auto;
}

.menu_sp {
	color: #F00;
}

.menu_plus {
	font-size: 14px;
}

.map {
	border: 8px solid #331500;
	clear: both;
}

.acc_name {
	width: 50%;
	float: none;
	margin-bottom: 20px;
}

.acc_name img{
	width:100%;
	height:auto;
}

.acc_info {
	float: none;
	width: 100%;
	margin-bottom: 50px;
}

.acc_info table{
	width: 100%;

}

.acc_info table th {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FABE00;
	text-align: left;
	width: 90px;
}

.acc_info table td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FABE00;

}

.acc_info table a{
	color:#000;
}
.tenpo {
	margin-bottom: 30px;
	clear: both;
	text-align:center;
}
.tenpo li {
	display:inline-block;
	width:100%;
	margin:0 0 26px;
}
.tenpo li img{
	width:100%;
	height:auto;
}
}
