
@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  height: 100%;
}

body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
  color: #313131;
  background: #fff;
  height: 100%;
}

#contents_wrapper {
	width: 1000px;
	/*
	border: 1px solid #C9C9C9;
	*/
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

header {
  width: 100%;
  z-index: 1000;
  background: url(../img/header_bg.png);
  background-repeat: repeat-x;
}
header.fixed {
  position: fixed;
}
header #top_img {
  overflow: hidden;
}
header #top_img img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
header #header_innerwrapper {
  width: 1000px;
  height: 125px;
  margin: 0 auto;
}
header #header_innerwrapper.absolute {
  position: absolute;
}
header #header_innerwrapper #header_top {
  height: 30px;
  padding-top: 5px;
}
header #header_innerwrapper #header_top p {
  float: left;
  color: #fff;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
header #header_innerwrapper #header_top h1 {
  float: left;
  color: #fff;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
header #header_innerwrapper #header_top #logo_fujisoft {
  float: right;
  margin-top: 2px;
}
header #header_innerwrapper #header_main {
  position: relative;
}
header #header_innerwrapper #header_main #header_main_logo {
  float: left;
  margin-top: 18px;
}
header #header_innerwrapper #header_main #header_tel {
  float: right;
  margin-top: -6px;
}
header #header_innerwrapper #header_main #header_main_btnarea {
  position: absolute;
  top: 36px;
  right: 0;
}
header #header_innerwrapper #header_main #header_main_btnarea ul {
  list-style: none;
  padding: 0;
  margin: 4px 4px -4px 0;
  text-align: right;
}
header #header_innerwrapper #header_main #header_main_btnarea ul.thin li a {
  height: 24px;
}
header #header_innerwrapper #header_main #header_main_btnarea ul.thin li a.social {
  background: #fff;
  padding: 0;
}
header #header_innerwrapper #header_main #header_main_btnarea ul.thin li a img {
  margin: 0 8px 0 -5px;
}
header #header_innerwrapper #header_main #header_main_btnarea ul li {
  display: inline-block;
}
header #header_innerwrapper #header_main #header_main_btnarea ul li a {


	background: #FFF;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width: 110px;
	padding: 1px 10;

  border-radius: 2px;

  height: 38px;
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;

}

header #header_innerwrapper #header_main #header_main_btnarea ul li#inq a {


	background: #EB3;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width: 110px;
	padding: 1px 10;

  border-radius: 2px;

  height: 38px;
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;

}

header #header_innerwrapper #header_main #header_main_btnarea ul li a .title {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 38px;
  margin-right: 15px;
}
header #header_innerwrapper #header_main #header_main_btnarea ul li a .tel {
  display: block;
  float: left;
  line-height: 38px;
  font-size: 26px;
}

#nav_wrapper {
  width: 100%;
  background: url(../img/menu_bg.png);
  background-repeat: repeat-x;
  border-top: 1px solid #8C907B;
}
#nav_wrapper nav {
  width: 1000px;
  margin: 0 auto;
}
#nav_wrapper nav ul#nav_1 {
  list-style: none;
  height: 38px;
  width:1000px;
  margin: 0;
  padding: 0;
}
#nav_wrapper nav ul#nav_1 li {
  display: block;
  float: left;
