@charset "utf-8";

/* ++++++++++++ すべて共通 ++++++++++++ */

html,body {
	font-size: 14px;
	font-family: '游ゴシック','Hiragino Kaku Gothic Pro','sans-serif','メイリオ';
	color: #545454;
	background: #fff;
	}

@media only screen and (min-width: 768px) {
	html,body {
		font-size: 18px;
	}
}

body,div,p,h1,h2,h3,h4,ul,dl, dt, dd, ol,figure {
	margin: 0;
	padding: 0;
	}

p,td,th,li {
	line-height: 1.8;
	}

ul {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	}

a {
	color: #709a00;
	}

a:hover {
	color: #95cd00;
	}

a:active {
	color: #4b6700;
	}

a {
	outline: none;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	}

/* ----- 共通部分 ----- */

.container {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	max-width: 1000px;
	}

@media screen and (min-width: 768px) {

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}
  

.main-inner {
	padding: 20px 10px 20px 10px;
	}


/*	ヘッダー部	*/

.header-inner {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	}

.logo {
	padding: 10px 0;
	width: 140px;
	height: auto;
	margin-right: auto;
	}



.hamburger {
	padding: 10px 0;
	border: none;
	width: 40px;
	height: 40px;
	background: url(https://ayumu-okinawa.com/images/hamburger.svg) no-repeat center center;
	background-size: contain;
	}

.header-contact {
	display: flex;
	list-style-type: none;
	}

.header-contact li {
	flex: 1 1 auto;
	}

.header-contact img {
	width: 140px;
	height: auto;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {

	.header-mail {
		display: none;
	}
}


@media screen and (min-width: 768px) {

	.header-inner {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	}


	.logo {
		padding: 20px 0;
		width: 180px;
		height: auto;
	}
	
	.hamburger {
		display: none;
	}

	.sp-view {
		display: none;
	}

	.header-mail {
		margin-left: 30px;

	}

	.header-mail > span {
		margin-left: 40px;
	}

	.header-contact img {
	width: 200px;
	height: auto;
}

/* --- mail btn css --- */

	.btn-animation {
	  display: inline-block;
	  width: 150px;
	  box-sizing: border-box;
	  border: 2px solid #f38900;
	  font-size: 14px;
	  color: #f38900;
	  text-decoration: none;
	  font-weight: medium;
	  padding: 10px 10px;
	  transition: .5s;
	  position: relative;
	  }

	.btn-animation:hover {
  	  background-color: #f38900;
  	  border-color: #f38900;
  	  color: #FFF;
  	  }

	.icon_header {
	  font-size: 30px;
	  position: absolute;
	  top: 7px;
	  left: 13px;
	  }
}


/* navigation */

nav {
	margin-bottom: 0px;
	background: #f38900;
	}

.nav-inner {
	padding: 0px;
	}

.navbar {
	display: none;
	list-style-type: none;
	}

.navbar a {
	display: block;
	padding: 0.5rem 0px;
	color: #fff;
	text-decoration: none;
	transition: 0.35s;
	}

.navbar a:hover {
	background: #c84040;
	opacity: 0.5;
	}

/* nav menu 矢印 css 2021 3 1 追加 Drop Down Menu用 */

.nav_arrow {
	display: block;
	position: relative;
	padding: 0.5rem 0px;
	color: #fff;
}

.nav_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin-top: -5px;
}


/* submenu nav */

.navbar li ul li a {
	padding-left: 40px;
	border-top: none;
}


@media screen and (min-width: 768px) {

	nav {
	border-bottom: 4px solid #c60;
	box-sizing: border-box;
	}


	.navbar {
		display: -ms-flex;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.navbar li {
		flex: 1 1 auto;
		text-align: center;
		border-right: 1px dashed #fff;
		}

	.navbar li:first-child {
		border-left: 1px dashed #fff;
	}

	.navbar a.nav-current {
		background: #c84040;
	}

	.navbar a {
		display: block;
	}

	/* dropdwn menu 20230418更新時に無効に */ 

	.navbar li {
		position: relative;
		z-index: 1;
		width: 100%;
	}


	.navbar li ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding-left: 0;
	}

	.navbar li ul li {
		visibility: hidden;
		background: #f3a100;
		border: none;
		
	}

	.navbar li ul li:first-child {
		border-left: none;
		border-bottom: 1px #c60 dashed;
	} 


	.navbar li:hover > ul > li {
		visibility: visible;
	}

	.navbar li ul li a {
		font-size: 0.8rem;
		padding-left: 0;
	}

}

/* パンくずリスト */

.bread {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 0.8em;
}

.bread li {
	display: inline-block;
	list-style: none;
}

.bread li:after {
	content: '>';
	padding: 0 3px;
	color: #5f5f5f;
}

.bread li:last-child:after {
	content: '';
	padding: 0;
}

.bread a {
	text-decoration: none;
}

/* Main */

main {
	padding: 50px 0;
	background: #fff;
	}

@media screen and (min-width: 768) {

	main {
		padding: 0 30px;
	}	
}


/* Footer */

footer {
	margin-top: 0px;
	background: #f38900;
	font-size: 0.9rem;
	color: #fff;
	}

.footer-inner {
	padding: 40px 0px;
	text-align: center;
	}

.footer-nav {
	list-style-type: none;
	margin-bottom: 20px;
	}

.footer-nav li {
	display: inline;
	padding: 0 1rem 0px 0;
	}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	}

