﻿＠font-face { 
	font-display: swap; 
	font-family: 'M PLUS 1p', sans-serif;
}
body {
	line-height: 1;
	font-family: 'M PLUS 1p', sans-serif;
  	font-display:swap;
  	color: #34495e;
			  background-image: 
    /* 1枚目の背景画像のパス */
    url(../img/haikei_leftB.webp),
    /* 2枚目の背景画像のパス */
    url(../img/haikei_rightB.webp);

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left 20px center,
    /* 2枚目の背景画像の表示位置 */
    right 20px center;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    repeat-y,
    /* 2枚目の背景画像の設定 */
    repeat-y;

  background-size:
    /* 1、2枚目の背景画像の共通サイズ */
   5vw;
   overflow-x:hidden;
}

.title {
	margin:1.5% auto 5px 1.5%;
	width:150px;
	text-align:left;
  color: white;
}
.title img{
  transition-duration: .5s;
}
.title img:hover {
    -webkit-transform:translate(3px,3px);
    -moz-transform:translate(3px,3px);
    -ms-transform:translate(3px,3px);
    transform:translate(3px,3px)
  }
/*TOP情報　*/

img.logo-img {
  transition-duration: .5s;
}
  img.logo-img:hover {
    -webkit-transform:translate(3px,3px);
    -moz-transform:translate(3px,3px);
    -ms-transform:translate(3px,3px);
    transform:translate(3px,3px)
  }
.center_logo-img{
text-align: center;
  display: inline-block;
  width: 60%;
  }
  .center_logo-img img{
	  display:inline-block
  }


/*　パンくずリスト　*/
.pankuzu ul {
  width: 100%;
  margin: 0 0 12px 0;
  padding-top: 16px;
  padding-bottom: 6px;
  padding-left: 5.8%;
  
}

.pankuzu li{
  margin-right: 15px;
  display:inline-block;/*横に並ぶように*/
  list-style: none;
}
.pankuzu li a {
  position: relative;
}
.pankuzu li a:after{
content: "";
position: absolute;
top: 7px;
right: -29px;
border-style: solid;
border-color: transparent;
border-left-color: transparent;
border-left-color: #9ffaf4;
border-width: 7px 12px;
width: 0;
height: 0;
}

.pankuzu li a {
    display: inline-block;
    padding: 0 7px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    color:#3c7e7c;
	    text-shadow: 1px 1px 1px #fff;
    background:#9ffaf4;
    font-size: 13px;
    border-radius: 8px;
    transition: 0.3s;
}

.pankuzu li a:hover {
    transform: translateY(-3px);
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 1%;
	padding-right: 1%;
	text-align:center
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
.taiken-img {	
	text-align:center
	}
.taiken-img img{
	display:block;
	width:90%;
	max-width: 540px;
  margin: 0 auto;
}
h3 {line-height:30%}
#formWrap, .center{
	max-width:800px;
	width:80%;
	margin:0 auto;
	color:#555;
	line-height:130%;
	font-size:90%;
}
table.formTable{
	width:96%;
	max-width:650px;
	margin:0 auto;
	border-collapse:separate;
}
table.formTable td,table.formTable th{
	vertical-align:middle;
	height:30px;
border:solid #1aefba 1px; 
border-radius: 6px;
	padding:6px;
}
td input, td select{height:24px;
}
table.formTable th{
	text-align:center;
        width:30%;
	min-width:65px;
	font-weight:normal;
	background:#f2fcfb;
	text-align:left;
	font-weight:bold;
}
.jikan{text-align:center;}

.kgr{clear:both;
 height:35px;
   background-image:url(image/line.webp)}
.okotowari{
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

#footer { /*フッター*/
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */




/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media screen and (min-width: 690px) and (max-width: 954px){


.logo {
  margin-left: 3.5%;
  margin-bottom: 1.6rem;
}
  img.logo-img {
    padding-top: 2rem;
    width: 150px;
  }
  .center_logo-img img{
    padding-top: 2rem;
    width: 360px;
  }

}

@media screen and (min-width: 481px) and (max-width: 689px){

.logo {
  margin-left: 4%;
  padding-bottom: 1.2rem;
}

.gridContainer {
	width: 90%;
	max-width: 800px;
	padding-left: 2%;
	padding-right: 2%;
	margin: auto;
	text-align: center;
}

#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	font-size:90%;
}


}
@media only screen and (max-width: 480px) {
	
  boby{
	  			  background-image: 
    /* 1枚目の背景画像のパス */
    url(../img/haikei_leftB.webp),
    /* 2枚目の背景画像のパス */
    url(../img/haikei_rightB.webp);

		background-size:8vw;
}

  ul.main-nav li {
    list-style: none;
    display: block;
    line-height: 1.7rem;
    transition-duration: .9s;
  }

.logo {
  margin-left: 1.8%;
  padding-bottom: 1rem;
}
  img.logo-img {
    width: 80px;
    margin-top: 1.6rem;
  }
  .center_logo-img img{
    padding-top: 1.5rem;
    width: 250px;
  }
.gridContainer {
	width: 98%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#formWrap {
	width:98%;
	margin:0 1%;
	color:#555;
	font-size:90%;
}
table.formTable th{
　　width:30%;
	padding:2px;
}

}