　width:125px;	
  border-left: 1px solid #8C907B;
}
#nav_wrapper nav ul#nav_1 li:last-child {
  border-right: 1px solid #8C907B;
}
#nav_wrapper nav ul#nav_1 li:last-child a {
  width: 125px;
}
#nav_wrapper nav ul#nav_1 li.txt_small a {
  font-size: 12px;
  line-height: 1.2em;
  padding-top: 3px;
  height: 35px;
}
#nav_wrapper nav ul#nav_1 li a {
  display: block;
  height: 38px;
  width: 123px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","游明朝", YuMincho,"HGS明朝E","メイリオ","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#nav_wrapper nav ul#nav_2 {
	display: none;
	list-style: none;
	height: 70px;
	width: 1000px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	float: right;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWRlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ecedec));
	background: -moz-linear-gradient(#ffffff, #ecedec);
	background: -webkit-linear-gradient(#ffffff, #ecedec);
	background: linear-gradient(#ffffff, #ecedec);



  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFECEDEC');
}
#nav_wrapper nav ul#nav_2.visible {
  display: block;
}
#nav_wrapper nav ul#nav_2 li {
  display: inline-block;
  color: #7D8367;
  font-size: 13px;
  line-height: 1.4em;
  margin: 5px 0 0 20px;
}
#nav_wrapper nav ul#nav_2 li .bold {
  font-weight: bold;
}
#nav_wrapper nav ul#nav_2 li a {
  color: #7D8367;
}
#nav_wrapper nav ul#nav_2 li a.bg {
  color: #fff;
  background: #7D8367;
  padding: 0 5px;
  text-decoration: none;
}
#nav_wrapper nav ul#nav_2 li .caption {
  display: block;
  font-size: 10px;
  text-align: center;
  color: #313131;
  margin-top: 6px;
}
#nav_wrapper nav ul#nav_2 li .caption .bg {
  color: #fff;
  background: #7D8367;
  padding: 0 5px;
  margin: 0 3px;
  text-decoration: none;
}
#nav_wrapper nav ul#nav_2 li .caption .space {
  margin: 0 30px 0 42px;
}
#nav_wrapper nav ul#nav_2 li .caption.space_2 {
  margin-left: 130px;
}
#nav_wrapper nav ul#nav_3 {
  display: none;
  list-style: none;
  margin: 0 0 0 250px;
  padding: 0;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  float: left;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWRlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ecedec));
  background: -moz-linear-gradient(#ffffff, #ecedec);
  background: -webkit-linear-gradient(#ffffff, #ecedec);
  background: linear-gradient(#ffffff, #ecedec);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFECEDEC');
}
#nav_wrapper nav ul#nav_3.visible {
  display: block;
}
#nav_wrapper nav ul#nav_3 li {
  display: inline-block;
  color: #7D8367;
  font-size: 13px;
  line-height: 1.4em;
  margin: 10px 15px;
}
#nav_wrapper nav ul#nav_3 li .bold {
  font-weight: bold;
}
#nav_wrapper nav ul#nav_3 li a {
  color: #7D8367;
}
#nav_wrapper nav ul#nav_4 {
  display: none;
  list-style: none;
  margin: 0 0 0 625px;
  padding: 0;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  float: left;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWRlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ecedec));
  background: -moz-linear-gradient(#ffffff, #ecedec);
  background: -webkit-linear-gradient(#ffffff, #ecedec);
  background: linear-gradient(#ffffff, #ecedec);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFECEDEC');
}
#nav_wrapper nav ul#nav_4.visible {
  display: block;
}
#nav_wrapper nav ul#nav_4 li {
  display: inline-block;
  color: #7D8367;
  font-size: 13px;
  line-height: 1.4em;
  margin: 10px 15px;
}
#nav_wrapper nav ul#nav_4 li .bold {
  font-weight: bold;
}
#nav_wrapper nav ul#nav_4 li a {
  color: #7D8367;
}

footer {
  background: #F9F7EF;
}
footer #footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #2298D3;
  height: 32px;
  line-height: 32px;
}
footer #footer_menu li {
  display: block;
  float: left;
}
footer #footer_menu li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 166px;
}
footer #footer_contents {
  padding-left: 180px;
}
footer #footer_contents a {
  text-decoration: none;
  color: #313131;
}
footer #footer_contents > ul {
  display: block;
  float: left;
  width: 170px;
  line-height: 1.8em;
  margin: 20px 0;
  padding-left: 40px;
}
footer #footer_contents > ul > li::before {
  content: "▶︎";
  color: #002247;
  float: left;
  margin-right: 2px;
  clear: both;
}
footer #footer_contents > ul > li::after {
  content: " ";
  display: table;
  clear: both;
}
footer #footer_contents > ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  list-style-type: none;
  padding-bottom: 14px;
}
footer #footer_contents > ul li.list_section {
  margin-top: 20px;
}
footer #footer_contents > ul li > a {
  display: block;
  float: left;
}
footer #footer_contents > ul li ul {
  padding-left: 20px;
  float: none;
}
footer #footer_contents > ul li ul li {
  font-size: 12px;
  font-weight: normal;
  list-style-type: none;
  padding-top: 7px;
  clear: both;
}
footer #footer_info {
  background: #EDEDED;
}
footer #footer_info #footer_logo {
  float: left;
  margin: 20px 0 0 60px;
}
footer #footer_info #footer_adress {
  font-size: 14px;
  float: right;
  margin: 45px 60px 0 0;
}
footer #footer_info #footer_menu_bottom {
  clear: both;
  list-style: none;
  margin: 0 0 0 60px;
  padding: 20px 0 0 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