.footer-nav a:hover {
	opacity: 0.5;
	}


/* ++++++++++++ サブページ共通 ++++++++++++ */


.title {
	background: #fff;
	color: #f38900;
	font-weight: medium;
	font-size: 2.3em;
	text-align: center;
	margin-bottom: 100px;
	}


.midashi {
  position: relative;
  margin: 60px 0 30px 0;
  font-size: 1.4em;
  font-weight: medium;
  color: #f38900;
  padding-left: 10px;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d2d2d2;
}

.midashi:after {
 	position: absolute;
	bottom: -2px;
  	left: 0;
	z-index: 2;
	content: '';
	width: 32%;
	height: 2px;
	background-color: #f38900;
}

@media screen and (min-width: 768px) {

	.midashi:after {
 	position: absolute;
	bottom: -2px;
  	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #f38900;
	}
	
}

/* -- TOP PAGE CSS -- */

.home-keyvisual {
	position: relative;
	overflow: hidden;
	}

.catch {
	margin: 0;
	padding: 10px 10px;
	background: rgba(0,0,0,0.4);
	border-bottom: 5px solid #f38900;
	font-size: 0.9em;
	font-weight: thin;
	letter-spacing: 0.3em;
	line-height: 1.8em;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	}

.catch {
	position: absolute;
	bottom: 0%;
	left: 0%;
	}

@media screen and (min-width: 786px) {

	.catch {
	margin: 0;
	padding: 15px 20px 15px;
	background: rgba(0,0,0,0.4);
	border-bottom: 5px solid #f38900;
	font-size: 25px;
	font-weight: thin;
	letter-spacing: 0.4em;
	line-height: 1.9em;
    }
	
} /* --- @media END --- */

.top-lead_center {
	text-align: center;
}

.top-lead {
  margin: 0px auto 50px;
  position: relative;
  display: inline-block;
  padding: 0 20%;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #f38900;
}

.top-lead:before, .top-lead:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 2px;
  background-color: #f38900;
}

.top-lead:before {
  left:0;
}
.top-lead:after {
  right: 0;
}


.top-lead-content {
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	}

.addexp_box {
 position: relative;
 margin: 60px auto 20px;
 padding: 0.5em;
 color: #5f5f5f; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 2px solid #88b5d3; /* 枠線の太さ・色 */
 border-radius: 3px;
 width: 96%;
 box-sizing: border-box;
}
.addexp_box_title {
 position: absolute;
 padding: 0 .5em;
 right: 20px;
 top: -12px;
 font-size: 1.1em;
 font-weight: 500;
 background-color: #fff; /* タイトル背景色 */
 color: #88b5d3; /* タイトル文字色 */
 border-radius: 3px;
}

.addexp_box_text {
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	margin: 25px 12px 15px;
}

/* 見出し */

 .home-h2 {
 	padding: 0 0 3px 10px;
 	margin: 50px 0 10px 0px;
 	color: #f38900;
 	border-left: 5px solid #f38900;
 	font-size: 1.3rem;
 	font-weight: normal;
  }

/* コンテンツ概要 */

