@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ ゴシック", "MS Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
	background-color: #E6C90F;
}

body { -webkit-text-size-adjust: none; }

#c {
	clear: both;
}

.m_t_10 {
	margin-top: 10px;
}

.m_t_20 {
	margin-top: 20px;
}

.m_t_40 {
	margin-top: 40px;
}

#none {
	display: none;
}

#main {
	width: 100%;
	margin: 20px 0 0 0 ;
}

/*fade in */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* mh改行を生かす */
.brnew {
	display: none;
}

.text {
	text-align: center;
	width: auto;
	padding-left:40px;
	padding-right:40px;
	font-size: 60%;
}

.textmidashi {
	text-align: center;
	width: auto;
	padding-left:40px;
	padding-right:40px;
}

.photo {
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}

.photo img {
	width: 156px;
}

/* ↑ */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 2 0px 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: 0.5	;

}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}


/* top image --*/

#obi {
	width: auto;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-family: 'Saira Condensed', sans-serif;
	font-weight: 700;
	font-size: 150%;
}

#obi a {
	color: #000;
	text-decoration: none;
}

#mainimage img {
	width: 100%;
	height: auto;
}

/* 見出し */
.obi_textbox_bg_none {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin-bottom: 20px;
	font-family: 'Saira Condensed', sans-serif;
	font-weight: 500;
	font-size: 150%;
}

.border_b {
	border-bottom: solid 1px #000;
}



.box3_text_midashi {
	text-align: justify;
	font-size: 20px;
	color: #4870AE;
	line-height: 1.3em;
	padding: 0px 10px;
}

.box3_text_midashi_midori {
	text-align: justify;
	font-size: 20px;
	color: #2DA13E;
	line-height: 1.3em;
	padding: 0px 10px;
}

.box3_text {
	text-align: justify;
	font-size: 13px;
	padding: 0px 10px;
}

.box4_text {
	margin-top: 20px;
	padding: 10px;
	border: solid 3px #80DC8E;
}



/* mail form */

.tb-cell {
  display: table;
  width: 300px;
  margin: 40px auto 40px auto;
  text-align: left;
font-family: 'Saira Condensed', sans-serif;

}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  color: #000;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 100px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 200px;
}
.mail-form .row .cell {
  padding: 5px;
}
.mail-form .row .cell:nth-child(1) {
  background: #;
}
.mail-form .row .cell:nth-child(2) {
  background: #;
}
input[type="text"],
input[type="email"] {
  height: 30px;
  font-size: 16px;
}
textarea {
  height: 100px;
  font-size: 16px;
}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
  background: #000;
}
button[type="reset"] {
  background: none;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #000;
}
button[type="reset"]:hover {
  text-decoration: underline;
}
.msg {
  margin: 50px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
.tb-cell {
  width: 600px;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  color: #000;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 200px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 600px;
}
input[type="text"],
input[type="email"] {
  width: 300px;
}
textarea {
  width: 480px;
}
/* ** */}



/* スマホだけに適用するCSS------------------------- */
@media screen and ( max-width:600px )
{

#obi {
	width: auto;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-family: 'Saira Condensed', sans-serif;
	font-weight: 700;
	font-size: 150%;
}

	
.photo img {
	width: 140px;
}
	
/* 改行をなくす */
.brde {
	display: none;
}

/* 改行を生かす */
.brnew {
	display: inline;
}
	
#main {
	position: absolute;
	margin: 0;
	top: 52px;
}

.text {
	text-align: justify;
	width: auto;
	padding-left:35px;
	padding-right:35px;
}

#none {
	display: inline;
}
	
#mpnone {
	display: none;
}

#mptop {
	z-index: 999;
	position: fixed;
	height: 52px;
	width: 266px;
}

/* 2カラム */
.box2 {
	font-size: 13px;
	width: auto;
	padding-left:20px;
	padding-right:20px;
}
	
.one2c {
  width: 100%;
  margin: 0 0 0 0;
}
.two2c {
  width: 100%;
  margin: 20px 0 0 0;
}
	
/* 3カラム */
	
.box3 {
  margin-right: 0;
}

.cell {
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}

.cellme {
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}
	
/* footer */

#footer {
	background-color: #2DA13E;
	margin-top: 40px;
	height: 100px;
	padding: 20px 0px 0px 20px;
	color: #B3E9BB;
	font-size: 10pt;
}

/* table */
	.tabletext {
		font-size: 13px;
	}

/* テーブル2つを一つに */

    .table2c { margin: 0 -10px; }
    .table2c th,
    .table2c td{
    width: 100%;
    display: block;
    border-top: none;
    }


	
/* water */

.text_midashi_water {
	line-height: 1.3em;
	color: #3870B3;	
}

.water_padding {
	padding: 10px;
}

.water_text {
	font-size: 13pt;
	width: auto;
	padding-left:20px;
	padding-right:20px;
}
	
}