@charset "utf-8";
/* CSS Document */

/* ===============================================
#　基本設定
=============================================== */
body {

	@font-face {
	  font-family: YuGothicM;
	  src: local("Yu Gothic Medium");
	}


	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;

}




header {
	height: 50px;
	background: #fff;
  border-bottom: 1px solid #211E55;
  position: fixed; /* ヘッダーを固定 */
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}

#header_layer {
	height: 98px;
}

body {
  color: #333;
}

footer {
	height: 400px;
	background: #172A89;
  border-top: 1px solid #211E55;
  margin-top: 40px;
}


footer #container01 {
  width: 980px;
  margin: auto;
  margin-top: 50px;
}

footer .box01 {
  float: left;
	width: calc((100% - 2px) / 3);
}

footer .box01 h3 {
	color: #fffef6;
	font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5em;
}

footer li a {
	color: #fffef6;
	font-size: 0.8em;
  line-height: 1.5em;
}

footer li a:hover {
	color: #eb7d1c;
}

footer #address {
  width: 980px;
  margin: auto;
  margin-top: 40px;
	text-align: right;
	font-size: 0.9em;
  line-height: 1.4em;
	color: #fffef6;
}

footer #address a {
	color: #fffef6;
}

footer #copyright {
  width: 980px;
  margin: auto;
  margin-top: 40px;
	text-align: center;
	font-size: 0.8em;
	color: #fffef6;
}

.clear_both {
  clear:both;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

p {
   margin: 2em 0px;
}
/* ===============================================
#　パンくずの設定
=============================================== */
#breadcrumb {
  width: 100%;
	font-size: 1.0em;
  background-color: #fff;
  margin-top: -3px;
}

#breadcrumb ul {
  width: 980px;
  margin: auto;
}

#breadcrumb ul li {
  display: inline;
  line-height: 2.0em;
}

.breadcrumb_arrow {
  padding: 0px 5px;
}

#breadcrumb li a {
  color: #195c90;
}

#breadcrumb li a:hover {
  color: #eb7d1c;
}
/* ===============================================
#　ロゴの設定
=============================================== */
#logo {
  float:left;
	height: 32px;
	padding: 6px 10px;
}
/* ===============================================
#　外国語用国旗設定
=============================================== */
#flag {
  text-align:right;
	padding: 15px 15px;
}

#flag img {
	height: 23px;
}

a:hover img.overwhite {
	cursor:pointer;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity:0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.7;
	zoom:1;
}
/* ===============================================
#　h1設定
=============================================== */
h1 {
  float:left;
	color: #fffef6;
	font-weight: bold;
	font-size: 0.7em;
	padding: 17px 20px;
}
/* ===============================================
#　固定ナビ設定
=============================================== */
#nav_area {
	background: #172A89;
	width: 100%;
	height: 46px;
  border-bottom: 1px solid #2e6400;
  position: fixed; /* 固定 */
  top: 51px;
  left: 0;
  right: 0;
  z-index: 4;
}

nav ul {
  text-align:right;
	letter-spacing: -1.5em;
}

nav ul li {
	letter-spacing: normal;
	display: inline-block;
	text-align: center;
	padding: 12px 12px;
}

nav ul li a {
	color: #fffef6;
  font-weight: normal;
	font-size: 0.8em;
}

nav ul li a:hover {
	color: #eb7d1c;
}

.navToggle {
  display: none;
}
/* ===============================================
#　ナビのご予約ボタン設定
=============================================== */
.btn_reservation {
  display: inline-block;
	line-height: 24px;
  height: 22px;
  width: 80px;
  border: 1px solid #eb7d1c;
  color: #fff;
  background: #eb7d1c;
}

.btn_reservation a:hover {
  display: inline-block;
	line-height: 24px;
  height: 22px;
  width: 80px;
  color: #eb7d1c;
  background: #fff;
}
/* ===============================================
#　キャッチフォト設定
=============================================== */
#top_image {
  width: 100%;
}
/* ===============================================
#　小見出し設定
=============================================== */
h2 {
  position: relative;
  text-align: center;
  margin: auto;
  width: 980px;
  margin-top: 60px;
  margin-bottom: 40px;
}

h2 span {
  position: relative;
  z-index: -1;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 1.2em;
  font-weight: bold;
}

