@charset "UTF-8";

/*PC用表示*/
html.body{ width:100%;
	min-width:1440px;
}

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
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;
}
/*------------------------------------------------------------
	メアドスパム対策
------------------------------------------------------------*/
.no-spam {
    display: none;
}
/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf {
	zoom: 1;
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
body{
/*font-family:'Century Gothic', 'Futura', "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:16px;
	line-height:1.8em;
	color:#444444;
}
.bold{
	font-weight: bold;
}
.fsize_large{
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.fsize_small{
	font-size: 0.85em;
	line-height: 1.4em;
}
.s18{
	font-size: 18px;
	line-height: 1.8em;
}
.s12{
	font-size: 12px;
}

h2{
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
}


h3{
	font-weight: bold;
	font-size: 28px;
	line-height: 43px;
	margin-bottom: 15px;
	text-align: left;
}
/*------------------------------------------------------------
	フォントカラー
------------------------------------------------------------*/
.Fcoloer_green{
	color: #23ac38;
}
.Fcoloer_orange{
	color: #ea5413;
}

/*------------------------------------------------------------
	背景
------------------------------------------------------------*/
.bg_pealorange{
	background-color: #f9dcc5;
}
.bg_pealgreen{
	background-color: #f2f6da;
}
.bg_orange{
	background-color: #ea5413;
}
.bg_green{
	background-color: #23ac38;
}
/*------------------------------------------------------------
	基本フォントリンク
------------------------------------------------------------*/
.boldred{
	font-weight: bold;
	color: red;
}
.redatention{
	font-size: 0.7em;
	font-weight: bold;
	color: red;
}
.atention{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
	padding-top: 10px;
}
a:link { 
	color: #444444; 
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ea5413;/*基準濃いオレンジ*/
}
a:hover {
	color: #ea5413;/*基準濃いオレンジ*/
}
a:active {
	color: #ea5413;/*基準濃いオレンジ*/
	}


/*----------配置----------*/

.left{
	float: left;
}
.right{
	float: right;
}
.tcenter{
 text-align: center	
}
.tright{
	text-align: right;
}
.blockcenter{
	margin: 0 auto;
}


/*------------段落---------------*/
.wspace3em{
	padding-top: 5em;
	padding-bottom: 3em;
}
.wspace2em{
	padding-top: 2em;
	padding-bottom: 2em;
}
.wspace_pt5em{
	padding-top: 5em;
}
.wspace_pb5em{
	padding-bottom: 5em;
}
.wspace_mt3em{
	margin-top: 3em;
}

.wspace_mt1em{
	margin-top: 1em;
}

.wspace_pt8em{
	padding-top: 8em;
}

.wspace_mb2em{
	margin-bottom: 2em;
}
.wspace_mb1em{
	margin-bottom: 1em;
}
.wspace_mb5em{
	margin-bottom: 5em;
}

.wspace_mt2em{
	padding-top: 2em;
}
.wspace_pt3em{
	padding-top: 3em;
}
.wspace_pt6em{
	padding-top: 6em;
}
/*------------------------------------------------------------
	画像の切り替え
------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 620px){
.pc { display: none !important; }
.sp { display: block !important; }
}


/*------------------------------------------------------------
	ページスクロール
------------------------------------------------------------*/

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background-color: rgba(235,142,1,1.00);/*オレンジ*/
  opacity: .8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #fff;
}
.scroll-top:hover {
  cursor: pointer;
}

/*------------------------------------------------------------
	youtubeレスポンシブ
------------------------------------------------------------*/
.youtube_umekomi {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_umekomi iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
	googlemapレスポンシブ
------------------------------------------------------------*/
/* Google Mapを囲う要素 */
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	aspect-ratio: 16/9; /*アスペクト比（縦横比）を指定*/
}


/*------------------------------------------------------------
	アニメーションcss　カスタマイズ 
------------------------------------------------------------*/

/*--2回繰り返す--*/
.iteration-count02 {/*--アニメーション名・時間省略--*/
	animation-iteration-count: 2; /*--実行回数--*/
}