/*================================================
 *  CSSリセット
 ================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
h4 {
  -webkit-margin-after: 0;
}
/*================================================
 *  一般・共通設定
 ================================================*/

body {
  font-size: 13px;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  background: white;
}
.news {
  /*scrollbar-face-color: ivory;
scrollbar-track-color: #ccc;
scrollbar-arrow-color: ivory;
scrollbar-highlight-color: ivory;
scrollbar-shadow-color: ivory;
scrollbar-3dlight-color: ivory;
scrollbar-darkshadow-color: ivory;*/
}
.clearFix:after, .clearFix {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.cap {
  font-size: 93%;
  color: #444;
}
.none {
  display: none;
}
header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background: white;
  /*	border-bottom: 2px darkgreen solid; */
}
header img {
  margin-right: 6px;
  height: 60px;
  width: auto;
}
nav {
  width: 100%;
  background: white;
  /*	box-shadow:0 1px 2px #d0d8dc; */
  ⁄zoom: 1;
}
nav:after {
  content: '';
  display: block;
  clear: both;
}
#contents {
  overflow: hidden;
  width: 980px;
  margin: 0 auto 100px;
  background: white;
}
#main {
  box-sizing: border-box;
  /*overflow:hidden;*/
  float: left;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
  width: 100%;
}
#sub {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}
#sub_twitter {
  overfloaw: hidden;
  box-sizing: border-box;
}
footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
a {
  color: #1111cc;
  text-decoration: none;
}
a:hover {
  color: firebrick;
  text-decoration: none;
}
h1 a, h1 a:hover {
  color: darkgreen;
  font-size: 120%;
}
h2 {
  margin-bottom: 1.0em;
  padding: 0 0 15px 0;
  font-size: 21px;
  color: #333;
  background-repeat: no-repeat;
  height: 68px;
}
#main h2 {
  display: none;
}
h2 img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
h3 {
  margin-bottom: 15px;
  padding: 1px 10px;
  font-size: 105%;
}
h3.news, h3.pdx, h3, sea, h3.education, h3.wedding {
  background: darkgreen;
  color: #fff;
}
h3 span {
  float: right;
}
h3 a {
  text-decoration: none;
  font-size: 90%;
  color: #fff;
}
h3 a:hover {
  text-decoration: underline;
  color: #fff;
}
h4 {
  /*border-bottom:1px solid darkgreen;*/
  color: darkgreen;
  font-size: 97%;
}
h7 {
  margin-bottom: 0.50em;
  border-bottom: 1px solid darkgreen;
  font-weight: bold;
  color: darkgreen;
  white-space: normal;
  font-size: 95%;
  float: right;
  width: 62%;
}
h5 {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 10px;
  color: darkgreen;
  font-size: 14px;
  font-weight: bold;
}
h5:before {
  content: "";
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 14px;
  background: white;
}
h6 {
  margin-bottom: 0.25em;
  color: #382400;
  font-size: 14px;
  font-weight: bold;
}
span.right {
  float: right;
}
span.number {
  color: #fff;
  position: relative;
  top: -35px;
  padding-right: 5px;
}
span.cat {
  padding: 0 5px;
  color: white;
  font-size: 80%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-bottom: 3px;
}
span.red {
  background: firebrick;
}
span.green {
  background: green;
}
span.orange {
  background: orange
}
span.blue {
  background: navy;
}
span.navy {
  background: blue;
}
span.purple {
  background: purple;
}
span.gray {
  background: gray;
}
li.wed {
  display: none;
}
p {
  margin: 0 0 1em 0;
}
img {
  vertical-align: bottom;
}
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
  color: darkgreen;
}
pre {
  margin: 1em 0;
  padding: 1em;
}
blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted gray;
  border-left: 5px solid gray;
}
ul, ol, dl {
  margin: 0 0 1em 0;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
li {
  margin-left: 2em;
}
dt {
  float: left;
}
/* dt:before {
	content:"#0025a0";
}*/

dd {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted gray;
}
input[type=text], textarea, select {
  color: #444;
  border: solid 1px #ccc;
  /*	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); */
  padding: 2px;
  font-size: 105%;
}
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: white;
}
th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #eee;
}
td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
.col_two img, .col_one img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.col_two #data li div {
  padding-top: 15px;
}
.col_two #data li div img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
input[type=submit], input[type=reset], input[type=button] {
  padding: 5px 50px 7px;
  margin: 0 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF!important;
  /*	 background-color: #4966a6!important;
	 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2a4c97, endcolorstr=#4966a6));
	 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2a4c97, endcolorstr=#4966a6))";
	 zoom: 1;
	 background: -moz-linear-gradient(top, #2a4c97, #4966a6);
	 background: -webkit-linear-gradient(top, #2a4c97, #4966a6);
	 background: linear-gradient(to bottom, #2a4c97, #4966a6);
	 border: none; */
  font-size: 120%;
}
.option {
  float: left;
}
.option_left {
  width: 49%;
  float: left;
}
.option_right {
  width: 49%;
  float: right;
}
.option_left img, .option_right img {
  float: left;
  margin: 0 10px 0 auto;
  padding: 0 auto;
  width: 120px;
}
.option_left h3 {}
.option_right h3 {}
/*================================================
 *  ヘッダー
 ================================================*/

