@charset "UTF-8";

/*	reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

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

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

img {
	border:0;
	vertical-align:bottom;
}

.center {
	text-align: center;
}

.none { display: none; }

a {

}

a:hover {

}

@media screen and (max-width: 999px) {

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, .5);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .9);
}

}

/*	body
-------------------------------------------------------------------*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	position: relative;
	word-wrap: break-word;
}

.container {
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 1339px) {

.container {
	padding: 0 20px;
}

}

/*	transition
-------------------------------------------------------------------*/
header,
#page_header nav,
#page_header ul li,
header h1 img {
	transition: .3s;
}

#profile_link a,
#yamada_link li a {
	transition: .2s;
}


/*	header
-------------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 60px;
	background-color: #EA570F;
	border-bottom: dotted 1px #fff;
}

header h1 {
	position: absolute;
	top: 14px;
	left: 20px;
}

header h1 img {
	max-width: 50%;
}

#page_header {
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

#page_header nav {
	position: fixed;
	z-index: 9999;
	top: 16px;
	right: 20px;
}

#page_header ul li {
	display: inline;
	font-size: 18px;
	border-right: dotted 1px #fff;
}

#page_header ul li:last-child {
	border-right: dotted 0px #fff;
}

#page_header ul li a {
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
}

@media screen and (max-width: 1199px) {

#page_header ul li {
	font-size: 16px;
}

}

@media screen and (min-width: 1000px) {

.drawer-toggle,
#open,
#main_menu {
	display: none;
}

}

@media screen and (max-width: 999px) {

#page_header nav {
	display: none;
}

}

/*	top_img
-------------------------------------------------------------------*/

#top_img {
	margin-top: 60px;
	width: 100%;
	background: url(../img/top_img_back.jpg) center top no-repeat;
	background-size:cover;
	display: table;
}

#top_img p:nth-of-type(1) {
	display: table-cell;
	width: 48%;
	vertical-align: bottom;
	box-sizing: border-box;
	padding-left: 20px;
}

#top_img p:nth-of-type(1) img {
	max-width: 100%;
}

#top_img p:nth-of-type(2) {
	display: table-cell;
	width: 52%;
	vertical-align: middle;
	box-sizing: border-box;
	padding-right: 20px;
}

#top_img p:nth-of-type(2) img {
	max-width: 100%;
}

@media screen and (max-width: 1339px) {

#top_img p:nth-of-type(1) {
	padding-left: 0px;
}

#top_img p:nth-of-type(2) {
	padding-right: 0px;
}

}


/*	top_nishio
-------------------------------------------------------------------*/

#top_nishio h1 {
	padding: 100px 0 100px 0;
	text-align: center;
}

#top_nishio h1 img {
	max-width: 100%;
}

.top_nishio_suki {
	margin-bottom: 50px;
}

.top_nishio_suki dl {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.top_nishio_suki dl:nth-of-type(1) {
	padding-right: 15px;
}

.top_nishio_suki dl:nth-of-type(2) {
	padding-left: 15px;
}

.top_nishio_suki dl dt {
	height: 70px;
	background: url(../img/top_t_back.png) left bottom no-repeat;
	background-color: #F0820A;
	padding: 0 20px 0 64px;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
}

.top_nishio_suki dl dt span {
	display: block;
}

#nishio01 dt,
#nishio04 dt {
	padding-top: 8px;
}

#nishio02 dt,
#nishio03 dt {
	line-height: 70px;
}

.top_nishio_suki dl dd p:nth-of-type(1) {
	width: 31.5%;
	float: left;
	margin-top: 20px;
}

.top_nishio_suki dl dd p:nth-of-type(2) {
	width: 68.5%;
	float: right;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 16px;
}

.top_nishio_suki dl dd p:nth-of-type(1) img {
	max-width: 100%;
}

@media screen and (max-width: 1199px) {

.top_nishio_suki dl#nishio01 dt {
	font-size: 14px;
	padding-top: 14px;
}

}