h2::before {
  position: absolute;
  top: 50%;
  z-index: -2;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #211E55;
  background: -webkit-linear-gradient(-45deg, transparent, #211E55 10%, #211E55 90%, transparent);
  background: linear-gradient(-45deg, transparent, #211E55 10%, #211E55 90%, transparent);
}
/* ===============================================
#　親メニュー設定
=============================================== */
menu {
  width: 980px;
  margin: auto;
}

menu li {
	display: inline-block;
  width: calc((100% - 11px) / 3);
  vertical-align: top;
	text-align: center;
  margin-top: 40px;
  position:	relative;
  z-index: 0;
}

menu li a {
	color: #211E55;
}

menu li a:hover {
	color: #eb7d1c;
}

menu li img {
  width: 95%;
}

menu p {
	font-size: 1.3em;
  white-space: nowrap;
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #fff;
  text-shadow: 2px 2px 2px #333,
  -2px 2px 2px #333,
  2px -2px 2px #333,
  -2px -2px 2px #333;
}

/* 親メニューボタン化*/
img.oya_menu:hover{
	opacity:0.5;
	cursor: pointer;
}

img.oya_menu:active{
	position: relative;
	top: 3px;
}
/* ===============================================
#　ジェネラル情報のセクション設定
=============================================== */
#sec01 {
  width: 980px;
  margin: auto;
  margin-top: 20px;
}

.sec01_left {
  float: left;
}

.sec01_right {
  display: table-cell;
  padding: 0px 0px 0px 20px;
  vertical-align: middle;
  line-height: 1.4em;
}

#sec01 h3 {
  line-height: 32px;
  margin-bottom: 10px;
	font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #211E55;
}

#sec01 img {
  width: 480px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}


#sec02 {
  width: 980px;
  margin: auto;
  margin-top: 20px;
}

.sec02_left {
  width: 480px;
  display: table-cell;
  padding: 0px 20px 0px 0px;
  vertical-align: middle;
  line-height: 1.4em;
}

.sec02_right {
  float: right;
}

#sec02 h3 {
  line-height: 32px;
  margin-bottom: 10px;
	font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #211E55;
}

#sec02 img {
  width: 480px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}


#sec03 {
  width: 980px;
  margin: auto;
  margin-top: 40px;
}

.sec03_left {
  float: left;
}

.sec03_right {
  display: table-cell;
  padding: 0px 0px 0px 20px;
  vertical-align: middle;
  line-height: 1.4em;
}

#sec03 h3 {
  line-height: 32px;
  margin-bottom: 10px;
	font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #211E55;
}

#sec03 img {
  width: 300px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}


#sec04 {
  width: 980px;
  margin: auto;
  margin-top: 20px;
}

#sec04_wrapper {
  float: left;
  width: 480px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}

.sec04_left {
  float: left;
}

.sec04_right {
  float: left;
  width: 270px;
  display: table-cell;
  padding: 0px 0px 0px 10px;
  vertical-align: middle;
	font-size: 0.9em;
  line-height: 1.4em;
}

#sec04 h3 {
  line-height: 32px;
  margin-bottom: 10px;
	font-size: 1.0em;
  font-weight: bold;
  border-bottom: 1px solid #211E55;
}

#sec04 img {
  width: 200px;
/  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}

.sec04_center {
  float: left;
  display: block;
  width: 20px;
}

#sec05 {
  width: 80%;
  margin: auto;
  margin-top: 100px;
}

#sec06 {
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

#sec07 {
  width: 980px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

#sec07 img {
  width: 80%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}
/* ===============================================
#　swiper用設定
=============================================== */
.swiper-container {
  width: 480px;
  height: 100%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
/  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* ===============================================
#　GoogleMap設定
=============================================== */
#map {
  width: 980px;
  margin: auto;
}

#map iframe {
  display: block;
	width: 978px;
	height: 600px;
  border: 1px solid #211E55;
}

#address {
  width: 980px;
  margin: auto;
  margin-top: 20px;
}

.address_left {
  float: left;
  width: 600px;
	font-size: 0.9em;
  line-height: 1.4em;
}

.address_right {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
	font-size: 0.9em;
  line-height: 1.4em;
}
/* ===============================================
#　フォーム設定
=============================================== */
#contact {
  width: 980px;
  margin: auto;
  margin-top: 20px;
}

input {
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	margin-top : 5px;
  margin-bottom: 20px;
}

textarea {
	display : block;
	width : 90%;
	max-width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}
/* ===============================================
#　カラー設定
=============================================== */
.color_ffffff {
  color: #fff;
}

.color_eb7d1c {
  color: #eb7d1c; /* ユースホステルロゴ　オレンジ */
}

.color_195c90 {
  color: #195c90; /* ユースホステルロゴ　青 */
}

.color_195c90 {
  color: #211E55;
}
/* ===============================================
#　罫線設定
=============================================== */
.border01 {
  border-bottom: 1px solid #333;
}
/* ===============================================
#　表組み設定
=============================================== */
table {
  border-collapse: collapse;
  margin: auto;
  margin-top: 20px;
	font-size: 0.9em;
}