header {
  padding: 5px 10px 5px;
}
.summary {
  position: absolute;
  top: 50%;
  right: 10px;
  /* margin: 20px 0 0; */
  width: 580px;
  font-size: 90%;
}
#news {
  height: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px 0 10px;
  /*  border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px; */
  margin-right: 0;
  overflow: auto;
  width: 100%;
}
#newscomment {
  margin-bottom: 7px;
  padding: 0 auto;
}
textarea.newmarkareae, textarea.massage, input.date {
  color: #444;
  border: 1px #ccc solid;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px;
  font-size: 105%;
  overflow-y: hidden;
  margin-bottom: 5px;
}
.newmarkareae {
  width: 500px;
}
.massage {
  width: 500px;
  border: none;
}
.education, .news {
  background: ivory;
  border: 1px gray dotted;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 10px 0 10px;
  margin-left: 15px;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/

@media screen and (min-width:768px) {
  header {
    border-bottom: 2px solid darkgreen;
  }
  nav {
    background: ivory;
    border-bottom: 2px solid darkgreen;
    /*		box-shadow:0 1px 3px #999; */
    z-index: 3;
  }
  nav ul {
    margin: 0;
    padding: 0;
    /* width: 980px; */
    background: ivory;
  }
  nav li {
    position: relative;
    /*		width:17%; */
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
  }
  nav li:first-child {
    /*		width:15%; */
  }
  nav li:before {
    content: "";
    margin-top: -7px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    background: darkgreen;
  }
  nav li:last-child:after {
    content: "";
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background: darkgreen;
  }
  nav li:hover:before, nav li:hover+li:before, nav li:last-child:hover:after, nav li li:before, nav li li:after {
    display: none;
  }
  nav li:last-child li {
    left: -50%;
  }
  nav li a {
    display: block;
    padding: 10px 22px;
    color: darkgreen;
    /*		font-weight:bold; */
    text-decoration: none;
  }
  nav a.open {
    color: firebrick;
  }
  nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 5px 5px;
    z-index: 3;
  }
  nav li ul li {
    overflow: hidden;
    width: 150%;
    height: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }
  nav li li:first-child {
    width: 150%;
  }
  nav li ul li a {
    padding: 10px 15px;
    background: white;
    text-align: left;
    font-weight: normal;
  }
  nav li:hover>a {
    background: darkgreen;
    color: white;
  }
  nav li:hover>a:hover {
    background: darkgreen;
  }
  .showNav {
    background: darkgreen !important;
  }
  .showSub {
    overflow: visible;
    height: 42px;
    border-bottom: 2px solid darkgreen;
  }
  .showSub:last-child {
    border-bottom: 0;
  }
  .showSub:last-child a {
    border-radius: 0 0 3px 3px;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}
/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/

#topicpath {
  font-size: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 2px;
  background: white;
}
/*================================================
 *  サブコンテンツ
 ================================================*/

.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submenu li a:before {
  content: "\0025a0";
  color: #000;
}
.submenu li a {
  display: block;
  padding: 10px 2px;
  color: #000;
  border-bottom: 1px dotted gray;
  text-decoration: none;
}
.submenu li a:hover {
  background: #eee;
}
.bnr {
  overflow: hidden;
}
.bnr ul {
  overflow: hidden;
}
.bnr li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.bnr li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.bnr img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*================================================
 *  フッター
 ================================================*/

