/*default clear設定*/

@font-face {
    font-family: 'shingo_L';
    src: url('/statics/font/A-OTF-ShinGoPro-Light.otf') format('truetype');
}
@font-face {
    font-family: 'shingo_M';
    src: url('/statics/font/A-OTF-ShinGoPro-Medium.otf') format('truetype');
}

ul, menu, dir {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-before: 0em;
	-webkit-padding-after: 0em;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
p {
display: block;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
fieldset{
	border:none;
}
hr {
	display: none;
}
img {
	border: 0px;	
}
p {
	padding: 0;
	margin: 0;
}
table {
display: table;
border-collapse: collapse;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
}
 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  cursor: pointer;
  }
img {
vertical-align: bottom;
}
/*a href css*/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
a {
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.bold {
	font-weight: bold;
}
.txtrd {
	color: #F10004;
}
.txtgr {
	color: #008A1F;
}

.txts {
	font-size: small;
}
.txtm {
	font-size: medium;
}
.txtL {
	font-size: large;
}
.txtLL {
	font-size: x-large;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/*--------------------------
body
---------------------------*/
body , html {
    height: 100%;
}
body {
	border: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: "shingo_L";
	font-size: medium;
}

.pc {
	display: block;
}
.smp {
	display: none;
}

@media screen and (max-width: 736px) {
   /* 表示領域が736px以下の場合に適用するスタイル */
.pc {
	display: none;
}
.smp {
	display: block;
}

}

/*--------------------------
h1,h2,h3,h4
---------------------------*/

h1 {
	font-size: 1em;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-weight: nomal;
}
h2 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	text-align: center;
	font-family: shingo_L;
	font-size: xx-large;
	margin-bottom: 30px;
}
h3 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	text-align: center;
}
h4 {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
	text-align: center;
}

/*--------------------------
TOPページ
---------------------------*/

section {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 2%;
	padding-right: 2%;
}

header {
width: 100%;
margin: 0;
padding-top: 40px;
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
height: 800px;
position: relative;
background-color: #F8F6E7;
background-image: url("/statics/images/bg.png");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
header section {
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
padding: 0;
}
header h1 {
margin-left: auto;
margin-right: auto;
max-width: 600px;
margin-bottom: 20px;
}
header h1 img {
width: 100%;
height: auto;
}
header .sub_logo {
margin-left: auto;
margin-right: auto;
width: 90%;
}
header .sub_logo img {
width: 100%;
height: auto;
}
header .bg2 {
width: 30%;
max-width: 600px;
position: absolute;
bottom: 0px;
right: 30px;
}
header .bg2 img {
width: 100%;
height: auto;
}
header .button_area {
position: absolute;
left: 0px;
bottom: 0px;
}

article.concept {
}
article.concept section {
padding-top: 50px;
}
article.concept div {
}

article.detail {
	background-color: #f8f8f8;
}
article.detail iframe {
	margin-bottom: 30px;
}
article.hotel .comment {
	margin-bottom: 30px;
}
article.event {
	background-color: #f8f8f8;
}
article.event .comment {
	margin-bottom: 30px;
}
article .tour img {
    margin: 0;
	padding: 0;
	vertical-align: bottom;
}
footer {
	background-color: #c7000b;
}
footer .comment {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
footer section .button_area {
}
footer section .button_area .button {
	color: #0098DB;
	background-color: #FFFFFF;
}
footer section .button_area .button:hover {
	background-color: #E4E4E4;
}
footer .copyright {
	color: #FFFFFF;
	text-align: center;
	font-size: small;
}
footer section {
	padding-bottom: 10px;
}
@media only screen
 and (min-device-width: 768px)
 and (max-device-width: 1024px) {

header {
	height: 800px;
	background-position: left bottom;
	background-attachment: scroll;
	background-size: 100% auto;
}

}
@media screen and (max-width: 767px) {
   /* 表示領域が736px以下の場合に適用するスタイル */

header {
width: 100%;
height: 430px;
background-position: center center;
background-attachment: scroll;
background-size: 120% auto;
}
header section {
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
padding: 0;
}
header h1 {
margin-left: auto;
margin-right: auto;
max-width: 96%;
margin-bottom: 20px;
}
header .sub_logo {
margin-left: auto;
margin-right: auto;
width: 90%;
}
header .bg2 {
width: 60%;
bottom: 0px;
right: 0px;
}
header .button_area {
position: absolute;
left: 0px;
bottom: 0px;
}
header .button_area {
	bottom: 10px;
}
article.concept {
}
article.concept h2 {
font-size: x-large;
}
article.concept section {
padding-top: 50px;
}

}

/*--------------------------
フォーム
---------------------------*/
header.form {
	height: 230px;
	background-size: auto auto;
}
header.form section {
max-width: 100%;
}
header.form .badge {
width: 15%;
position: absolute;
top: 10px;
right: 2%;
}
header.form h1 {
text-align: center;
width: 80%;
max-width: 450px;
}
header.form h1 img {
	width: 100%;
	height: auto;
}
header.form .badge img {
	width: 100%;
	height: auto;
}
header.form h1 img {
	width: 100%;
	height: auto;
}

.table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-size: small;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .tr {
	display: table;
	width: 100%;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .tr .th {
	width: 25%;
	padding: 2%;
	display: table-cell;
	vertical-align: middle;
	background-color: #f2f2f2;
	border-right: 1px solid #E7E7E7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .tr .td {
	width: 75%;
	padding: 2%;
	display: table-cell;
	vertical-align: middle;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table .field {
	border: 1px solid #bdbdbd;
	background: #ffffff;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table .s {
   width:20%;
}
.table .m {
   width:30%;
   }
.table .l {
   width:50%;
 }
.table .xl {
   width:100%;
 }
.table .area {
   width:100%;
   height: 7em;
   line-height: 1.5em;
}
.alert {
	font-size: x-small;
	color: #FF3E41;
}
@media only screen
 and (min-device-width: 768px)
 and (max-device-width: 1024px) {

header.form {
	height: 230px;
	background-position: left bottom;
	background-attachment: scroll;
	background-size: 100% auto;
}

}
@media screen and (max-width: 767px) {
   /* 表示領域が736px以下の場合に適用するスタイル */
header.form {
    height: 170px;
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
}

header.form .badge {
	width: 35%;
}
header.form .badge img {
	width: 100%;
	height: auto;
}
header.form h1 {
}
header.form h1 img {
	width: 100%;
	height: auto;
}

.table .tr .th {
	width: 100%;
	display: block;
}
.table .tr .td {
	width: 100%;
	display: block;
}
.table .m {
   width:50%;
}
.table .l {
   width:100%;
 }

}


/*--------------------------
ボタン共通
---------------------------*/

.button_area {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

/*リンク系ボタン*/
.button_area .button {
	background-color: #E31414;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	text-decoration: none;
	border-radius: 3px;
	border-style: none;
	width: 500px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.button_area .button:hover {
	background-color: #F75454;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/*フォーム系ボタン*/
.submit-button {
	background-color: #c50101;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 20px;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 1%;
	min-width: 45%;
	border-radius: 5px;
	border-style: none;
}
.submit-button:hover {
background-color: #960000;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.reset-button {
	border: 1px solid #BBBBBB;
	background-color: #a3a3a3;
	color: #ffffff;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 1%;
	border-radius: 5px;
   }
.reset-button:hover {
background-color: #939393;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
   }
   
@media screen and (max-width: 736px) {
   /* 表示領域が736px以下の場合に適用するスタイル */
.button_area .button {
	width: 86%;
}

}


/*--------------------------
GoTOPボタン
---------------------------*/
.gotop {
	position: fixed;
	right: 0px;
	bottom: 20px;
}
.gotop a {
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #E6010E;
	width: 70px;
	font-size: small;
	text-decoration: none;
}
.gotop a:hover {
	background-color: #F6404A;
}


/*--------------------------
プロフィールシート、フォーカスディスカッション
---------------------------*/
article.profielsheet {
	background-color: #f8f8f8;
	padding-top: 30px;
}
article.focusdiscussion {
	background-color: #FFFFFF;
	padding-top: 30px;
}
article.focusdiscussion .link {
	text-align: center;
	margin-bottom: 20px;
}
article.focusdiscussion .link a {
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	border-radius: 5px;
	padding-left: 30px;
	background-color: #006ABC;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}
article.focusdiscussion .link a:hover {
	background-color: #338CD1;
}
article.medama .title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 70%;
	max-width: 400px;
	color: #FFFFFF;
	background-color: #006ABC;
	border-radius: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: large;
	font-weight: bold;
	margin-bottom: 20px;
}
article.medama .comment {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 800px;
}
article.medama .comment p {
	margin-bottom: 20px;
}
article.medama .index {
	text-align: center;
	margin-bottom: 20px;
	font-size: x-large;
	padding-top: 30px;
}
article.medama .button_area .button {
	background-color: #006ABC;
}
article.medama .button_area .button:hover {
	background-color: #2284d0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.comment.use p {
	margin-bottom: 10px;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    line-height: 1.6em;
}
.comment.use p span.step {
	font-size: large;
	font-weight: bold;
	color: #006ABC;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.comment.use p span.caution {
	font-size: small;
}