table th,
table td {
  padding: 10px 20px;
  border: 1px solid #2e4600;
}

table th {
  background-color: #eee;
  text-align: center;
  font-weight: bold;
}

table td{
    line-height: 1.7em;
}

table td.center {
  text-align: center;
}



/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a button{
    border-top:1px dashed #eee;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}


		.breadcrumbs{
		 border: solid 1px #ccc;
		 border-width: 1px 0;
		 background-color: #ffffff;
		}

		.breadcrumbs ul,
		.breadcrumbs li{
		 margin: 0;
		 padding: 0;
		}

		.breadcrumbs a{
		 color: #172A89;
		 text-decoration: none;
		}

		.breadcrumbs a:hover{
		 color: #2e4600;
		}

		.breadcrumbs ul{
		 display: flex;
		 width: 1000px;
		 margin: auto;
		}

		.breadcrumbs li{
		 list-style: none;
		 font-size: 12px;
		 height: 30px;
		 line-height: 30px;
		 margin-right: 35px;
		 margin-left: 5px;
		 position: relative;
		}

		.breadcrumbs li:before,
		.breadcrumbs li:after{
		 content: "";
		 display: block;
		 position: absolute;
		 top: 0;
		 border-top: 15px solid transparent;
		 border-right: 15px solid transparent;
		 border-bottom: 15px solid transparent;
		}

		.breadcrumbs li:before{
		 right: -40px;
		 border-left: 15px solid #ccc;
		}

		.breadcrumbs li:after{
		 right: -39px;
		 border-left: 15px solid #fff;
		}

		.active a{
		 color: #000;
		}

/* お知らせBOX（共通） */
.boxinfo {
  margin: 2em 0;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.boxinfo .box-title {
  font-size: 1.0em;
  background: #FFC107;
  padding: 10px 14px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* 1件ごとの折り畳み（共通） */
.notice-item {
  display: block;
  padding: 12px 0;
}

.notice-item + .notice-item {
  border-top: 1px solid #ddd;   /* 区切り線 */
  margin-top: 12px;            /* 上の余白 */
  padding-top: 12px;           /* 線と本文の間 */
}

.notice-item > summary {
  cursor: pointer;
  padding: 12px 16px;
  font-weight: bold;
  list-style: none;
}

/* 三角マーカーを消す */
.notice-item > summary::-webkit-details-marker {
  display: none;
}

/* 右側の開閉記号 */
.notice-item > summary::after {
  content: "＋";
  float: right;
  font-weight: bold;
}

.notice-item[open] > summary::after {
  content: "－";
}

.notice-body p {
  padding: 0 16px 0;
  margin: 0;          /* 他の p の margin 指定を無効化 */
  line-height: 1.7;
}

/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 768px){
    .bottom-menu{display:none; }
}

/*ボタン追加*/
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #172A89;
  border: solid 2px #172A89;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #172A89;
  color: white;
}


/*オレンジボタン設定*/
.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
}

.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


/* ===============================================
#　文字囲み設定
=============================================== */
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}


/* ----------------------------- 以下レスポンシブ用 ------------------------------- */


/* =========================================================
#　RESPONSIVE 設定
========================================================= */
@media only screen and (max-width: 799px) {

    
    
/*========================
smartphone　bottom menu
========================*/


.show-on-mobile{
    display:none;
  }

.mini-text{font-size:10px;}/*文字大きさ*/


ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:50px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
  font-size:20px;/*アイコンのサイズ*/}


.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}



.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}
    

/* ===============================================
#　基本設定
=============================================== */
footer {
	height: 100%;
	background: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  border-top: 1px solid #211E55;
  margin-top: 20px;
  padding-bottom: 20px;
}


footer #container01 {
  width: 100%;
  margin-top: 20px;
}

footer .box01 {
  float: initial;
  margin: auto;
	width: 90%;
  margin-bottom: 20px;
  margin-left: 20px;
	font-size: 0.9em;
}

footer #address {
  width: 90%;
  margin: auto;
  margin-top: 40px;
	text-align: right;
	font-size: 0.7em;
	color: #fff;
}

footer #address a {
	color: #fff;
}

footer #copyright {
  width: 100%;
  margin: auto;
  margin-top: 40px;
	text-align: center;
	font-size: 0.6em;
	color: #aaa;
}
/* ===============================================
#　パンくずの設定
=============================================== */
#breadcrumb {
	font-size: 0.8em;
}

#breadcrumb ul {
  width: 100%;
  margin: auto;
}

#breadcrumb ul li {
  display: inline;
  line-height: 2.0em;
}

.breadcrumb_arrow {
  padding: 0px 2px;
}