@media screen and (max-width: 999px) {

.top_nishio_suki {
	margin-bottom: 0px;
}

.top_nishio_suki dl {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}

.top_nishio_suki dl:nth-of-type(1) {
	padding-right: 0px;
}

.top_nishio_suki dl:nth-of-type(2) {
	padding-left: 0px;
}

.top_nishio_suki dl dt {
	width: 100%;
	height: auto;
	min-height: 70px;
	display: table;
}

.top_nishio_suki dl dt p {
	display: table-cell;
	vertical-align: middle;
}

.top_nishio_suki dl#nishio01 dt {
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nishio04 dt {
	padding-top: 6px;
	padding-bottom: 6px;
}

#nishio02 dt,
#nishio03 dt {
	line-height: 1.6;
	padding-top: 6px;
	padding-bottom: 6px;
}

.top_nishio_suki dl dd p:nth-of-type(1) {
	width: 22%;
}

.top_nishio_suki dl dd p:nth-of-type(2) {
	width: 78%;
	padding-left: 20px;
	font-size: 16px;
}

}


@media screen and (max-width: 799px) {

#top_nishio h1 img {
	max-width: 80%;
}

}

@media screen and (max-width: 599px) {

.top_nishio_suki dl dt {
	background-size: 80px;
}

.top_nishio_suki dl#nishio01 dt {
	font-size: 14px;
}

.top_nishio_suki dl dt {
padding-left: 40px;
	font-size: 14px;
}

.top_nishio_suki dl dd p:nth-of-type(2) {
	font-size: 14px;
}

}


/*	top_profile
-------------------------------------------------------------------*/

#top_profile {
	padding-bottom: 60px;
}

#top_profile_right {
	width: 100%;
	float: right;
	margin-left: -360px;
	padding-left: 360px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#top_profile_left {
	width: 350px;
	float: left;
}

#top_profile_box {
	background: url(../img/top_profile_back.png) left top no-repeat;
	background-color: #eee;
	background-size: contain;
	display: table;
	padding-top: 20px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

#top_profile_img {
	width: 44.7%;
	box-sizing: border-box;
	padding-left: 40px;
	display: table-cell;
	vertical-align: bottom;
}

#top_profile_txt {
	width: 55.3%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 60px;
	padding-bottom: 30px;
	display: table-cell;
	vertical-align: bottom;
}

#top_profile_img img,
#top_profile_txt img {
	max-width: 100%;
}

#top_profile_txt p {
	font-size: 14px;
	padding-bottom: 30px;
}

#profile_link {
	text-align: right;
}

#profile_link a {
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	padding: 13px 43px 13px 20px;
	background: url(../img/list01.png) right 14px center no-repeat;
	background-color: #EA570F;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#profile_link a:hover {
	background-color: #F6AA09;
	background-position: right 8px center;
}

#top_profile_img2 {
	display: none;
}

#yamada_link {

}

#yamada_link li {
	width: 50%;
	box-sizing: border-box;
	float: none;
	list-style: none;
	margin: 0 auto;
}

#yamada_link li:nth-of-type(1) {
	padding-right: 10px;
}

#yamada_link li:nth-of-type(2) {
	padding-left: 10px;
}

#yamada_link li a {
	display: block;
	color: #fff;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	padding: 13px 43px 13px 20px;
	background: url(../img/list01.png) right 14px center no-repeat;
	background-color: #EA570F;
	text-decoration: none;
	font-size: 18px;
}

#yamada_link li a:hover {
	background-color: #F6AA09;
	background-position: right 8px center;
}

#yamada_fb {
	width: 340px;
	margin: 0 auto;
}

#ouen {
	text-align: center;
	font-size: 26px;
	padding: 40px 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}


@media screen and (max-width: 1199px) {

#profile_link a {
	font-size: 14px;
}

}

@media screen and (max-width: 999px) {

#top_profile_right {
	width: 100%;
	float: none;
	margin-left: 0px;
	padding-left: 0px;
}

#top_profile_left {
	width: 100%;
	float: none;
}

}

@media screen and (max-width: 599px) {

#top_profile_box {
	display: block;
	padding: 20px 20px 0 20px;
	margin-bottom: 10px;
}

#top_profile_img {
	width: 100%;
	padding-left: 0px;
	display: block;
	display: none;
}

#top_profile_txt {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}

#profile_link a {
	display: block;
}

#top_profile_txt #top_profile_img2 {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#profile_link {
	text-align: left;
}

#profile_link a {
	padding: 20px 43px 20px 20px;
	font-size: 18px;
}

#top_profile_img2 img {
	width: 50%;
}