footer {
  clear: both;
}
.footmenu {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background: #efede9;
}
.footmenu ul {
  position: relative;
  float: left;
  left: 50%;
  margin: 0;
  padding: 0;
}
.footmenu li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  text-align: center;
}
.footmenu a {
  color: #333;
  text-decoration: none;
}
.footmenu a:hover {
  color: #333;
  text-decoration: underline;
}
.copyright {
  clear: both;
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
  color: #efede9;
  background: #2e2e2e;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
  background: darkgreen;
}
.totop img:hover {
  background: darkgreen;
}
/*================================================
 *  クラス
 ================================================*/

.list {
  padding: 0 0 0 0;
}
.list ul {
  margin: 0;
}
.list li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px darkgreen solid;
  border-right: 1px darkgreen solid;
  border-top: 1px darkgreen solid;
}
.list li a {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  display: block;
  background: ivory;
  color: darkgreen;
}
.list li a:hover {
  background: darkgreen;
  color: white;
}
.list li:last-child {
  border-bottom: 1px darkgreen solid;
}
.col_two div {
  padding: 10px;
  border: 1px gray dotted;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.info {
  margin-top: 10px;
}
.info dt {
  border-bottom: none;
  vertical-align: middle;
  width: 20%;
  /*	background-image:url('../images/new.gif');
	background-repeat: no-repeat; */
}
.info dt img {
  height: 11px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.info dd {
  border-bottom: 1px dotted gray;
}
.col_one {
  overflow: hidden;
  float: left;
  width: 74%;
  margin-right: 1%;
}
.col_one ul {
  overflow: hidden;
  margin: 0;
}
.col_one li {
  list-style: none;
  margin: 0 0 2% 0;
  padding: 10px;
  min-height: 120px;
  border: 1px gray dotted;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: ivory;
}
#sub p img, #sub p twitter {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.col_one li:nth-child(1n+1) {
  clear: both;
}
.col_one li img {
  width: 35%;
  height: auto;
  margin-bottom: 0.5%;
  flaot: left;
}
.col_one li p {
  display: block;
  float: right;
  width: 60%;
  font-size: 90%;
}
.col_two {
  /*overflow:hidden;*/
  width: 100%;
}
.col_two ul {
  /*overflow:hidden;*/
  /*margin:0 -2% 0 0;*/
}
.col_two li {
  /*list-style:none;*/
  /*width:31.3%;*/
  /*	width: 48%;
	margin:0 2% 2% 0; */
  /*float: left;*/
  background: ivory;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.col_two ul.tour li {
  list-style: none;
  width: 97.5%;
  margin: 0 2% 2% 0;
  /*	width: 48%;
	margin:0 2% 2% 0; */
  float: left;
  border: 1px gray dotted;
}
.col_two #tour_detail dt {
  width: 120px;
}
.col_two #tour_detail dd {
  margin-left: 140px;
  padding-left: 10px;
  min-height: 20px;
}
.col_two #tour_image {
  float: left;
  border: none;
}
.col_two #tour_image .img1, .col_two #tour_image .img2, .col_two #tour_image .img3, .col_two #tour_image .img_txt {
  width: 277px;
}
.col_two #tour_detail {
  border: none;
  padding: 1% 3%;
  border: none;
  margin-left: 300px;
}
.col_two dt {
  border-left: 5px darkgreen solid;
  padding: 0 0 0 5px;
  line-height: 15px;
  margin-top: 3px;
}
.col_two dd {}
.col_two div {
  padding: 10px 15px;
  border: 1px gray dotted;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: ivory;
  max-width: 100%;
}
.col_two div:hover {}
.col_two div img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.col_two li:nth-child(3n+1) {
  clear: both;
}
.col_two li img {
  width: 100%;
  height: auto;
}
.col_two li p {
  display: block;
}
span.price {
  float: right;
  color: firebrick;
}
#pdx_data li {
  min-height: 215px;
}
/*================================================
 *  スライドショー
 ================================================*/

/* スライドショー */