#breadcrumb li a {
  color: #195c90;
}

#breadcrumb li a:hover {
  color: #eb7d1c;
}
/* ===============================================
#　ロゴの設定
=============================================== */
#logo {
  float:left;
	height: 32px;
	padding: 6px 0px;
}
/* ===============================================
#　外国語用国旗設定
=============================================== */
#flag {
  display: none;
}
/* ===============================================
#　h1設定
=============================================== */
h1 {
	font-size: 0.7em;
	padding: 17px 10px;
}
/* ===============================================
#　固定ナビ設定
=============================================== */
#nav_area {
  z-index: 4;
}
/* ===============================================
#　モバイル用ナビ設定
=============================================== */
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 50;
  left: 0;
  background: #fff;
  color: #808080;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}


nav.globalMenuSp ul li {
  font-size: 1.0em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #211E55;
}

nav.globalMenuSp ul li:last-child {
  display: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #808080;
  padding: 1em 0;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {    /* ハンバーガーメニューのトグル */
  display: block;
  position: fixed;
  right: 13px;
  top: 50px;
  width: 42px;
  height: 46px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;    /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #808080;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #808080;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ===============================================
#　小見出し設定
=============================================== */
h2 {
  position: relative;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

h2 span {
  position: relative;
  z-index: -1;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 1.2em;
  font-weight: bold;
}

/* ===============================================
#　親メニュー設定
=============================================== */
menu {
  width: 100%;
}

menu li {
  width: calc((100% - 8px) / 2);
  margin-top: 20px;
}
/* ===============================================
#　ジェネラル情報のセクション設定
=============================================== */
#sec01 {
  width: 100%;
	font-size: 0.9em;
}

.sec01_left {
  float: none;
  width: 100%;
}

.sec01_right {
  width: 100%;
  display: table-cell;
  padding: 10px 20px;
  background-color: #fff;
}

#sec01 img {
  width: 100%;
  margin-bottom: -3px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}


#sec02 {
  width: 100%;
	font-size: 0.9em;
}

.sec02_right {
  float: none;
  width: 100%;
}

.sec02_left {
  width: 100%;
  display: table-cell;
  padding: 10px 20px;
  background-color: #fff;
}

#sec02 img {
  width: 100%;
  margin-bottom: -3px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}


#sec03 {
  width: 100%;
	font-size: 0.9em;
  text-align: center;
}

#sec03 img {
  width: 50%;
  height: initial;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}

.sec03_left {
  width: 90%;
}

.sec03_right {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  line-height: 1.4em;
  text-align: left;
}


#sec04 {
  width: 95%;
  margin: auto;
  margin-top: 0px;
}

#sec04_wrapper {
  float: left;
  width: 100%;
  margin-top: 10px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.0);
}

.sec04_left {
  float: left;
  width: calc((100% - 10px) / 2);
}

.sec04_right {
  float: left;
  width: calc((100% - 10px) / 2);
  display: table-cell;
  padding: 0px 0px 0px 10px;
  vertical-align: middle;
	font-size: 0.9em;
  line-height: 1.4em;

}

#sec04 h3 {
  line-height: 32px;
  margin-bottom: 4px;
	font-size: 1.0em;
  font-weight: bold;
  border-bottom: 1px solid #211E55;
}

#sec04 img {
  width: 100%;
}

.sec04_center {
  display: none;
  width: 0px;
}
/* ===============================================
#　swiper用設定
=============================================== */
.swiper-container {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.0);
}
/* ===============================================
#　GoogleMap設定
=============================================== */
#map {
  width: 100%;
}

#map iframe {
  display: block;
  width:  calc(100% - 2px);
	height: 350px;
}

#address {
  width: 95%;
}

.address_left {
  float: none;
  display: block;
  width: 100%;
  padding: 10px 0px;
}

.address_right {
  display: block;
  width: 100%;
  padding: 10px 0px;
  vertical-align: middle;
}
/* ===============================================
#　フォーム設定
=============================================== */
#contact {
  width: 90%;
  padding: 10px 10px;
}

input {
	max-width : 100%;
}

textarea {
	display : block;
	width : 100%;
	max-width : 90%;
}
/* ===============================================
#　表組み設定
=============================================== */
table {
	width : 95%;
}

table th,
table td {
  padding: 10px 10px;
}

/*Box表示*/
.boxinfo {
  margin: 2em 0;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.boxinfo .box-title {
  font-size: 1.2em;
  background: #FFC107;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.boxinfo p {
  padding: 15px 20px;
  margin: 0;
}

.boxinfo {
  margin: 2em 0;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.boxinfo .box-title {
  font-size: 1.2em;
  background: #FFC107;
  padding: 10px 14px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