.gaiyou li {
	margin-bottom: 20px;
	padding: 10px;
	width:100%;
	box-sizing: border-box;
	border: 2px solid #cdcdcd;
	border-radius: 3px;
	background-image: url(https://ayumu-okinawa.com/images/icon_caret.svg),
					  url(https://ayumu-okinawa.com/images/gaiyou_flow_fig.svg);
	background-size: 18px, 15% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 10px right 10px, top 8px right 3px;
}

.gaiyou li:last-child {
	background-image: url(https://ayumu-okinawa.com/images/icon_caret.svg),
					  url(https://ayumu-okinawa.com/images/gaiyou_service_fig.svg);
	background-size: 18px, 12% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 10px right 10px, top 2px right 3px;
}

@media screen and (max-width: 500px) {

.gaiyou li {

	background-size: 18px, 24% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 10px right 10px, top 8px right 3px;
}

.gaiyou li:last-child {
	background-size: 18px, 17% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 10px right 10px, top 2px right 3px;
}

}

@media screen and (min-width: 698px) {
.gaiyou {
	display: flex;
	justify-content: space-between;
	}



.gaiyou li {
	padding: 10px;
	width:49%;
	box-sizing: border-box;
	border: 2px solid #cdcdcd;
	border-radius: 3px;
	background-image: url(https://ayumu-okinawa.com/images/icon_caret.svg),
					  url(https://ayumu-okinawa.com/images/gaiyou_flow_fig.svg);
	background-size: 18px, 30% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 15px right 20px, top 8px right 2px;
	}

.gaiyou li:last-child {
	background-image: url(https://ayumu-okinawa.com/images/icon_caret.svg),
					  url(https://ayumu-okinawa.com/images/gaiyou_service_fig.svg);
	background-size: 18px, 20% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 15px right 20px, top 2px right 2px;
	}

}

.gaiyou li:hover {
	border-color: #f38900;
	transition: 0.3s;
}


.gaiyou li a {
	display: block;
	color: #5f5f5f;
	text-decoration: none;
	width:100%;
	height: 100%;
}

.gaiyou a:hover {
	opacity: 0.6;
}


.gaiyou h3 {
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #f38900;
	font-weight: normal;
	line-height: 1.4em;
	border-bottom: 2px solid #f38900;
	/*text-align: center;*/
}

.gaiyou span {
	font-size: 0.7em;
}

.gaiyou p {
	font-size: 0.88em;
}

/* お知らせ */

.home-news {
	margin-left: 0px;
	padding: 18px 20px 33px;
	border: 2px solid #cdcdcd;
	border-radius: 5px;
 }

 .home-news li {
	border-bottom: 1px dashed #5f5f5f;
 }

.top_banner {
	margin: 20px 0 0px 0px;
	
}

.top_banner p {
	font-size: 1em;
	color: #5f5f5f;
	position: relative;
}

.top_banner p::after {
	display: inline-block;
	background: url(https://ayumu-okinawa.com/images/icon_caret.svg);
	background-size: 17px 17px;
	width: 100px;
	height: 30px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: top 8px left 15px;

}

.top_banner li {
	margin: 30px 0 0px;
	padding: 15px;
	letter-spacing: 0em;
	position: relative;
	border: 2px solid #cdcdcd;
}

.top_banner li:hover {
	border: 2px solid #f38900;
	transition: 0.3s;
}

.top_banner a {
		display: block;
		text-decoration: none;
		width: 100%;
	}

.top_banner li p:hover {
	color: #f38900;
}

.fig_icon {
	position: absolute;
	top: -25px;
	right: 3px;
}


@media screen and (min-width: 786px) {

	.news-banner {
		display: flex;
		justify-content: space-between;
	}

	.news {
		width: 70%;

	}

	.banner {
		width: 30%;
	}

	.top_banner {
	margin: 0px 0 0px 10px;
	
	}

	.top_banner li {
		margin: 0 0 10px 0;
		padding: 10px;
		display: flex;
		justify-content: space-between;
		border: 2px solid #cdcdcd;
		position: relative;
	}


	.fig_icon {
		position: absolute;
		top: -30px;
		right: 3px;
	}


	
}


/* --- お問い合わせBOX --- */

.aside-inner {
	padding: 20px 10px 20px 10px;
}

.contact_navi {
	background-color: #f7f7f7;
}

.contact_box {
 margin: 30px auto 0;
 padding: 0px 0px; 
 max-width: 980px;
 text-align: center;
}

.contact_box_lead {
	font-size: 1.1em;
	font-weight: 600;
	margin: 40px 15px 40px;
}

.contact_box li {
	margin-bottom: 20px;
	padding: 10px 20px 20px;
	border: 1px solid #5f5f5f;
	background: #fff;
}

.conbox_title {
	color: #fff;
	background: #f39500;
	margin-bottom: 10px;
	padding: 15px 5px;
	font-weight: normal;
}

.conbox_header {
	font-size:1.1em;
	padding-bottom: 6px;
	border-bottom: 2px solid #5f5f5f;
}

.conbox_tel_text {
	margin-top: 20px;
}

.tel_num {
	color: #0074b2;
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin-left: 5px;
	font-family: 'Noto Sans', sans-serif;
}

.conbox_mail {
	padding: 8px 10px 10px;
	max-width: 180px;
	border: 2px solid #cdcdcd;
	border-radius: 3px;
	margin: 0 auto;
}

.conbox_mail:hover {
	color: #5f5f5f;
	border: 2px solid #f38900;
}

.conbox_mail_text {
	margin-top: 43px;
	font-size: 1.1em;
}

.conbox_mail_icon {
	width: 25px;
	height: 25px;
	position: relative;
	top: 7px;
	padding-left: 10px;
}

.contact_box a {
	text-decoration: none;
	color: #5f5f5f;
}


@media screen and (min-width: 786px) {

	.contact_box {
	 background: #fff;
	 border: 2px solid #cdcdcd;	
	 border-radius: 0 0 3px 3px; 
	 margin: 30px auto 20px;
	 padding: 0px 0px; 
	 max-width: 980px;
	 text-align: center;
	}

	.contact_box ul {
		display: flex;
		justify-content: space-around;
		margin: 30px 0;
	}

	.contact_box li {
		min-width: 300px;
	}

	.contact_box li:last-child {
		margin-left: 30px;
	}

	.conbox_title {
	color: #fff;
	background: #f39500;
	margin-bottom: 10px;
	padding: 15px 5px;
	text-align: center;
	border-bottom: 2px solid #cdcdcd;
	font-weight: normal;
	}

	.conbox_mail_icon {
	width: 30px;
	height: 30px;
	position: relative;
	top: 7px;
	padding-left: 10px;
}

}