footer #footer_info #footer_menu_bottom li {
  display: block;
  float: left;
  margin-right: 25px;
}
footer #footer_info #footer_menu_bottom li a {
  display: block;
  color: #313131;
  text-decoration: none;
}
footer #footer_info #footer_copyright {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
}

#contents {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}
#contents p {
  margin: 30px 0;
  line-height: 2em;
}
#contents p .bold {
  font-weight: bold;
}
#contents p.right {
  text-align: right;
}
#contents p.left {
  text-align: left;
}
#contents p.large {
  font-size: 18px;
}
#contents section {
	margin-top: 30px;
	margin-right: 75px;
	margin-left: 75px;
	margin-bottom: 60px;
}
#contents section.section_left {
	float: left;
	margin-right: 0;
}
#contents section.section_right {
  float: right;
  margin-left: 0;
  margin-top: 0;
  width: 300px;
}
#contents section.section_right p {
  margin-top: 0;
}
#contents section.w_100 {
  margin: 60px 0;
}
#contents section.center {
  text-align: center;
}
#contents section.toppage {
  margin: 50px 89px;
}
#contents section.kinshicho {
  margin: 50px 150px;
}
#contents section.kinshicho .main_img {
  margin-bottom: 10px;
}
#contents section.kinshicho h3 {
  color: #fff;
  background: #000;
  padding: 5px 8px;
  margin: 20px 0;
}
#contents section.kinshicho figure {
  margin: 20px 0 0 0;
}
#contents section.kinshicho figure img {
  float: left;
  margin-right: 20px;
}
#contents section.kinshicho figure figcaption {
  float: left;
}
#contents section.info {
  margin: 50px 150px;
}

/*
#contents section.faq h2 {
  display: block;
  background: #7D8367;
  color: #fff;
  margin: 0 0 5px 0;
  padding: 4px 10px 2px 10px;
  font-size: 20px;
  border: 0;
}
#contents section.faq a {
  text-decoration: underline;
}
#contents section.faq dl {
  margin-bottom: 40px;
}
#contents section.faq dl dt {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 2px 0 0 0;
  padding: 4px 30px 4px 10px;
  font-size: 16px;
  border: 1px solid #7D8367;
}
#contents section.faq dl dt::after {
  content: url(../img/faq_button_plus.png);
  position: absolute;
  top: 4px;
  right: 4px;
}
#contents section.faq dl dd {
  position: relative;
  display: none;
  margin: 0;
  padding: 4px 30px 4px 10px;
  font-size: 16px;
  border-left: 1px solid #7D8367;
  border-bottom: 1px solid #7D8367;
  border-right: 1px solid #7D8367;
}
#contents section.faq dl dd img {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
}
*/