#yamada_link li {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#yamada_link li:nth-of-type(1) {
	padding-right: 0px;
}

#yamada_link li:nth-of-type(2) {
	padding-left: 0px;
}

#ouen {
	font-size: 20px;
	padding: 30px 0px;
}

#ouen span {
	display: block;
}

}

/*	footer
-------------------------------------------------------------------*/

footer {
	padding: 30px 0;
	background-color: #EA570F;
	text-align: center;
}

footer h1 {
	color: #fff;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	letter-spacing: 3px;
}

footer p {
	color: #fff;
}

@media screen and (max-width: 599px) {

footer h1 {
	font-size: 26px;
	letter-spacing: 1px;
}

}

/*	page
-------------------------------------------------------------------*/

.page {
	padding-top: 60px;
}

.page h1 {
	height: 50px;
	background: url(../img/top_t_back.png) left bottom no-repeat;
	background-size: 100px;
	background-color: #F0820A;
	padding: 0 20px 0 64px;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	line-height: 50px;
	font-weight: bold;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom: 20px;
}

@media screen and (max-width: 599px) {

.page h1 {
	font-size: 18px;
	padding: 0 20px 0 46px;
}

}

/*	profile
-------------------------------------------------------------------*/

#profile_content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 400px;
	box-sizing: border-box;
	background: url(../img/profile_yamada.png) left top 60px no-repeat;
}

.profile01 {
	margin-bottom: 30px;
}

.profile01 dt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.profile01 dd {
	font-size: 14px;
}

#profile_list {
	border-collapse: collapse;
}

#profile_list th {
	padding: 5px 6px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#profile_list td {
	padding: 5px 6px;
	font-weight: normal;
	vertical-align: top;
}

#profile_list td span {
	margin-right: 1em;
}

@media screen and (max-width: 999px) {

#profile_content {
	padding-left: 0px;
	padding-top: 660px;
	background: url(../img/profile_yamada.png) center top 60px no-repeat;
}

}

@media screen and (max-width: 599px) {

#profile_content {
	background-size: 300px;
	padding-top: 560px;
}

.profile01 dt {
	font-size: 18px;
}

#profile_list {
	font-size: 12px;
}

#profile_list tr,
#profile_list td:nth-of-type(2) {
	display: block;
}

#profile_list th {
	width: 5em;
	padding: 0px 0px 2px 0px;
}

#profile_list td:nth-of-type(1) {
	text-align: left;
	padding: 0px 0px 2px 0px;
}

#profile_list td:nth-of-type(2) {
	padding: 0px 0px 15px 5em;
}

}

/*	support
-------------------------------------------------------------------*/

#sp_content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 400px;
	box-sizing: border-box;
	background: url(../img/sp_yamada.png) left top 60px no-repeat;
}

#sp_box {
	margin-bottom: 40px;
}

#sp_img {
	width: 200px;
	float: right;
}

#sp_txt {
	width: 100%;
	float: left;
	margin-right: -220px;
	padding-right: 220px;
	box-sizing: border-box;
}

#sp_txt p {
	font-size: 16px;
	margin-bottom: 20px;
}

#sp_form_txt {

}

#sp_form_txt span {
	color: #ff0000;
	margin-right: 0.5em;
	font-weight: bold;
}

@media screen and (max-width: 999px) {

#sp_content {
	padding-left: 0px;
	padding-bottom: 600px;
	background: url(../img/sp_yamada.png) center bottom -40px no-repeat;
}

}

@media screen and (max-width: 599px) {

#sp_content {
	background-size: 300px;
	padding-bottom: 500px;
}

#sp_img {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

#sp_txt {
	width: 100%;
	float: none;
	margin-right: 0px;
	padding-right: 0px;
}

#sp_img img {
	max-width: 100%;
}

}


/*	opinions
-------------------------------------------------------------------*/

#op_content {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 400px;
	box-sizing: border-box;
	background: url(../img/op_yamada.png) left top 60px no-repeat;
}

@media screen and (max-width: 999px) {

#op_content {
	padding-left: 0px;
	padding-bottom: 600px;
	background: url(../img/op_yamada.png) center bottom 0px no-repeat;
}

}