.slide {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.slidePrev {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.slideNext {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.slidePrev img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}
.slideNext img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}
.slideInner {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0;
}
.slideInner li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slideInner li img {
  margin: 0 5px;
  padding: 0;
}
.filterPrev {
  position: absolute;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: white;
}
.filterNext {
  position: absolute;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: white;
}
.controlNav {
  position: relative;
  float: left;
  left: 50%;
}
.controlNav span {
  position: relative;
  left: -50%;
  float: left;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  text-indent: -9999px;
  vertical-align: middle;
}
.controlNav span:hover {
  background: #999;
  cursor: pointer;
}
.controlNav span.current {
  background: darkgreen;
}
#main {}
.option_left li, .option_right li {
  padding-bottom: 7px;
}
.option_left li img, .option_right li img {}
#tour_image, #tour_detail {
  margin-top: 5px;
}
#tour_detail dd {}
#input_area p {
  margin: 0;
}
#input_area dt, #check_area dt {
  width: 25%;
}
@media screen and (min-width: 780px) {
  #check_area form,#input_area form{
    width: 70%;
    margin: 0 auto;
  }
}
#input_area dd{
  border: none;
}
#check_area dd {
  border: none;
  margin-left: 36%;
}
#check_area {
  margin-top: -20px;
  padding-top: 20px;
}
#input_area .form_required {
  color: firebrick;
}
#input_area .form_error {
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
}
#input_area .error {
  padding: 0;
  margin: 0;
  color: firebrick
}
#input_area {
  margin-top: -20px;
}
#input_area .form_input_size06 {
  width: 400px;
}
#input_area .form_input_size07 {
  width: 100px;
  margin: 0 5px;
}
#input_area .form_input_size08 {
  width: 100px;
  margin: 0 5px;
}
#check_area #btn_area, #input_area #btn_area {
  border: none;
  text-align: center;
}
input[type=submit], input[type=reset], input[type=button] {
  padding: 5px 50px 7px;
  margin: 0 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF!important;
  background-color: #4966a6!important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#2a4c97, endcolorstr=#4966a6));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2a4c97, endcolorstr=#4966a6))";
  zoom: 1;
  background: -moz-linear-gradient(top, #2a4c97, #4966a6);
  background: -webkit-linear-gradient(top, #2a4c97, #4966a6);
  background: linear-gradient(to bottom, #2a4c97, #4966a6);
  border: none;
  font-size: 120%;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/

/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media screen and (max-width:979px) {
  .inner {
    width: 100%;
  }
  #contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  footer {
    width: 100%;
  }
  #news {
    width: 100%;
  }
  #input_area .form_input_size06 {
    width: 97%;
    margin: 0;
    font-size: 150%;
  }
  #input_area .form_input_size07 {
    margin: 0;
    font-size: 150%;
    width: 100%;
  }
  #input_area .form_input_size08 {
    margin: 0;
    font-size: 150%;
    width: 20%;
  }
  #input_area label.name {
    display: block;
    float: left;
    width: 45%;
    margin-right: 15px;
  }
  #input_area dt {
    width: 100%;
    margin-bottom: 5px;
    clear: left;
  }
  #input_area dd {
    display: block;
    width: 100%;
    clear: left;
  }
  #check_area #btn_area, #input_area #btn_area {
    border: none;
    text-align: center;
    margin-top: 50px;
    clear: left;
  }
  #check_area dd {
    clear: left;
  }
  .col_two #tour_image, .col_two #tour_image {}
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/