#contents section h1 {
  display: block;
  height: 43px;
  margin: 0 0 60px 0;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 43px;
}
#contents section h1 .froor {
  display: inline-block;
  margin-right: 20px;
  padding: 4px 24px 0 24px;
  font-size: 24px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e1cc+100 */
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUxY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e1cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e2e1cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e1cc',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #D0CEAD;
}
#contents section h1 .wide {
	display: block;
	padding: 4px 24px 0 24px;
	font-size: 24px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e1cc+100 */
	background: #ffffff;
	/* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUxY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e1cc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
	/* IE10+ */
	background: #4682b4;


  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e1cc',GradientType=0 );
	/* IE6-8 */
	border: 1px solid #ADB3D0;
}
#contents section h1.h1_img {
  display: block;
  height: 100px;
}
#contents section h2 {
  font-size: 26px;
  font-weight: normal;
  color: #313131;
  border-bottom: 1px solid #313131;
}
#contents section h2.column_title {
  font-size: 18px;
  font-weight: normal;
  color: #313131;
  margin: 0;
  padding: 5px 8px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e1cc+100 */
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUxY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e1cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e2e1cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e1cc',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #c8c8c8;
}
#contents section h3 {
  margin: 50px 0 30px 0;
}
#contents section h3 span {
  background: #7D8367;
  color: #fff;
  padding: 0 7px;
  margin-right: 10px;
}
#contents section dl.column_contents {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
  padding: 0;
  color: #313131;
}
#contents section dl.column_contents dt {
  clear: both;
  float: left;
  margin: 10px 0 10px 15px;
  width: 150px;
}
#contents section dl.column_contents dd {
  float: left;
  margin: 10px 15px 10px 0;
}
#contents section .column_img {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
#contents section .comment {
  font-size: 12px;
}
#contents section .linkList01 {
  list-style: none;
}
#contents section .linkList01 li {
  position: relative;
  margin-top: .5em;
}
#contents section .linkList01 li:first-child {
  margin-top: 0;
}
#contents section .linkList01 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #002247;
  border-bottom: 1px solid #002247;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contents a {
  color: #002247;
  text-decoration: none;
}
#contents a.nolink {
  pointer-events: none;
  cursor: default;
}
#contents .table_01 {
	width: 100%;
	border-left: 1px solid #7D7D7D;
}
#contents .table_01 caption {
  border: 1px solid #7D7D7D;
  font-weight: bold;
  text-align: left;
  padding: 10px 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWRlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ecedec));
  background: -moz-linear-gradient(#ffffff, #ecedec);
  background: -webkit-linear-gradient(#ffffff, #ecedec);
  background: linear-gradient(#ffffff, #ecedec);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFECEDEC');
}
#contents .table_01 th {
  border-right: 1px solid #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
  text-align: center;
  padding: 10px 0;
}
#contents .table_01 td {
  border-right: 1px solid #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
  text-align: center;
  padding: 10px 0;
}
#contents .table_02 {
  width: 100%;
  border-left: 1px solid #7D8367;
  border-top: 1px solid #7D8367;
}
#contents .table_02 th {
  border-right: 1px solid #7D8367;
  border-bottom: 1px solid #7D8367;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  vertical-align: top;
  padding: 30px 40px;
}
#contents .table_02 td {
  border-right: 1px solid #7D8367;
  border-bottom: 1px solid #7D8367;
  text-align: left;
  padding: 30px 40px;
}
#contents .table_02 td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contents .table_02 td ul li {
  margin-bottom: 20px;
}
#contents .table_02 td ul li:last-child {
  margin-bottom: 0;
}
#contents .table_02 td ul li span {
  color: #002247;
}
#contents .table_02 td ul li a {
  color: #313131;
  text-decoration: underline;
}
#contents .table_02 td ul li img {
  float: right;
}
#contents .table_03 {
  width: 100%;
  border-left: 1px solid #8E8E8E;
  border-top: 1px solid #8E8E8E;
}
#contents .table_03 th {
  border-right: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  padding: 20px 25px;
/*  padding: 20px 30px;*/
}
#contents .table_03 th span {
  color: #fff;
  background: #960000;
  margin-right: 8px;
  padding: 0 7px;
}
#contents .table_03 td {
  border-right: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  text-align: left;
  padding: 20px 30px;
}
#contents .table_04 {
  width: 100%;
  border-left: 1px solid #7D8367;
  border-top: 1px solid #7D8367;
}
#contents .table_04 th {
  border-right: 1px solid #7D8367;
  border-bottom: 1px solid #7D8367;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  vertical-align: top;
  padding: 10px 15px;
}
#contents .table_04 td {
  border-right: 1px solid #7D8367;
  border-bottom: 1px solid #7D8367;
  text-align: left;
  padding: 10px 15px;
}
#contents .table_05 {
  width: 100%;
  border-left: 1px solid #1796d5;
  border-top: 1px solid #1796d5;
}
#contents .table_05 th {
  border-right: 1px solid #fff;
  background: #1796d5;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 10px 15px;
  color: #fff;
}
#contents .table_05 th:last-child {
  border-right: 1px solid #1796d5;
}
#contents .table_05 td {
  border-right: 1px solid #1796d5;
  border-bottom: 1px solid #1796d5;
  text-align: center;
  padding: 10px 15px;
}

