@charset "UTF-8";

/*********************
  footer
*********************/

.footer_1{
  overflow:hidden;
  background:#F6F7F5;
  color:#403F32;
  text-align:center;
  padding-top:40px;
}
.footer_1 a{
  text-decoration:none;
  color:#323232;
}
.footer_1_button {
  text-align:center;
  margin-top:30px;
}
.footer_1_button img{
  margin:0px 15px;
}
.footer_1_logo{
  padding-top:50px;
  text-align:center;
}
.footer_1_title{
  padding-top:20px;
  text-align:center;
  font-weight:bold;
  font-size:140%;
}
.footer_1_area_1{
  padding-top:20px;
  text-align:center;
  font-size:120%;
}
.footer_1_area_2{
  padding-top:15px;
  text-align:center;
  font-size:110%;
}
.footer_1_area_3{
  padding-top:40px;
  text-align:center;
  font-size:120%;
}
.footer_1_area_4{
  padding-top:30px;
  padding-bottom:15px;
  text-align:center;
  font-size:100%;
}

.footer_1_area_5{
  padding-top:25px;
  padding-bottom:0px;
  text-align:center;
  font-size:100%;
}

.footer_2 {
  padding-top:25px;
  padding-bottom:15px;
  color:#F6F7F5;
  background:#403F32;
  text-align:center;
  font-size:120%;
}
.footer_1_jumptotop_box{
  position:relative;
  z-index:1;
}
.footer_1_jumptotop_img{
  position:absolute;
  right:20px;
  top:30px;
  z-index:10;
}

/*********************
  page_top_button
*********************/
#page_top_button {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top_button a {
  opacity:0.7; 
  transition: all 0.5s ease;
}
#page_top_button a:hover {
  opacity:1; 
  transition: all 0.5s ease;
}


/*********************
  sub_header
*********************/

.sub_header {
  clear:both;
  overflow:hidden;
  padding:0px 0px 0px 0px;
  position:relative;
}
.sub_header img{
  width:100%;
  max-width:1300px;
}
.sub_header_title{
  position:absolute;
  z-index:5;
  color:#FFFFFF;
}
.sub_header_title_1{
  text-align:center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom:1px solid #FFFFFF;
  line-height:100%;
}
.sub_header_title_2{
  text-align:center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height:100%;
}

/*********************
  pankuzu
*********************/
.pankuzu{
  clear:both;
  overflow:hidden;
  padding:20px 20px 40px 20px;
  font-size:10pt;
}
.pankuzu ul{
  display: flex;
  flex-wrap: wrap;
}
.pankuzu li{
  list-style-type:none;
}
.pankuzu li+li::before{
  content: '>';
  padding:0px 15px;
}
.pankuzu a{
  color:#323232;
  text-decoration:none;
  transition: all 0.3s ease;
}
.pankuzu a:hover{
  text-decoration:underline;
  transition: all 0.3s ease;
}

/*********************
  kankou_tag_type
*********************/
.kankou_tag_type {

}
.kankou_tag_type ul{
  display: flex;
  flex-wrap:wrap;
  margin:0px auto;
  border-top:1px solid #2289A2;
  border-left:1px solid #2289A2;
}
.kankou_tag_type li{
  list-style-type:none;
  background:#E8F3F6;
  width:33.33%;
  text-align:center;
  border-right:1px solid #2289A2;
  border-bottom:1px solid #2289A2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kankou_tag_type li.wide{
  width:100%;
}
.kankou_tag_type li a{
  display:block;
  padding:22px 10px;;
  font-size:140%;
  text-decoration:none;
  color:#2289A2;
  font-weight:bold;
}
.kankou_tag_type li.hit{
  background:#2289A2;
  color:#FFFFFF;
}
.kankou_tag_type li.hit a{
  color:#FFFFFF;
}
.kankou_tag_type li a.acthit{
  background:#2289A2;
  color:#FFFFFF;
}
/*********************
  kankou_tag_area
*********************/
.kankou_tag_area {
  padding:30px 0px;
}
.kankou_tag_area ul{
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
}
.kankou_tag_area li{
  list-style-type:none;
  padding:10px;
  font-size:140%;
  text-decoration:none;
  color:#2289A2;
  font-weight:bold;
}
.kankou_tag_area li a{
  text-decoration:none;
  color:#2289A2;
}
.kankou_tag_area li.hit{
  background:#2289A2;
  color:#FFFFFF;
}
.kankou_tag_area li.hit a{
  color:#FFFFFF;
}