@media screen and (max-width:779px) {
  .lock {
    overflow: hidden;
    height: 100%;
  }
  h4 {
    margin-top: -12px;
    white-space: normal;
  }
  h7 {
    white-space: nomal;
    width: 100%;
  }
  #news {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px 10px;
    border-bottom: 2px solid darkgreen;
  }
  .summary {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    width: 100%;
  }
  #main {
    float: none;
    width: 100%;
  }
  #sub {
    float: none;
    width: 100%;
    display: none;
  }
  #sub_twitter {
    float: none;
  }
  nav {
    background: #16aa3e;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav .inner>ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    height: 88%;
    height: -webkit-calc(100% - 53px);
    height: calc(100% - 53px);
  }
  nav li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid white;
    background: darkgreen;
  }
  nav li:first-child {
    border-top: 1px white solid;
  }
  nav li:last-child {
    border-bottom: 0;
  }
  nav li a {
    display: block;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    background: darkgreen;
  }
  nav li a:hover {
    color: white;
    background: #16aa3e;
  }
  nav ul ul {
    display: none;
    position: relative;
  }
  nav li li a {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 50px;
    text-align: left;
  }
  .subnav>a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #f1f1f1;
  }
  .subnav>a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: darkgreen;
  }
  .subnav a:hover:after {
    background: #16aa3e;
  }
  .active>a:before {
    margin-top: 0;
  }
  .active>a:after {
    margin-top: 5px;
  }
  #spMenu {
    z-index: 2;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  #spMenu:hover {
    cursor: pointer;
  }
  #navBtn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 5%;
    background: darkgreen;
  }
  #navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: white;
    transition: .2s;
  }
  #navBtnIcon:before, #navBtnIcon:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #f1f1f1;
    transition: 0.3s;
  }
  #navBtnIcon:before {
    margin-top: -6px;
  }
  #navBtnIcon:after {
    margin-top: 4px;
  }
  #navBtn .close {
    background: transparent;
  }
  #navBtn .close:before, #navBtn .close:after {
    margin-top: 0;
  }
  #navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #sub {
    display: none;
  }
  #sub_twitter {
    width: 98%;
    clear: left;
  }
  .col_one {
    width: 100%;
  }
  .col_two ul {
    margin-right: 0;
  }
  .col_two li {
    width: 100%;
  }
  .col_two li:nth-child(2n+1) {
    clear: both;
  }
  dt {
    width: 100%;
  }
  /* dt:before {
	content:"#0025a0";
}*/
  dd {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted gray;
    padding: 1% 1%;
  }
  input[type=text], textarea {
    color: #444;
    border: solid 1px #ccc;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    padding: 1%;
    font-size: 120%;
    width: 97%;
  }
  select {
    color: #444;
    border: solid 1px #ccc;
    background: white;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    padding: 1.5%;
    font-size: 120%;
    width: 99%;
  }
  h2 {
    height: auto;
  }
  h2 img {
    width: 100%;
  }
  .col_two ul.tour {
    padding-right: 0%;
    margin: 0 0 0 0;
  }
  .col_two ul.tour li {
    list-style: none;
    margin: 0 0 0 0;
    float: none;
    width: 99.5%;
  }
  .col_two #tour_image {
    margin-top: 5px;
    padding-bottom: 0;
  }
  .col_two #tour_image .img1 {
    float: left;
    width: 32%;
    padding: 0 1.5% 0 0;
  }
  .col_two #tour_image .img2 {
    float: left;
    width: 32%;
    padding: 0 0 0 0;
  }
  .col_two #tour_image .img3 {
    float: left;
    width: 32%;
    padding: 0 0 0 1.5%;
  }
  .col_two #tour_image .img_txt {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
  }
  .col_two #tour_detail dt {
    float: none;
    width: 100%;
    margin: 0;
  }
  .col_two #tour_detail dd {
    padding-left: 15px;
    margin-left: 0;
    border-bottom: 1px gray dotted;
  }
  .col_two #tour_image {}
  .col_two #tour_detail {
    margin: 0;
    padding-top: 20px;
  }
  .option_left ul, .option_right ul {
    width: 100%;
  }
  .option_left .img, .option_right .img {
    width: 285%;
  }
  .option_left .cat, .option_right .cat {
    display: none;
  }
  #input_area .form_input_size06 {
    width: 97%;
    margin: 0;
    float: left;
    font-size: 180%;
  }
  #input_area .form_input_size07 {
    margin: 0;
    width: 97%;
    font-size: 180%;
  }
  #input_area .form_input_size08 {
    margin: 0;
    width: 29%;
    font-size: 180%;
  }
  #input_area label {
    display: block;
  }
}

@media screen and (min-width:779px) {
.summary{
    transform: translate(0px, -50%);
  }
}

/* pdx.html */
@media screen and (max-width:779px) {
.container-grid-01 {
  display: block !important;
  }
}
.container-grid-01{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.item-grid {
  display: grid;
}
.item-grid-com-info{
  grid-column: 1 / 3;
  grid-row-start: 1 / 2;
}
.item-grid-google-map {
  grid-column: 3 / 5;
  grid-row: 1 / 4;
}
.item-grid-img{
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
.item-grid-google-map iframe {
  width: 100%;
  height: 100%;
}
.cols-2-pc {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.cols-2-pc > *{
  width: calc(49% - 1px);
}
.border-0{
  border: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.item-grid-img .p-0{
 padding: 0 !important;
}
.item-grid-img img{
  object-fit: contain;
}
.item-grid-img img:hover {
  opacity: unset !important;
}

.word-break-break-word{
word-break: break-word;
}