.catering .color_brown {
  color: #66464F;
}
.catering h2 {
  margin: 0 0 40px 0;
}
.catering ul {
  padding-left: 20px;
}
.catering ul li {
  margin: 8px 0;
}
.catering .comment_catering {
  font-size: 12px;
  width: 650px;
  float: right;
}
.catering figure {
  float: left;
  margin: 0 20px 0 0;
}
.catering figure figcaption {
  margin-top: 10px;
  font-weight: bold;
}

#contact {
  margin-bottom: -30px !important;
}
#contact h2 {
  font-size: 32px !important;
  font-weight: bold;
  color: #263360 !important;
  text-align: center;
  margin: 7px 0 20px 0;
  border-bottom: none !important;
  font-family: "ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","游明朝", YuMincho,"HGS明朝E","メイリオ","ＭＳ Ｐ明朝","MS PMincho",serif;
}
#contact ul {
  margin: 0;
  padding: 0;
}
#contact ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin: 0 8px 25px 0;
}
#contact ul li:nth-child(3n +1) {
  margin: 0 0 25px 0;
}
#contact ul li a {
  display: block;
  height: 50px;
  width: 276px;
  border: 1px solid #D0CEAD;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #313131;
  font-size: 20px;
  line-height: 50px;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e1cc+100 */
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUxY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e1cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e1cc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e2e1cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e1cc',GradientType=0 );
  /* IE6-8 */
}
#contact ul li a img {
  margin-right: 5px;
}
#contact ul li#contact_01 {
  margin: 0 0 25px 0;
}
#contact ul li#contact_01 a {
  width: 848px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#263d6d+0,262752+100 */
  background: #263d6d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2M2Q2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI3NTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #263d6d 0%, #262752 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #263d6d), color-stop(100%, #262752));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #263d6d 0%, #262752 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #263d6d 0%, #262752 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #263d6d 0%, #262752 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #263d6d 0%, #262752 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263d6d', endColorstr='#262752',GradientType=0 );
  /* IE6-8 */
}
#contact ul li#contact_01 a div {
  display: inline-block;
  line-height: 1.6em;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
#contact ul li#contact_01 a div span {
  font-size: 42px;
  font-weight: bold;
}
#contact ul li#contact_01 a img {
  display: inline-block;
  margin-top: -45px;
  margin-right: 20px;
}
#contact ul li#contact_04 a div {
  display: inline-block;
  line-height: 1em;
}
#contact ul li#contact_04 a div span {
  font-size: 10px;
}
#contact ul li#contact_04 a img {
  display: inline-block;
  margin-top: -16px;
}

.photo_slide_wrapper ul.photo_slide_left {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
	padding: 0;
	float: left;
}
.photo_slide_wrapper ul.photo_slide_left li {
	cursor: pointer;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
.photo_slide_wrapper ul.photo_slide_right {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0;
	padding: 0;
	float: left;
}
.photo_slide_wrapper ul.photo_slide_right li {
  display: none;
  margin-top:10px;
}

a.nolink {
  pointer-events: none;
  cursor: default;
}

#dummy {
  height: 1000px;
}

.bxslider {
  list-style: none;
  margin: 0;
  padding: 0;
  /*
      height: 309px;
      overflow: hidden;
  */
}

.clear {
  clear: both;
}

