@charset "utf-8";


/*-----------------------------------------------------
	reset
-----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-size: 16px;
	line-height: 1.8;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",-apple-system BlinkMacSystemFont,system-ui,sans-serif;
	padding:0;
	margin: 0;
	background: url(../img/bg.png);
	color:#333;
}

p{
	margin: 0 0 30px 0;
}

img{
	vertical-align: bottom;
}
.img-center{
	text-align:center;
	margin:40px auto;
}


h1{
}

h2{
}

h3{
}
h4{
	
}

hr{
	height: 1px;
	border: none;
	border-top: 1px dashed #eeeeee;
	margin:10px 30px 20px;
}

strong{font-weight:bold;}

/*-----------------------------------------------------
	フォーム
-----------------------------------------------------*/
p.required{margin:20px 0 10px;}

input[type="text"],
input[type="email"],
input[type="checkbox"],
input[type="radio"],
input[type="password"],
input[type="url"],
input[type="tel"],
textarea,
select{
     font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
     }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
select{
    border: 1px solid #e8e8e8;
    height: 34px;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: none;
	font-size:16px;
	width:100%;
	
}

textarea{
 border: 1px solid #e8e8e8;
    min-height: 80px;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: none;
	font-size:16px;
	width:100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus{
     border: 1px solid #a98140 !important;
    height: 34px;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: none;
}



input[type="checkbox"],
input[type="radio"]{
     margin:3px 5px 3px 0;
     padding:2px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}

.entry-content select{padding:2px;margin:3px 5px 3px 0;}
#loginform label{margin-right:0;}

input[type="checkbox"]{margin-right:5px;}

input[type="submit"]{
     box-shadow:none;
     background:#ff9900;
     margin:20px auto;
     font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
	 color:#fff;
	 padding:20px 80px;
	 font-size:16px;
     }
	 
input[type="submit"]:hover{

background:#666;
color:#fff;
     
     }

input,textarea{
     line-height:1.6;
}
input[type="checkbox"]{
     margin:0;
     padding: 0;
     }
span.wpcf7-list-item{margin:0}



/* ---------------------------------------------------------
floatクリア
--------------------------------------------------------- */

span.clear {
     height: 1px;
     margin: 0;
     padding: 0;
     font-size: 1px;
     line-height: 1px;
     display: block;
     clear: both;
}
.clear {
     height: 1px;
     margin: 0;
     padding: 0;
     font-size: 1px;
     line-height: 1px;
     display: block;
     clear: both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/*---------------------------------
               font
---------------------------------*/
.fnt10{font-size:10px}
.fnt11{font-size:11px}
.fnt12{font-size:12px}
.fnt13{font-size:13px}
.fnt14{font-size:14px}
.fnt16{font-size:16px}
.fnt18{font-size:18px}
.fnt20{font-size:20px}
.fnt22{font-size:22px}
.fnt24{font-size:24px}
.fnt26{font-size:26px}
.fnt28{font-size:28px}
.fnt30{font-size:30px}
.fnt32{font-size:32px}
.fnt34{font-size:34px}
.fnt36{font-size:36px}


.bold{font-weight:bold;}
.under{border-bottom:1px solid;}
.italic{font-style:italic;}
.mark{background:#ffff00}

.sukima{line-height:0}
.hissu{font-size:10px;font-weight:normal;color:#ff0000}

.fbig{font-size:188%;line-height:1.4;font-weight:bold;}



	
	

.btn a{
	width:60%;
	margin:30px auto;
background-color: #f7a825;
    box-shadow: 0 8px 0 #f29600;
    text-shadow: 0px -2px #f29600;
    position: relative;
    padding: 25px 40px;
    border-radius: 5px;
    font-size: 180%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
	text-align:center;
}

.btn a:hover{
	position:relative;top:1px;left:1px;
background-color: #f7a825;
    text-shadow: 0px -2px #f29600;
    position: relative;
    padding: 25px 40px;
    border-radius: 5px;
    font-size: 180%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    /* display: block; */
	top: 8px;
	box-shadow: none;
	color:#fff;
}


/*画像マウスオーバー*/

a img { transition: 0.5s;}
a img:hover {opacity: 0.6;transition: 0.5s;}




/*---------------------------------
               color
---------------------------------*/
.red{color:#e32a17;}
.red2{color:#cc0000;}
.orange{color:#ff9900;}
.orange2{color:#ff3300;}
.white{color:#fff;}
.gray{color:#999;}
.green{color:#009966;}
.blue{color:#2cb0ea;}
.pink{color:#ff5b9d;}


.bg_gray{background:#eee;}
.bg_baige{background:#f4f0e4;}
.bg_pink{background:#ffdfdf}
.bg_white{background:#fff}

/*---------------------------------
               align
---------------------------------*/
.text_right{text-align:right !important ;}
.text_left{text-align:left !important;}
.text_center{text-align:center !important;}

/*---------------------------------
               float
---------------------------------*/
.flt_r{float:right;}
.flt_l{float:left;}

img.flt_r{
	margin-left:10px;
	margin-bottom:10px;
}

img.flt_l{
	margin-right:10px;
	margin-bottom:10px;
}


/*----------------------------------
               margin
----------------------------------*/
.mt0{margin-top:0px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}

.mb0{margin-bottom:0px}
.mb2{margin-bottom:2px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}

.mr0{margin-right:0px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}

.ml0{margin-left:0px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}

.pd10{padding:10px;}
.pd20{padding:20px;}
.pd30{padding:30px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.SPnone{display:block;}
.PCnone{display:none;}

/* ----------------------------------------------------------------------

 Youtubeやvimeoをレスポンシブ対応に

---------------------------------------------------------------------- */
.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	width:80%;
    height: 0;
    overflow: hidden;
	margin:0 auto 80px;
}
 
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


	
/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

@media only screen and (max-device-width: 640px) {
	
	
.SPnone{display:none;}
.PCnone{display:block;}

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  width:100%; position:relative;
  color:#333;
}

img{
	max-width:100%;
}
	
	*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
}