/*********************
  item_list_1
*********************/

.item_list_1 {
  margin: 0 auto; 
  height: auto;
  display:flex;
  flex-wrap: wrap;
}

.item_list_1_spot_result {
  color:#2289A2;
  font-weight:bold;
  font-size:170%;
}
.item_list_1_spot_wrap {
  border:1px solid #AAAAAA;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_list_1_spot_img{
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0px;
  padding:0px;
  position: relative;
}
.item_list_1_spot_img:before{
  content: "";
  display: block;
  padding-top: 75%;
}

.item_list_1_spot_img img{
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px 0px -7px 0px;
  padding:0px;
  transition: all 0.5s ease;
  object-fit: cover;
  /* IE対策 */
	font-family: 'object-fit: cover;';
}

.item_list_1 a{
  text-decoration:none;
}
.item_list_1 a:hover img{
  opacity:0.85; 
	transform: scale(1.05);	/*画像の拡大率*/
  transition: all 0.5s ease;
}
.item_list_1_spot_title {
  font-weight:bold;
  font-size:120%;
  padding:4px 8px 4px 8px;
  color:#191308;
}

.item_list_1_spot_place {
  font-size:110%;
  padding:4px 8px 4px 8px;
  color:#191308;
}

.item_list_1_spot_date{
  color:#7A7736;
  font-size:110%;
}
.item_list_1_spot_area{
  color:#191308;
  white-space:nowrap;
  font-size:110%;
}
.item_list_1_spot_wrap_in {
  display:flex;
  justify-content:space-between;
  padding:8px 8px 4px 8px;
}


/*********************
  kankou_slider
*********************/

.kankou_slider {
  margin: 0 auto; 
  padding: 0; 
  height: auto;
}

.kankou_slider > div{
}
.kankou_slider_spot_wrap {
  border:0px solid #AAAAAA;
}
.kankou_slider img{
  width:100%;
  height:auto;
  margin: 0px 0px -7px 0px;
  padding:0px;
  transition: all 0.5s ease;
}

.kankou_slider_spot_img{
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0px;
  padding:0px;
  position: relative;
}

.kankou_slider_spot_img:before{
  content: "";
  display: block;
  padding-top: 75%;
}

.kankou_slider_spot_img img{
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px 0px -7px 0px;
  padding:0px;
  transition: all 0.5s ease;
  object-fit: contain;
  /* IE対策 */
	font-family: 'object-fit: cover;';
}


.kankou_slider .slick-slide:not(.slick-current) {
  opacity: .5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: 0.2s linear;
}