.anchorLink {
  padding-top: 180px;
  margin-top: -180px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
/*
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
*/
@media print {
  header {
    position: absolute;
  }
}
.box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #9CCCEF;
	margin: 25px;
	padding: 10px;
	width: 420px;
	height: 200px;
	float:left;
	position:relative;
}
#contents p.box_head{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border-bottom:3px solid #0C65DD;
	width:380px;
	margin:0px auto;
}
#contents p.box_txt{
	width:200px;
	line-height:1.8em;
	font-size:14px;
	float:left;	
	margin-top:15px;
	margin-bottom:15px;
}
#contents p.detail{
	font-size:12px;
	line-height:1.8em;
	margin-top:5px;
	margin-bottom:5px;
	position:absolute;
	bottom:5px;
}
#contents p.detail em{
	font-weight:bold;
	text-decoration:underline;
}
#contents .box img{
	margin-top:15px;
	margin-left:15px;
	float:right;
}
#contents .table_01 td{
	padding:0px;
}

#contents .table_01 a{
	display:block;
	width:100%;
	height:50px;
	line-height:25px;
	font-size:110%;
	font-weight:bold;
	background-color:#CCC;
}
#contents .table_01 a:hover{
	background-color:#736969;
	color:#FFF;
}

#contents .adjust a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:110%;
	font-weight:bold;
	background-color:#CCC;
}
#contents .adjust a:hover{
	background-color:#736969;
	color:#FFF;
}


#campaign_top{
	margin:180px 75px 30px 75px;
	padding:5px;
	background-color:#24468A;
	text-align:center;
}

#campaign_top p{
	margin:5px;
	color:#FFFFFF;
	font-size:180%;
	font-weight:bold;
}

#contents .point{
	margin:30px auto;
	/*width:850px;*/
	
}

#contents .point p{
	float:left;	
}

#contents p.circle{
    width: 120px;
    height: 120px;
	line-height:120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-color: #24468A;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin:0px 20px 0px 0px;
	font-weight:bold;
	display:inline-block;
}

#contents p.description{
	width:450px;
	margin:0px;
	padding:0px;
}

#contents p.description2{
	width:600px;
	margin:0px;
	padding:0px;
}

em{
	font-size:130%;
	font-weight:bold;
	font-style:normal;
}

em.emphasis{
	font-size:190%;
	color:#24468A;
}

figcaption{
	margin:0px auto 0px auto; 
	font-size:80%; 
	width:578px; 
}
/*
figcaption{
	margin:0px; 
	font-size:80%; 
	width:200px; 
	margin-left:550px;
}
*/

.square{
	width:380px;
	height:90px;
	border:solid 3px #24468A;
	padding:10px;
	margin-left:100px;
	margin-top:0px;
}

#contents .square p{
	margin:0px;
	padding:0px;
}

#inqury{
	margin-top: 50px;
	margin-right: 75px;
	margin-left: 75px;
	margin-bottom: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #24468A;
	text-align: center;
}

#inqury p{
	margin:5px;
	color:#FFFFFF;
	font-size:180%;
	font-weight:bold;
}

#form{
	background-color:#3A62A0;
	border:solid 2px #CCC;
	width:400px;
	margin-left:70px;
	float:left;
}

#contents #inqury p a{
	color:#FFFFFF;
	display:block;
}

#ipad_top{
	margin-top: 30px;
	margin-right: 75px;
	margin-left: 75px;
	margin-bottom: 30px;
	padding: 0px;
	background-color: #DCD9DA;
	width: 850px;
	height: 173px;
}

#ipad_top p{ 
	margin:0px;
}

#ipad_top img{
	margin:0px;
	float:left;
}

p#i_01{
	margin:0px;
	width:220px;
	height:30px;
	background-color:#000000;
	color:#FFFFFF;
	padding-left:10px;
}

p#i_02{
	margin-left:50px;
	padding-top:10px;
	width:400px;
	float:left;
}

p#i_03{
    margin-left:50px;
	width:500px;
	font-size:300%;
	font-weight:bold;
	letter-spacing:5px;
	text-shadow: 1px 1px 3px #CCCCCC;
	float:left;
}