@media screen and (max-width: 599px) {

#op_content {
	background-size: 300px;
	padding-bottom: 540px;
}

}
/*	form
-------------------------------------------------------------------*/


.form {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

.form th {
	padding: 20px;
	font-weight: normal;
	border: 1px solid #ccc;
	border-right: 1px dotted #ccc;
	text-align: left;
	background-color: #f2f2f2;
	white-space: nowrap;
	box-sizing: border-box;
	width: 200px;
}

.form th span {
	margin-left: 0.5em;
	color: #ff0000;
	font-weight: bold;
}

.form td {
	padding: 20px;
	font-weight: normal;
	border: 1px solid #ccc;
	border-left: 1px dotted #ccc;
	box-sizing: border-box;
}

.form_txt,
.form_textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 4px;
	font-size: 16px;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(top, #fff, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: -ms-linear-gradient(top, #fff, #f2f2f2); /* IE */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

}

.form_textarea {
	height: 100px;
}

.form_btn {
	text-align: center;
	margin-top: 40px;
}

.form_btn input {
	color: #fff;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	padding: 13px 103px 13px 80px;
	background: url(../img/list01.png) right 14px center no-repeat;
	background-color: #EA570F;
	text-decoration: none;
	font-size: 18px;
	border: none;
}

.form_btn input:hover {
	background-color: #F6AA09;
	background-position: right 8px center;
}

@media screen and (max-width: 599px) {

.form th {
	padding: 10px;
	width: 100%;
	display: block;
	font-size: 14px;
	border: 0px solid #ccc;
}

.form td {
	width: 100%;
	display: block;
	padding: 4px 0px 20px 0px;
	border: 0px solid #ccc;
}

.form_txt,
.form_textarea {
	font-size: 20px;
}

.form_btn {
	margin-top: 0px;
}

.form_btn input {
	width: 100%;
}

}

/*	form php
-------------------------------------------------------------------*/

#form_content {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.form_ck {
	border: 1px dotted #ccc;
	padding: 20px;
}

.err_txt,
.ck_txt {
	margin-bottom: 20px;
}

.error_messe {
	color: #ff0000;
	margin-bottom: 6px;
}

#form_content .form_btn input {
	background: url(../img/---) right 14px center no-repeat;
	background-color: #EA570F;
}

#form_content .form_btn input:hover {
	background-color: #F6AA09;
}

#form_content .form_btn {
	margin-top: 20px;
}

#form_content .form_btn input {
	margin-top: 20px;
}

.form_table {
	border-collapse: collapse;
	width: 100%;
}

.form_table th {
	padding: 10px 0px;
	font-weight: normal;
	border-bottom: 1px dotted #91cb6f;
	text-align: left;
	width: 10em;
	white-space: nowrap;
	vertical-align: top;
}

.form_table td {
	padding: 10px 0px;
	font-weight: normal;
	border-bottom: 1px dotted #91cb6f;
	vertical-align: top;
}


/*	thanks
-------------------------------------------------------------------*/

.thanks {
	padding-top: 60px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#sp_thanks {
	padding-bottom: 500px;
	background: url(../img/sp_yamada.png) center bottom -60px no-repeat;
}

#op_thanks {
	padding-bottom: 600px;
	background: url(../img/op_yamada.png) center bottom 0px no-repeat;
}

@media screen and (max-width: 599px) {

#sp_thanks {
	background-size: 300px;
	padding-bottom: 400px;
}

#op_thanks {
	background-size: 300px;
	padding-bottom: 500px;
}

}


/*	top bn
-------------------------------------------------------------------*/

#bn {
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}

#bn ul {
	list-style: none;
	text-align: center;
}

#bn ul li {
	display: inline;
	margin: 0 10px;
}


/*	top news
-------------------------------------------------------------------*/

#top_news {
    position:relative;
	box-sizing: border-box;
	border: solid 1px #ccc;
	margin-top: 60px;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
    padding: 20px;
}

#top_news div {
    position:relative;
    width:100%;
    height:300px;
}

#top_news iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.fb-post {
	margin-bottom: 10px;
}


/*	news
-------------------------------------------------------------------*/

.news_page {
	min-height: 640px;
}

.detailText iframe{
  width: 100%;
  display: none;
}

.news_mov {
  display: none;
}
/*	clearfix
-------------------------------------------------------------------*/

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

.clear{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */