@charset "UTF-8";
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

body {
  background: #fff;
  color: #000;
  font-size:16px;
  line-height: 1.6;
  font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-seriff;
}

a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
  color: #0000ff;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}


/* 共通設定 */

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	font-size: 16px;
	font-size: 1.6rem;  
  /* sets the default sizing to make sure nothing is actually 10px */
}

img {
  vertical-align: bottom;
}

.left {
	float:left;
}

.right {
	float:right;
}


/* 共通設定-文字関連 */

span.boldtext {
	font-weight:bold;
}

span.redtext {
	color: #cc3300;
	font-weight: bold;
}

article > section h2 {
	text-align:center;
}

/* 共通設定-フレーム */

header {
	background-color: #F4EADB;
}

  header .HeaderBg {
    width: 100%;
  }

  article > section.mainarea {
	  background:#fff;
  }
  
  article > section.mainarea h3 {
	padding: 0.5em;/*文字周りの余白*/
	margin: 15px 0;
	color: #333333;/*左線（実線 太さ 色）*/
	font-size: 110%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #258637;
	background-color: #F7FBEC;
  }

 article > section.mainarea .moviearea .movie {
  position:relative;
  width:100%;
  padding-top:56.25%;
  }
  article > section.mainarea .moviearea .movie iframe {
	position: absolute;
	top: 0;
	right: 1px;
	width: 100% !important;
	height: 100% !important;
	background: #fff;
  }
 

article > section.mainarea .naviarea a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: underline;
  padding: 14px 30px;
  color: #000;
}
article > section.mainarea .naviarea a:hover {
  text-decoration:none;
}
article > section.mainarea .naviarea a:first-child {
  border-top: 1px #ddd solid;
}

/* Arrows */
  article > section.mainarea .naviarea a.prev-link {
  background: url(../img/navi-arrow-prev.png) no-repeat 10px center;
  padding-left:50px;
}
  article > section.mainarea .naviarea a.next-link {
  background: url(../img/navi-arrow-next.png) no-repeat right 10px center;
  padding-right:50px;
}
  article > section.mainarea .naviarea a.prev-link,
  article > section.mainarea .naviarea a.next-link {
  background-size: 30px 30px;
}

  article > section.mainarea .btnarea {
	  text-align:center;
	  margin:0 auto;
	  padding:25px 0 10px;
  }
  
  article > section.mainarea .btnarea a.cta {
	display: block;
	margin: 20px auto;
	width: 80%;
	background-color: #19983C;/*背景色*/
	color: #FFF;/*文字色*/
	font-size: 1.6em;/*文字サイズ*/
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;/*字間*/
	padding: 1em;/*ボタン内の余白*/
	border-radius: 5px;/*角の丸み*/
	cursor: pointer;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
  }
 
  article > section.mainarea .btnarea a.cta,
  article > section.mainarea .btnarea a.cta::before,
  article > section.mainarea .btnarea a.cta::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
  
  article > section.mainarea .btnarea a.cta:hover{
	background-color: #62B105;
}

  article > section.mainarea .btnarea a.cta:active{
	  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
}

  article > section.textarea {
	  /*ここに設定追加*/
  }



  footer {
	width: 100%;
	background-color: #F4EADB;
	color: #CD853F;
	padding: 14px 0;
  }

  footer ul {
	  text-align:center;
  }

  footer ul li {
	  display:inline-block;
  }
  
  footer ul li a {
	color: #CD853F;
  }

  footer ul li a:hover {
	color: #CD853F;
	text-decoration: none;
  }

  footer p {
    text-align: center;
	font-size:70%;
  }



@media only screen and (max-width: 640px) {
  .PCBlk {
    display: none;
  }

  img {
    width: 100%;
  }

  header {
  }

  header .HeaderBg {
	  width:100%;
  }
  
  header .HeaderBg h1 {
	  margin:10px;
	  width:35%;
	  display:block;
	  float:left;
  }

  header .HeaderBg img.right {
	  margin:15px;
	  display:block;
	  width:25%;
  }

  article > section.mainarea {
	  padding-bottom:10px;
  }

  article > section.mainarea h2 {
	  padding:20px 0 10px;
  }

 article > section.mainarea .moviearea {
	 padding-bottom:20px;
 }

  article > section.textarea {
	  /*ここに設定追加*/
  }

  
  footer {
	  width:100%;
  }
  
  footer ul {
	  margin:0 auto;
  }

  footer ul li {
	  margin-right:20px;
  }
  
  footer ul li:last-child {
	  margin-right:0;
  }

  footer p {
    padding: 15px 0 0;
  }

}

@media only screen and (min-width: 641px) {
  .SPBlk {
    display: none;
  }
  
 #wrapper {
	  width:100%;
  }
  
  header {
	  width:100%;
  }

  header .HeaderBg {
	width:900px;
	margin:0 auto;
	padding:15px 0;
  }

  header .HeaderBg h1 {
	float:left;
  }

  main {
	  width:900px;
	  margin:0 auto;
	  padding:30px;
  }
  
  main > article {
	  /*width:940px;*/
	  margin:0 auto;
  }

  article > section.mainarea .moviearea {
	width: 640px;
	height: 360px;
	margin: 20px auto 30px;
  }

  article > section.mainarea .naviarea {
	width:800px;
	margin:0 auto;
    display: flex;
  }
  article > section.mainarea .naviarea a {
    flex: 1;
  }
  article > section.mainarea .naviarea a,
  article > section.mainarea .naviarea a:first-child {
    border: none;
  }
  article > section.mainarea .naviarea .next-link {
    text-align: right;
  }
  
  article > section.mainarea .btnarea a.cta {
	  display: block;
	  margin:10px auto 20px;
	  width:65%;
  }

  article > section.textarea {
	width: 640px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	  /*ここに設定追加*/
  }


  footer {
  }
  
  footer ul {
	  width:900px;
	  margin:10px auto 0;
  }

  footer ul li {
	  margin-right:20px;
  }
  
  footer ul li:last-child {
	  margin-right:0;
  }


  footer p {
    padding: 20px 0 0;
  }
}
span.font-red {
	color:#b00000;
}

span.bold {
	font-weight:bold;
}

span.underline {
	text-decoration:underline;
}