p#i_04{
	position: relative;
	display: inline-block;
	padding-top: 15px;
	width: 150px;
	height: 100px;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	background:#1BD1F7;
	border-radius: 50%;
	box-sizing: border-box;
}

p#i_04:before{
	content: "";
	position: absolute;
	top: 80%;
	left: -20px;
  	margin-top: -25px;
	border: 15px solid transparent;
	border-right: 25px solid #1BD1F7;
 	z-index: 0;	
}

 
p.campaign_title{
	width:830px;
	height:40px;
	background:#1BD1F7;
	color:#FFFFFF;
	font-weight:bold;
	font-size:130%;
	padding-left:20px;
	margin:0 auto;
	border-radius:5px;
}

.ipad_point1{
	font-size:150%;
	margin-left:20px;
	margin-bottom:20px;
}

#contents .ipad_point1 p{	
	margin-bottom:0px;
	margin-top:0px;
}

.ipad_point2{
	margin:0px 15px 0px 22px;
	padding:10px;
	width:450px;
	height:180px;
	color:#0D287F;
	font:90%;
	border: 1px #0D287F solid;
	float:left;
}

#contents .ipad_point2 p{
	font:120%;
	font-weight:bold;
	text-decoration:underline;
	padding-left:20px;
	margin-top:0px;
	margin-bottom:0px;	
}

.ipad_point2 ul{
	padding-left:40px;
}
.ipad_point2 li{
	margin-bottom:10px;
}

#contents p.inq_btn{
	margin-left: 650px;
	margin-bottom: 0px;
	width: 250px;
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	background: #31D362;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	letter-spacing: 1px;
}

p#i_05{
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #EDD691;
	width:300px;
	font-size:80%;
	float:right;
}

p#i_05:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #EDD691;
}

#i_05 p {
	margin: 0;
	padding: 0;
}


p#i_06 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background:#EDD691;
	width:280px;
	font-size:80%;
	float:left;
}

p#i_06:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #EDD691;
}

p#i_06 p {
	margin: 0;
	padding: 0;
}

#contents p.inq_btn2{
	margin:10px auto;
	width:400px;
	height:50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
	background:#31D362;
	text-align:center;
	line-height:50px;
	border-radius:5px;
	letter-spacing:1px;
}

#contents section.terms p{
	margin:0px;
}

#contents p.special_title{
	width:830px;
	height:50px;
	background:#191970;
	color:#FFFFFF;
	font-weight:bold;
	font-size:130%;
	padding-left:20px;
	margin:5px auto;
	border-radius:5px;
	line-height:50px;
}
#contents p.special_title .oval{
	width:100px;
	height:40px;
	border-radius:20px;
	background-color:#ffa500;
	padding:5px 10px;
	margin-right:10px;
}

#contents p#other_room{
position: relative;
display: inline-block;
padding: 0 55px;
margin-left:260px;
font-size:120%;
font-weight:bold;
}

#contents p#other_room:before, #contents p#other_room:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

#contents p#other_room:before {left: 0;}
#contents p#other_room:after {right: 0;}


#contact ul.room_btn li{
  height:40px;
  width: 155px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  margin:5px 5px;	
}

#contact ul.room_btn li a{
  height:40px;
  width: 155px;
  line-height: 40px;
  font-size:100%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  box-shadow: 0 2px 3px #ccc;
  border-top: 2px solid #f7d15b;
  border-bottom: 2px solid #d6a201;
  background: #e5ad01;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7d15b), to(#e5ad01));
  background: -moz-linear-gradient(top, #f7d15b, #e5ad01);
  background: -o-linear-gradient(top, #f7d15b, #e5ad01);
  background: -ms-linear-gradient(top, #f7d15b, #e5ad01);
  background: linear-gradient(top, #f7d15b, #e5ad01);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7d15b', endColorstr='#e5ad01');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7d15b', endColorstr='#e5ad01')";
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contents ul.room_btn li a:hover,#contents ul.room_btn li#button{
  box-shadow: 0 2px 3px #ccc;
  border-top: 2px solid #ffb870;
  border-bottom: 2px solid #e87502;
  background: #fa7e01;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb870), to(#fa7e01));
  background: -moz-linear-gradient(top, #ffb870, #fa7e01);
  background: -o-linear-gradient(top, #ffb870, #fa7e01);
  background: -ms-linear-gradient(top, #ffb870, #fa7e01);
  background: linear-gradient(top, #ffb870, #fa7e01);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffb870', endColorstr='#fa7e01');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffb870', endColorstr='#fa7e01')";
 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contents ul.room_btn li a:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}


#contact ul.room_btn2 li{
  height:40px;
  width: 250px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  margin:5px 5px;
}

#contact ul.room_btn2 li a{
  height:40px;
  width: 250px;
  line-height: 40px;
  font-size:100%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
	
  box-shadow: 0 2px 3px #ccc;
  border-top: 2px solid #f7d15b;
  border-bottom: 2px solid #d6a201;
  background: #e5ad01;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7d15b), to(#e5ad01));
  background: -moz-linear-gradient(top, #f7d15b, #e5ad01);
  background: -o-linear-gradient(top, #f7d15b, #e5ad01);
  background: -ms-linear-gradient(top, #f7d15b, #e5ad01);
  background: linear-gradient(top, #f7d15b, #e5ad01);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7d15b', endColorstr='#e5ad01');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7d15b', endColorstr='#e5ad01')";
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contents ul.room_btn2 li a:hover,#contents ul.room_btn2 li#button{
  box-shadow: 0 2px 3px #ccc;
  border-top: 2px solid #ffb870;
  border-bottom: 2px solid #e87502;
  background: #fa7e01;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb870), to(#fa7e01));
  background: -moz-linear-gradient(top, #ffb870, #fa7e01);
  background: -o-linear-gradient(top, #ffb870, #fa7e01);
  background: -ms-linear-gradient(top, #ffb870, #fa7e01);
  background: linear-gradient(top, #ffb870, #fa7e01);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffb870', endColorstr='#fa7e01');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffb870', endColorstr='#fa7e01')"; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contents ul.room_btn2 li a:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}



#contents .outline{
	width:100%;
	border:1px #CCCCCC solid;
}

#contents .outline th{
	padding:3px;
	border:1px #CCCCCC solid;
	text-align:center;	background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWRlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ecedec));
  background: -moz-linear-gradient(#ffffff, #ecedec);
  background: -webkit-linear-gradient(#ffffff, #ecedec);
  background: linear-gradient(#ffffff, #ecedec);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFECEDEC');
}

#contents .outline td{
	padding:3px;
	border:1px #CCCCCC solid;
	text-align:center;
}

#contents section h3{
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 10px #7db4e6;/*左線*/
margin:10px 0px;
}

#contents section h1#room_name{
	margin:0px 24px;
	font-size:24px;
}


#contents section#zoom_drawing{
	width:80%;
	text-align:center;
	border:2px #CCCCCC solid;
	padding:10px;
	margin:0px auto;
}
#contents section#zoom_drawing p{
	margin:0px;
}

#strength_top{
	margin:160px 0px 30px 0px;
	padding:0px;
	background-color:#DCD9DA;
	width:1000px;
	height:400px;
}

#strength_top p{ 
	margin:0px;
}

#strength_top img{
	margin:0px;
	float:left;
}

p.strength_title{
	width:830px;
	height:40px;
    background: url(../img/header_bg.png);
	color:#FFFFFF;
	font-weight:bold;
	font-size:130%;
	padding-left:20px;
	margin:0 auto;
	border-radius:5px;
}
.strength_point{
	margin:3px 10px;
	padding-left:10px;
	background-color:#F18710;
	color:#FFF;
	font-weight:bold;
	display:inline-block;
	width:100px;
	height:35px;
}

#video {
  display: none;
}

/*----------------------------------------------------
パンくずリスト用
*/

  .breadcrumb_outer {
    width: 1000px;
    margin:10px auto;
    padding: 10px;
    display: block;
  }
  .breadcrumb {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    color: #888;
  }
  .breadcrumb a {
    color: #888;
  }
  .breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 0.3em; 
    color: #888;
  }