/* booking */
.about_booking_title {
  font-weight: bold;
  font-size: 120%;
  padding-top: 2rem;
  line-height: 2;
}
.about_booking_title_head,
.about_booking_whitearea_head {
  color: #2289A2;
}
.booking_head_text,
.about_booking_head_text {
  padding: 1rem 0;
  line-height: 2;
}
.about_booking_whitearea_head {
  margin-right: 1rem;
}
.about_booking_text {
  line-height:2;
}
.about_booking_last {
  padding-bottom: 2rem;
}
.about_booking_whitearea {
  background-color: white;
  margin-top: 1rem;
  padding-left: 3rem;
}
.about_booking_whiteare_arrow {
  font-size: 400%;
  margin: 2rem 0 0 1rem;
  color: #2289A2;
}
.booking_button,
.about_booking_button {
  padding-bottom: 1rem;
  text-align: center;
  display: flex;
}
.booking_head_text {
  font-size: 130%;
}
.booking_toggle {
  list-style: none;
}
.booking_notes,
.booking_enquate {
  margin: 1rem 0;
  border: solid 1px #AAAAAA;
  background-color: #FFFFFF;
  padding: 1rem;
}
.booking_enquate {
  font-size: 130%;
}
.booking_enquate ul {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.booking_enquate li {
  margin: 0 1rem;
}
.booking_agreement {
  text-align: center;
  font-size: 130%;
}


/*********************
  kankou_item
*********************/
.kanko_table_title {
  background:#EEF6F8;
  font-size:190%;
  border-bottom:4px solid #2289A2;
  padding:15px;
  margin-top:40px;
  font-weight:bold;
}
.kanko_table table{
  border-collapse:collapse;
  font-size:150%;
  width:100%;
}
.kanko_table table th{
  padding:15px;
  border-bottom:1px solid #2289A2;
}
.kanko_table table td{
  padding:15px;
  border-bottom:1px solid #2289A2;
}
.kanko_table th {
  font-weight:bold;
  width:130px;
}
.kanko_table td a {
  color:#323232;
  text-decoration:none;
}
.kanko_block_1 {
  display:flex;
  justify-content: space-between;
  margin-top:40px;
}
.kanko_title {
  font-size:18pt;
  font-weight:bold;
  line-height:150%;
  border-bottom:1px solid #403F32;
  padding-bottom:10px;
}
.kanko_subtitle {
  font-size:180%;
  color:#323232;
  font-weight:bold;
  line-height:150%;
  padding:10px 3px;
}
.kanko_hp {
  background:#2289A2;
  color:#FFFFFF;
  font-size:160%;
  font-weight:bold;
  line-height:100%;
  padding:10px 15px;
}
.kanko_hp a{
  color:#FFFFFF;
  text-decoration:none;
}
.kanko_text{
  font-size:140%;
  line-height:150%;
  margin-top:20px;
}
/*********************
  minnna_item
*********************/

.minnna_item_contents {
  padding:0px 10px;
}
.minnna_item_writer {
  padding:0px 10px;
  width:350px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-left:30px;
}
.minnna_item_contents_title {
  border-bottom:1px solid #403F32;
  padding-bottom:10px;
}
.minnna_item_contents_title_title {
  font-size:18pt;
  font-weight:bold;
  line-height:150%;
}
.minnna_item_contents_title_place {
  text-align:right;
  font-size:150%;
  line-height:150%;
}
.minnna_item_contents_midashi{
  font-size:16pt;
  font-weight:bold;
  margin-top:40px;
  line-height:150%;
}
.minnna_item_contents_image{
  margin-top:40px;
}
.minnna_item_contents_image img{
  width:100%;
}
.minnna_item_contents_image_description{
  margin-top:0px;
  font-size:10pt;
  line-height:150%;
}

/*
.minnna_item_contents_text{
  margin-top:40px;
  font-size:12pt;
  line-height:190%;
}
*/
.minnna_item_writer_table{
  margin-top:30px;
}
.minnna_item_writer_table table{
  border-collapse:collapse;
  font-size:12pt;
  width:100%;
}

.minnna_item_writer_table th{
  padding:8px 0px ;
}
.minnna_item_writer_table td{
  padding:8px 0px ;
}
.minnna_item_writer_table th {
  width:80px;
}
.minnna_item_writer_table td a {
  color:#323232;
  text-decoration:none;
}
.minnna_item_writer_title {
  font-size:18pt;
  font-weight:bold;
  line-height:150%;
  border-bottom:1px solid #403F32;
  padding-bottom:10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.minnna_item_writer_image {
  margin-top:20px;
}
.minnna_item_writer_image img{
  width:100%;
}
.minnna_item_writer_readmore{
  margin-top:10px;
  text-align:right;
}
.minnna_item_writer_readmore a{
  color:#2289A2;
  text-decoration:none;
  font-weight:bold;
  position: relative;
  padding-right:10px;
  transition: all 0.3s ease;
}
.minnna_item_writer_readmore a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2289A2;
  border-right: solid 2px #2289A2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
  transition: all 0.3s ease;
}
.minnna_item_writer_readmore a:hover {
  background:#2289A2;
  color:#E8F3F5;
  transition: all 0.3s ease;
}
.minnna_item_writer_readmore a:hover::before {
  border-top: solid 2px #E8F3F5;
  border-right: solid 2px #E8F3F5;
  transition: all 0.3s ease;
}

/*********************
  minnna_top
*********************/
.minnna_top_writer {
  border:1px solid #7D7A3B;
  border-radius: 20px;
  padding:20px;
}
.minnna_top_writer_img{
  flex-shrink:0;
  flex-grow:0;
}
.minnna_top_writer_img img{
  width:100%;
  height:auto;
  margin-bottom:-7px;
  border-radius: 20px;
}
.minnna_top_writer_text{
  flex-grow:1;
}
.minnna_top_writer_text_title{
  border-bottom:1px solid #7D7A3B;
}
.minnna_top_writer_text_title_1{
  font-size:100%;
  color:#7D7A3B;
}
.minnna_top_writer_text_title_2{
  font-size:140%;
  color:#7D7A3B;
  font-weight:bold;
}
.minnna_top_writer_text_title_3{
  font-size:180%;
  font-weight:bold;
}
.minnna_top_writer_text_description{
  line-height:150%;
  font-size:10pt;
  margin-top:10px;
}
.minnna_top_writer_text_table{
  margin-top:10px;
}
.minnna_top_writer_text_table table{
  table-layout:fixed;
}
.minnna_top_writer_text_table th{
  line-height:150%;
  font-size:120%;
  padding:3px 0px;
}
.minnna_top_writer_text_table td{
  line-height:150%;
  font-size:120%;
  padding:3px 0px;
}
/*********************
kanreninfo
*********************/
.kanreninfo {
  margin-top:50px;

}
.kanreninfo_1{
  text-align:center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:180%;
  color:#7A7736;
}
.kanreninfo_2{
  text-align:center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:220%;
  font-weight:bold;
}
.kanreninfo_3{
  text-align:center;
}

/*********************
event_box
*********************/

.event_box {
  margin: 0 auto; 
  padding: 0; 
  height: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.event_box_container{
  box-sizing: border-box;
}
.event_box_container img{
  width:100%;
  height:auto;
  box-sizing: border-box;
  transition: all 0.5s ease;
  margin: 0px 0px -7px 0px;
  padding:0px;
}
.event_box_container a{
  display:block;
  text-decoration:none;
}
.event_box_container a:hover img{
  opacity:0.85; 
	transform: scale(1.05);	/*画像の拡大率*/
	transition: all 0.5s ease;
}


.event_box_item_image{
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0px;
  padding:0px;
  position: relative;
}
.event_box_item_image:before{
  content: "";
  display: block;
  padding-top: 75%;
}

.event_box_item_image img{
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px 0px -7px 0px;
  padding:0px;
  transition: all 0.5s ease;
  object-fit: cover;
  /* IE対策 */
	font-family: 'object-fit: cover;';
}

.event_box_item_date{
  margin-top:10px;
  color:#7A7736;
  font-size:115%;
  line-height:150%;
  font-weight:bold;
}
.event_box_item_title {
  margin-top:5px;
  color:#191308;
  font-size:150%;
  line-height:150%;
  font-weight:bold;
}
.event_box_item_area {
  margin-top:5px;
  color:#191308;
  font-size:115%;
  line-height:100%;
  white-space:nowrap;
}

/*********************
  special_top
*********************/

.special_top_img{
  text-align:center;
}
.special_top_img img{
  width:98%;
  max-width:470px;
  height:auto;
  margin:0;
  paddiong:0;
}
.special_top_text_1 {
  margin-top:35px;
  text-align:center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:250%;
  font-weight:bold;
  line-height:100%;
}
.special_top_text_2 {
  margin-top:15px;
  text-align:center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:100%;
  font-weight:bold;
  line-height:100%;
}

.special_top_text_3 {
  margin-top:20px;
  font-size:150%;
  line-height:200%;
}
.special_top_imagebox {
  margin-top:50px;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.special_top_imagebox img{
  flex-shrink: 0;
  margin:4px;

}

/*********************
  spesial_item
*********************/
.special_item_contents {
  width:100%;
  max-width:800px;
  padding:0px 10px;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  margin:0px auto;
}
.special_item_writer {
  padding:0px 10px;
  width:350px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-left:30px;
}
.special_item_contents_title {
  font-size:18pt;
  font-weight:bold;
  line-height:150%;
  border-bottom:1px solid #403F32;
  padding-bottom:10px;
}

.special_item_contents_midashi{
  font-size:16pt;
  font-weight:bold;
  margin-top:40px;
  line-height:150%;
}
.special_item_contents_image{
  margin-top:40px;
}
.special_item_contents_image img{
  width:100%;
}
.special_item_contents_image_description{
  margin-top:0px;
  font-size:10pt;
  line-height:150%;
}
/*
.special_item_contents_text{
  margin-top:40px;
  font-size:12pt;
  line-height:190%;
}
*/

/*********************
item_list_2
*********************/


.item_list_2_story_wrap:nth-child(odd) {
  background:#F8F9F7;
}
.item_list_2_story_wrap_in{
  margin-top:50px;
  display:flex;
}
.item_list_2_story_wrap a{
  color:#323232;
  text-decoration:none;
}
.item_list_2_story_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:250%;
  font-weight:bold;
  line-height:100%;

}
.item_list_2_story_gaiyo {
  font-size:140%;
  line-height:180%;
}
.item_list_2_story_readmore {
  margin-top:20px;
  color:#2289A2;
  font-weight:bold;
  text-align:right;
}

.item_list_2_story_img_wrap {
  width:100%;
  overflow:hidden;
}
.item_list_2_story_img img{
  transition: all 0.5s ease;
  margin-bottom:-7px;
}
.item_list_2_story_img img:hover {
  opacity:0.85; 
  transform: scale(1.05);	/*画像の拡大率*/
  transition: all 0.5s ease;
}

/*********************
  oshirase
*********************/
.oshirase_area{
  max-width:900px;
  margin:auto;
  width:95%;
  padding:20px 0px;
}
.oshirase_list_title {
  font-size:250%;
  line-height:100%;
  border-bottom:1px solid #AAAAAA;
  padding:5px 0px;
  margin:20px 40px;
}
.oshirase_list_title p {
  border-left:10px solid #2289A2;
  padding:10px 20px;
  font-weight:bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.oshirase_list_item {
  margin:auto;
  background:#FFFFFF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.oshirase_list_item+.oshirase_list_item{
  margin-top:10px;
}
.oshirase_list_item_date {
  color:#303866;
  font-size:130%;
  display:inline-block;
  font-weight:bold;
}
.oshirase_list_item_area {
  display:inline-block;
  font-size:130%;
  border:1px solid #303866;
  line-height:100%;
  padding:3px 15px;;
  margin:0px 15px;;
  color:#303866;

}
.oshirase_list_item_text {
  font-size:120%;
  line-height:130%;
  margin-top:10px;
}
.oshirase_list_item_text a{
  text-decoration:none;
  color:#000000;
  display:block;
  font-size:120%;
  position: relative;
  padding-right:20px;
}


.oshirase_list_item_text a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #232323;
  border-right: solid 2px #232323;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0%;
  right: 0px;
  margin-top: -4px;
  transition: all 0.3s ease;
}

.oshirase_item_title{
  font-size:240%;
  font-weight:bold;
  line-height:150%;
  padding:15px 0px;
  border-bottom:1px solid #AAAAAA;
}
.oshirase_item_img img{
  width:100%;
  height:auto;
}
.oshirase_item_midashi {
  font-size:16pt;
  font-weight:bold;
  line-height:150%;
  padding:15px 0px;
}
.oshirase_item_text {
  font-size:130%;
  line-height:180%;
  padding:15px 0px;
}
.oshirase_item_file {
  text-decoration:none;
  color:#323232;
}
/*********************
  upage
*********************/
.upage_wrap{
  margin:auto;
  position:relative;
}
.upage_gallery_wrap{
  display:flex;
  flex-wrap: wrap;
}
.upage_gallery_item {
  text-align:center;
}
.upage_gallery_item a{
  display:block;
  color:#323232;
  font-size:120%;
  text-decoration:none;
  margin-bottom:10px;
}
.upage_gallery_item img{
  width:100%;
  height:auto;
  margin-bottom:-7px;
  transition: all 0.5s ease;
}
.upage_gallery_item a:hover img{
	transform: scale(1.05);	/*画像の拡大率*/
  transition: all 0.5s ease;
}
.upage_gallery_item_wrap{
  overflow:hidden;
}

/*********************
  searchbox & tagbox
*********************/
.sub_searchbox{
  margin:auto;
  background:#2287A0;
  color:#FFFFFF;
  padding:15px;
  font-size:120%;
  margin-top:0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub_tagbox{
  margin:auto;
  margin-top:3px;
  border:1px solid #AAAAAA;
  padding:15px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#FFFFFF;
}
.sub_tagbox_title{
  font-size:130%;
  border-bottom:1px solid #2287A0;
  font-weight:bold;
}
.sub_tagbox_box{
  display: flex;
  flex-wrap: wrap;
  padding:10px 0px 0px 0px;
}
.sub_tagbox_tag{
  background:#E8F3F5;
  color:#323232;
  line-height:100%;
  display:inline-block;
  padding:10px 20px;
  text-decoration:none;
  font-size:120%;
  border-radius: 25px; 
  white-space: nowrap;
  margin:5px;
  transition: 0.1s ease-in-out;
}
/*.sub_tagbox_tag:hover {
  color:#E8F3F5;
  background:#2287A0;
  -webkit-transition: 0.2s ease-in-out;
}*/
.sub_tagbox_tag_hit{
  color:#E8F3F5;
  background:#2287A0;
  transition: 0.1s ease-in-out;
}



/*********************
  media query
*********************/

@media screen and (min-width : 1px) {
  .sub_searchbox{
    width: 90%; 
  }
  .sub_tagbox{
    width: 90%; 
  }
  .oshirase_list_item {
    padding:20px 20px;
  }
  .upage_gallery_item{
    width:98%;
    margin:1%;
  }
  .minnna_top_writer{
    margin: 0px 15px; 
    display:block;
  }
  .minnna_top_writer_img{
    width:100%;
  }
  .minnna_top_writer_text{
    margin:20px 0px 0px 0px;
  }
  .item_list_1 {
    padding: 0px 10px; 
  }
  .item_list_1_spot_result{
    padding: 20px 10px; 
  }
  .upage_pc{
    display:none;
  }
  .upage_sf{
    display:block;
  }
  .upage_wrap{
    width:90%;
  }
  .item_list_2_story_wrap {
    padding:40px 10px;
  }
  .item_list_2_story_wrap_in{
    margin-top:50px;
    display:block;
  }
  .item_list_2_story_img img {
    width:100%;
    height:auto;
  }

  .item_list_2_story_gaiyo {
    padding-left:0px;
    padding-top:30px;
  }
  .special_top_text_3 {
    text-align:left;
    padding:0px 20px;
  }
  .minnna_item_wrap {
    display:block;
  }
  .minnna_item_writer {
    margin-left:0px;
    margin-top:30px;
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub_header_title{
    top:10%;
    left:20%;
    font-size:12pt;
    width:60%;
  }

  .sub_header_title_1{
    padding:6px;
  }
  .sub_header_title_2{
    padding:5px;
  }
  .item_list_1_spot_wrap {
    width:98%;
    margin:1%;
  }

  .event_box_container{
    width:98%;
    margin:1%;
  }
  .special_item_contents_text{
    margin-top:40px;
    font-size:12pt;
    line-height:190%;
  }
  .minnna_item_contents_text{
    margin-top:40px;
    font-size:12pt;
    line-height:190%;
  } 

}

@media screen and (min-width : 800px) {
  .sub_searchbox{
    width:700px;
  }
  .sub_tagbox{
    width:700px;
  }
  .oshirase_list_item {
    padding:20px 50px;
  }
  .upage_gallery_item{
    width:48%;
    margin:1%;
  }
  .minnna_top_writer{
    display:flex;
  }
  .minnna_top_writer_img{
    width:300px;
  }
  .minnna_top_writer_text{
    margin:0px 0px 0px 20px;
  }
  .item_list_2_story_wrap {
    padding:60px 100px;
  }
  /* width 800px */
  .sub_header_title{
    top:20%;
    left:30%;
    font-size:18pt;
    width:40%;
  }
  .sub_header_title_1{
    padding:13px;
  }
  .sub_header_title_2{
    padding:10px;
  }
  .item_list_1_spot_wrap {
    width:48%;
    margin:1%;
  }
  .event_box_container{
    width:48%;
    margin:1%;
  }
  .special_item_contents_text{
    margin-top:40px;
    font-size:16pt;
    line-height:190%;
  }
  .minnna_item_contents_text{
    margin-top:40px;
    font-size:16pt;
    line-height:190%;
  }
}

@media screen and (min-width : 1024px) {
  .sub_searchbox{
    width:850px;
  }
  .sub_tagbox{
    width:850px;
  }
  .upage_gallery_item{
    width:23%;
    margin:1%;
  }
  .minnna_top_writer{
    margin: 0px auto; 
    width:800px; 
  }
  .item_list_1 {
    padding: 0px 40px; 
  }
  .item_list_1_spot_result{
    padding: 20px 40px; 
  }
  .item_list_1_spot_wrap {
    width:31.33%;
    margin:1%;
  }
  .upage_pc{
    display:block;
  }
  .upage_sf{
    display:none;
  }
  .upage_wrap{
    width:90%;
  }
  .item_list_2_story_wrap {
    padding:60px 100px;
  }
  .item_list_2_story_wrap_in{
    margin-top:50px;
    display:flex;
  }
  .item_list_2_story_img img {
    width:460px;
    height:auto;
  }
  .item_list_2_story_gaiyo {
    padding-left:40px;
    padding-top:0px;
  }
  /* width 1024px */
  .sub_header_title{
    top:30%;
    left:30%;
    font-size:18pt;
    width:40%;
  }

  .special_top_text_3 {
    text-align:center;
    padding:0pxx;
  }
  .minnna_item_wrap {
    display:flex;
    padding:0px 15px;
  }
  .minnna_item_writer {
    width:350px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-left:30px;
    margin-top:0px;
  }



  .event_box_container{
    width:31.33%;
    margin:1%;
  }
}

@media screen and (min-width : 1350px) {
}

@media print{
  .sub_searchbox{
    width:850px;
  }
  .sub_tagbox{
    width:850px;
  }
  .upage_gallery_item{
    width:23%;
    margin:1%;
  }
  .minnna_top_writer{
    margin: 0px auto; 
    width:800px; 
  }
  .item_list_1 {
    padding: 0px 40px; 
  }
  .item_list_1_spot_result{
    padding: 20px 40px; 
  }
  .item_list_1_spot_wrap {
    width:31.33%;
    margin:1%;
  }
  .upage_pc{
    display:block;
  }
  .upage_sf{
    display:none;
  }
  .upage_wrap{
    width:90%;
  }
  .item_list_2_story_wrap {
    padding:60px 100px;
  }
  .item_list_2_story_wrap_in{
    margin-top:50px;
    display:flex;
  }
  .item_list_2_story_img img {
    width:460px;
    height:auto;
  }
  .item_list_2_story_gaiyo {
    padding-left:40px;
    padding-top:0px;
  }
  /* mdeia print */
  .sub_header_title{
    top:30%;
    left:30%;
    font-size:18pt;
    width:40%;
  }

  .special_top_text_3 {
    text-align:center;
    padding:0pxx;
  }
  .minnna_item_wrap {
    display:flex;
    padding:0px 15px;
  }
  .minnna_item_writer {
    width:350px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-left:30px;
    margin-top:0px;
  }
  .event_box_container{
    width:31.33%;
    margin:1%;
  }




  .sub_header {
    display:none;
  }
  .kankou_tag_type{
    display:none;
  }
  .kankou_tag_area{
    display:none;
  }
  form{
    display:none;
  }
}

/*
電子パンフレット
*/
.p_out {
  display: flex;
  flex-wrap: wrap;
}
.p_out div {
  width: 50%;
  text-align: center;
}
.p_out img {
  width: 80%;
}