@charset "utf-8";

#main { width:100%; margin:10px auto; }
#main .sp { display:none!important; }
#main .pc { display:block!important; }


/*----------------------�X�}�z��-----------------------*/

@media screen and (max-width: 768px) {
#main .pc { display:none!important; }
#main .sp { display:block!important; }
}
/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:10px; }
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }




/*--------------------------------------------------
  reset
--------------------------------------------------*/




#main{
	width: 100%;
	font-size: 14px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	line-height: 1.6em;
	margin: 0 auto 50px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}

img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*--------------------------------------------------
ここから
--------------------------------------------------*/
#main a {
	text-decoration: none;
}
#main h3,#main h4,#main h5,#main h6 {
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
}
#main a,#main h3,#main h4,#main h5,#main h6 {
	font-weight: bold;
}
#main span,#main img,#main a {
	display: block;
}
.color1 {
	background: #448aca;
	color: #FFF;
}
.color2 {
	background: #49ae7d;
	color: #FFF;
}
.color3 {
	background: #f39800;
	color: #FFF;
}
.color4 {
	background: #cfc849;
	color: #FFF;
}
.color5 {
	background: #eb6877;
	color: #FFF;
}
.color6 {
	background: #906ab4;
	color: #FFF;
}
.color7 {
	background: #907354;
	color: #FFF;
}
.con {
	background: #FFF;
	color: #000;
	font-weight: bold;
}
#mv .mv {
	width: 100%;
	background: url(../images/mv.jpg);
	background-size: cover;
	background-position: center;
	height: 620px;
	box-sizing: border-box;
	padding-top: 70px;
}
#mv .mv-inner {
	background: url(../images/mv-img.png);
	width: 746px;
	height: 465px;
	margin: auto;
}
#mv .text {
	text-align: center;
	padding-top: 280px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
/*--------------------------------------------------
contents1
--------------------------------------------------*/
.tabs {
margin-top: 50px;
padding-bottom: 0px;
background-color: #fff;
width: 1100px;
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
width: 366.6666px;
height: 60px;
background-color: #e7e7e7;
color: #398fcb;
line-height: 60px;
font-size: 28px;
text-align: center;
display: block;
float: left;
margin-top: 20px;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 0;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #398fcb;
color: #e7e7e7;
line-height: 80px;
height: 80px;
margin-top: 0px;
}

/*--------------------------------------------------
contents2
--------------------------------------------------*/


#contents2 .btn,#foot .btn {
	float: left;
}
#contents2 .btn a,#foot .btn a {
	font-size: 20px;
	text-align: center;
	line-height: 66px;
	color: #de7e18;
	width: 158px;
	background: #FFF;
	position: relative;
}
#contents2 .btn a:hover,#contents2 .btn2:hover,#contents2 .btn3:hover,#foot .btn a:hover, .add_btn:hover {
	opacity: 0.6;
}
#contents2 .btn a::before,#foot .btn a::before {
	display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:42%;	
 width: 10px;
 height: 10px;
 border-top: 2px solid #de7e18;
 border-right: 2px solid #de7e18;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#contents2 .btnbox,#foot .btnbox {
	box-sizing: border-box;
	padding: 80px 0 0; 
}
#contents2 .btnbox li+li,#foot .btnbox li+li {
	margin-left: 30px;
}

#contents2 .link-inner {
	width: 1100px;
	margin: 50px auto 0;
}

#contents2 .box-inner {
	width: 1100px;
	margin: auto;
}
#contents2 .box-subtitle {
	font-size: 26px;
	margin-bottom: 20px;
}
#contents2 .box-maintitle{
	font-size: 42px;
	color: #398fcb;
}
#contents2 .title-box {
	display: table;
	margin: auto;
	padding:10px 0 20px 80px;
	position: relative;
}
#contents2 .title-box::before {
	display: block;
	content: "";
	position: absolute;
	left: -60px;
	top: -10px;
	background: url(../images/icon.png);
	width: 111px;
	height: 79px;
}
#contents2 .inner img {
	width: 100%;
}
#contents2 .main_contents {
	margin-top: 30px;
}
#contents2 .inner {
	width: 360px;
	background: #FFF;
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
	box-sizing: border-box;
}
#contents2 .inner-right {
	margin-right: 0px;
}
#contents2 .textbox {
	box-sizing: border-box;
	padding: 30px;
}
#contents2 .ttl01 {
	font-size: 22px;
	color: #398fcb;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding-bottom: 10px;
	display: table;
	margin: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #398fcb;
}
#contents2 .main-text {
	font-size: 16px;
	padding: 10px 0px;
	line-height: 1.8;
}
#contents2 .btn2 {
	margin: 30px 0 10px;
}
#contents2 .btn2 a {
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	line-height: 60px;
	width: 100%;
	position: relative;
}
#contents2 .tent {
	display:inline;
	font-weight:normal;
	color:#de7e18;
	text-decoration:underline;
}

#contents2 .btn2 a::before {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 10px;
 height: 10px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#contents2 .btn3 a {
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	width: 100%;
	line-height: 1.6;
	height: 74px;
	padding: 10px 0px;
	position: relative;
}
#contents2 .btn3 a::before {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 10px;
 height: 10px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}



#contents2 .link-box li img {
	width: 100%;
}
#contents2 .link-box li {
	float: left;
	width: 350px;
	margin: 20px 0px;
}
#contents2 .link-box li+li {
	margin-left: 25px;
}
#contents2 .link-box li:nth-child(4) {
	margin-left: 0px;
}
#contents2 .linkimg {
	position: relative;
}
#contents2 .linkimg::before {
	display: block;
	content: "";
	position: absolute;
	left: -20px;
	top: -60px;
	background: url(../images/morocco-icon3.png);
	width: 120px;
	height: 110px;
}

/*------------------------------------------------------------
   contents4
------------------------------------------------------------*/
#contents4 {
	box-sizing: border-box;
	padding: 120px 0px 0;
}
#contents4 h6 {
   text-align:center;
   color:#43a3ca;
   font-size:25px;
   padding:15px;
}
#contents4 .inner {
	width: 1100px;
	margin: auto;
	box-sizing: border-box;
	border: 3px solid #398fcb;
	margin-bottom: 50px;
}
#contents4 .title-box {
	background-color:#398fcb;
	box-sizing: border-box;
	padding: 20px 0;
}
#contents4 .s-title {
	font-size: 25px;
	color: #FFF;
	display: table;
	margin: auto;
	margin-bottom: 15px;
}
#contents4 .title {
	font-size: 33px;
	color: #FFF;
	display: table;
	margin: auto;
}
#contents4 .best {
	position: relative;
}
#contents4 .best::before {
	display: block;
	content: "";
	position: absolute;
	left: -170px;
	top: -70px;
	background: url(../images/morocco-icon3.png);
	width: 120px;
	height: 110px;
}
#contents4 .main-contents {
	box-sizing: border-box;
	padding: 40px 30px;
}
#contents4 .toursitem {
	padding: 30px 0;
}
#contents4 .first {
	line-height: 40px;
	margin-top: 30px;
	float: left;
	display: table;
	padding: 0 20px;
	box-sizing: border-box;
	font-size:20px;
	color: #FFF;
	margin-right: 20px;
	background-image: linear-gradient(
    -45deg,
    #222 25%,
    #1d1d1d 25%, #1d1d1d 50%,
    #222 50%, #222 75%,
    #1d1d1d 75%, #1d1d1d
  );
  background-size: 12px 12px;
}
#contents4 .toursitem li {
	float: left;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 5px;
	margin-top: 10px;
}

#contents4 .toursitem li span {
	display: inline-block;
	font-size: 12px;
}
#contents4 .toursitem li+li {
	margin-left: 10px;
}
#contents4 .leftbox {
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding: 10px
}
#contents4 .text span {
    color: #398fcb;
	font-size: 18px;
}
#contents4 .point {
	margin: 20px 0;
}
#contents4 .point li {
	font-weight: bold;
}
#contents4 .leftbox img {
	width: 100%;
}
#contents4 .subtitle {
	color: #398fcb;
	font-size: 18px;
	padding: 10px 0;
	display: table;
	margin: auto;
	position: relative;
}
#contents4 .subtitle::before,
#contents4 .subtitle::after {
	display: inline-block;
	content: "";
	position: absolute;
	background: url(../images/morocco-titleside.png);
	width: 20px;
	height: 20px;
}
#contents4 .subtitle::before {
	left: -40px;
}
#contents4 .subtitle::after {
	right: -40px;
}
#contents4 .p-left {
	display: block;
	float: left;
	font-weight: bold;
}
#contents4 .p-right {
	display: block;
	font-weight: bold;
}
#contents4 .subtitle-box {
	border-bottom: 2px dotted #398fcb;
	border-top: 2px dotted #398fcb;
	margin: 10px 0;
}
#contents4 .righttitle {
	color: #FFF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background:#43a3ca;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
}
#contents4 .righttitle::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom:-14px;
	-ms-transform: translateX(-50%);
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
	margin: auto;
	border-right: 10px solid transparent;
	border-top: 15px solid #43a3ca;
	border-left: 10px solid transparent;
}
#contents4 .rightbox {
	float: right;
	width: 49%;
}
#contents4 .pran {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
#contents4 .day {
	float: left;
	width: 30%;
	color: #FFF;
	background: #b3b3b3;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents4 .today {
	margin-left: 35%;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents4 .btn {
	float: left;
	width: 48%;
}
#contents4 .center {
	float: none;
	width: 48%;
	margin: 0 auto;
}
#contents4 .full {
	float: none;
	width: 1100px;
	margin: 0 auto;
}
#contents4 .right {
	float: right;
	position: relative;
} 
#contents4 .right::before {
	display: block;
	content: "";
	position: absolute;
	left:-20px;
	top: -55px;
	background: url(../images/morocco-icon4.png);
	width: 110px;
	height: 103px;
	z-index: 10;
}
#contents4 .btn-box {
	padding-top: 60px;
}
#contents4 .btn-box02 {
	padding: 0 0 50px 0;
}
#contents4 .btn-box02 .cap{
	text-align:center;
	font-size:23px;
	font-weight:bold;
	margin-bottom:5px;
}
#contents4 .btn a {
	font-size: 22px;
	color: #FFF;
	background: #40d4f4;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.6;
	height: 100px;
	padding: 10px 0px;
	border-bottom: 6px solid #32b9d6;
	border-radius:6px;
	position: relative;
}
#contents4 .btn a:hover{
	    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
#contents4 .btn a:after {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 10px;
 height: 10px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}



#contents4 .btn02 a {
	font-size: 24px;
	color: #FFF;
	background: #04e41f;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.6;
	height: 100px;
	padding: 10px 0px;
	border-bottom: 6px solid #11c226;
	border-radius:6px;
	position: relative;
}
#contents4 .btn02 a:hover{
	    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
#contents4 .btn02 a:after {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 10px;
 height: 10px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
/*------------------------------------------------------------
   foot
------------------------------------------------------------*/
#foot {
	width: 100%;
	background: url(../images/footback.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 325px;
}
#foot .title-box {
	background: rgba(6,45,95,0.65);
	padding: 20px 0;
}

#foot .box-inner {
	display: table;
	margin: auto;
	position: relative;
}
#foot .box-inner::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom:-55px;
	-ms-transform: translateX(-50%);
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
	margin: auto;
	border-right: 20px solid transparent;
	border-top: 35px solid rgba(6,45,95,0.65);
	border-left: 20px solid transparent;
}
#foot .s-title {
	color: #FFF;
	font-size: 26px;
	text-align: center;
	line-height:1.5em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#foot .title {
	color: #FFF;
	font-size: 34px;
	text-align: center;
	line-height: 1.4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#foot .mainbtn-box {
	width: 1100px;
	margin:30px auto 0;
	box-sizing: border-box;
	padding: 40px;
}
#foot .mainbtn {
	float: left;
}
#foot .mainbtn a {
	font-size: 22px;
	text-align: center;
	color: #de7e18;
	background: #FFF;
	box-sizing: border-box;
	line-height: 1.4;
	width: 460px;
	height: 100px;
	margin: 20px;
	padding: 20px 0;
	border-radius: 50px;
	position: relative;
}
#foot .mainbtn a:hover {
	opacity: 0.6;
}
#foot .mainbtn a::before {
		display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 10px;
 height: 10px;
 border-top: 2px solid #de7e18;
 border-right: 2px solid #de7e18;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
.slider {
	width: 100%;
	height: auto;
}

.slider .photo {
	margin: 0 10px;
	position: relative;
}

.slider img {
	width: 100%;
	height: auto;
	max-height: 480px;
}

.slider .s_caption {
	width: 100%;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 1000;
}

.prev-arrow {
	width: 38px;
	height: 38px;
	border-top: solid 8px #fff;
	border-right: solid 8px #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 30px;
	margin-top: -19px;
}

.next-arrow {
	width: 38px;
	height: 38px;
	border-top: solid 8px #fff;
	border-right: solid 8px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	margin-top: -19px;
}

/* トップに戻る */
.bt_pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}

.bt_pagetop a {
	background: #279cbe;
	border-radius: 10px;
	color: #fff;
	display: block;
	height: 60px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}

.bt_pagetop a img{
	width:100%;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------
   sp
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	/*--------------------------------------------------
ここから
--------------------------------------------------*/
.color1 {
	background: #448aca;
	color: #FFF;
}
.color2 {
	background: #49ae7d;
	color: #FFF;
}
.color3 {
	background: #f39800;
	color: #FFF;
}
.color4 {
	background: #cfc849;
	color: #FFF;
}
.color5 {
	background: #eb6877;
	color: #FFF;
}
.color6 {
	background: #906ab4;
	color: #FFF;
}
.color7 {
	background: #907354;
	color: #FFF;
}
.con {
	color: #000;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 20px 0 0 0;
	font-weight: bold;
	
}
.sp-mv {
	width: 100%;
	height: auto;
	background: url(../images/sp_top.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 auto 0;
	padding-top: 100%;
	position: relative;
}
.sp-text {
	padding: 30px 10px ;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}
#mv .mv {
	display: none;
	width: 100%;
	background: url(../images/morocco-mv.jpg);
	background-size: cover;
	background-position: center;
	height: 720px;
	box-sizing: border-box;
	padding-top: 90px;
}
#mv .mv-inner {
	background: url(../images/morocco-mv-img.png);
	width: 622px;
	height: 528px;
	margin: auto;
}
#mv .text {
	text-align: center;
	padding-top: 320px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}

/*--------------------------------------------------
contents2
--------------------------------------------------*/


#contents2 .btn a:hover,#contents2 .btn2:hover,#contents2 .btn3:hover,#foot .btn a:hover {
	opacity: 0.6;
}
#contents2 .btn a::before,#foot .btn a::before {
	display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:44%;	
 width: 6px;
 height: 6px;
 border-top: 2px solid #de7e18;
 border-right: 2px solid #de7e18;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#contents2 .btnbox,#foot .btnbox {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 0 0; 
}
#contents2 .btnbox li+li,#foot .btnbox li+li {
	margin-left: 0px;
}
#contents2 .map {
	width: 100%;
	margin: auto;
	padding: 20px 0px;
	box-sizing: border-box;
}
#contents2 .maptext-box {
	width: 100%;
	box-sizing: border-box;
	float: none;
	padding: 10px 20px;
}
#contents2 .maptitle {
	font-size: 28px;
	color: #398fcb;
	margin-bottom: 10px;
}
#contents2 .maptext {
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 13px;
}

#contents2 .box {
	width: 100%;
	background: url(../images/morocco-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 0 0 20px;
}
#contents2 .box-inner {
	width: 100%;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
}
#contents2 .box-subtitle {
	font-size: 16px;
	margin-bottom: 10px;
}
#contents2 .box-maintitle{
	font-size: 25px;
	color: #398fcb;
	line-height: 1.3;
}
#contents2 .title-box {
	display: table;
	margin: auto;
	padding:10px 0 10px 30px;
	position: relative;
}
#contents2 .title-box::before {
	display: block;
	content: "";
	position: absolute;
	left: -50px;
	top: -0px;
	background: url(../images/icon.png);
	background-size: cover;
	width: 70px;
	height: 50px;
}
#contents2 .inner img {
	width: 100%;
}
#contents2 .main_contents {
	margin-top: 0px;
}
#contents2 .inner {
	width: 100%;
	background: #FFF;
	float: none;
	margin-bottom: 20px;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 0 10px;
}
#contents2 .inner-right {
	margin-right: 0px;
}
#contents2 .textbox {
	box-sizing: border-box;
	padding: 20px 0px;
}
#contents2 .ttl01 {
	font-size: 22px;
	color: #398fcb;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding-bottom: 5px;
	display: table;
	margin: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #398fcb;
}
#contents2 .main-text {
	font-size: 14px;
	padding: 10px 0px;
	line-height: 1.6;
}
#contents2 .btn2 {
	margin: 15px 0 10px;
}
#contents2 .btn2 a {
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	line-height: 50px;
	width: 100%;
	position: relative;
}
#contents2 .btn2 a::before {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 8px;
 height: 8px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#contents2 .btn3 a {
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	width: 100%;
	line-height: 1.4;
	height: 65px;
	padding: 8px 0px;
	position: relative;
}
#contents2 .btn3 a::before {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 8px;
 height: 8px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#contents2 .link {
	width: 100%;
	background: url(../images/morocco-bottomback.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: 30px 0;
	margin: auto;
}
	#contents2 .title-box {
		margin-bottom: 0px;
	}
#contents2 .link-inner {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0px 10px 
}
	#contents2 .link-inner ul {
		margin: 0;
		padding: 0;
	}
#contents2 .link-box li img {
	width: 100%;
}
#contents2 .link-box li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin:  10px auto 0;
	padding: 5px;
}
#contents2 .link-box li+li {
	margin-left: 0px;
	margin-top: 0px;
	margin: 10px auto 0px;
}
#contents2 .link-box {
	box-sizing: border-box;
	}
#contents2 .linkimg {
	position: relative;
}
#contents2 .linkimg::before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	top: -30px;
	background: url(../images/morocco-icon3.png);
	background-size: cover;
	width: 71px;
	height: 66px;
}

/*------------------------------------------------------------
   contents4
------------------------------------------------------------*/
#contents4 {
	box-sizing: border-box;
	padding: 50px 10px 0;
}
#contents4 h6 {
   font-size:20px;
}
#contents4 .inner {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid #398fcb;
	margin-bottom: 40px;
}
#contents4 .title-box {
	background-color: #398fcb;
	height: auto;
	box-sizing: border-box;
	padding: 15px 0;
}
#contents4 .s-title {
	font-size: 16px;
	color: #FFF;
	display: table;
	margin: auto;
	margin-bottom: 10px;
}
#contents4 .title {
	font-size: 22px;
	color: #FFF;
	display: table;
	margin: auto;
}
#contents4 .best {
	position: relative;
}
#contents4 .best::before {
	display: block;
	content: "";
	position: absolute;
	left: -40px;
	top: -70px;
	background: url(../images/morocco-icon3.png);
	background-size: cover;
	width: 80px;
	height: 73px;
}
#contents4 .toursitem li+li {
	margin-left: 0px;
}
#contents4 .main-contents {
	box-sizing: border-box;
	padding: 30px 10px 30px;
}
#contents4 .toursitem {
	padding: 0px 0 10px;
	width: 100%;
	box-sizing: border-box;
}
#contents4 .toursitem li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 5px;
	width: 49%;
	text-align: center;
	box-sizing: border-box;
	line-height: 46px;
}
	#contents4 .toursitem li:nth-child(odd) {
		margin-right: 2%;
	}
#contents4 .toursitem li span {
	display: inline-block;
	font-size: 10px;
}
#contents4 .first {
	line-height: 30px;
	float: none;
	text-align: center;
	box-sizing: border-box;
	display: block;
	font-size:16px;
	color: #000;
	width: 100%;
	margin-right: 0px;
	background-image: none;
	border: none;
	border: 1px solid #000;
}

#contents4 .leftbox {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 10px
}
#contents4 .point {
	margin: 20px 0;
}
#contents4 .point li {
	font-weight: bold;
}
#contents4 .leftbox img {
	width: 100%;
	margin-bottom: 20px;
}
#contents4 .subtitle {
	color: #398fcb;
	font-size: 18px;
	padding: 10px 0;
	display: table;
	margin: auto;
	position: relative;
}
#contents4 .subtitle::before,
#contents4 .subtitle::after {
	display: inline-block;
	content: "";
	position: absolute;
	background: url(../images/morocco-titleside.png);
	width: 20px;
	height: 20px;
}
#contents4 .subtitle::before {
	left: -40px;
}
#contents4 .subtitle::after {
	right: -40px;
}
#contents4 .p-left {
	display: block;
	float: left;
	width: 6%;
}
#contents4 .p-right {
	display: block;
	margin-left:6%;
}
#contents4 .subtitle-box {
	border-bottom: 2px dotted #398fcb;
	border-top: 2px dotted #398fcb;
	margin: 10px 0;
}
#contents4 .righttitle {
	color: #FFF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background:#43a3ca;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
}
#contents4 .righttitle::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom:-15px;
	-ms-transform: translateX(-50%);
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
	margin: auto;
	border-right: 10px solid transparent;
	border-top: 15px solid #43a3ca;
	border-left: 10px solid transparent;
}
#contents4 .rightbox {
	float: none;
	width: 100%;
}
#contents4 .pran {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
#contents4 .day {
	float: left;
	width: 35%;
	color: #FFF;
	background: #b3b3b3;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents4 .today {
	margin-left: 40%;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents4 .btn {
	float: none;
	width: 100%;
}
#contents4 .btn02 {
	float: none;
	width: 100%;
}
#contents4 .right {
	float: none;
	position: relative;
	margin-top: 40px;
} 
#contents4 .right::before {
	display: block;
	content: "";
	position: absolute;
	left:-15px;
	top: -30px;
	background: url(../images/morocco-icon4.png);
	background-size: cover;
	width: 75px;
	height: 70px;
	z-index: 10;
}
#contents4 .btn-box {
	padding-top: 30px;
}
#contents4 .btn-box02 .cap{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
#contents4 .btn a {
	font-size: 18px;
	color: #FFF;
	background: #40d4f4;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
	height: 70px;
	padding: 7px 0px;
	border-bottom: 6px solid #32b9d6;
	border-radius:6px;
	position: relative;
}
#contents4 .btn a:hover{
	    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
#contents4 .btn a:after {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 8px;
 height: 8px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}


#contents4 .btn02 a {
	font-size: 18px;
	color: #FFF;
	background: #04e41f;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
	height: 70px;
	padding: 7px 0px;
	border-bottom: 6px solid #11c226;
	border-radius:6px;
	position: relative;
}
#contents4 .btn02 a:hover{
	    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
#contents4 .btn02 a:after {
display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 8px;
 height: 8px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
/*------------------------------------------------------------
   foot
------------------------------------------------------------*/
#foot {
	width: 100%;
	background: url(../images/footback.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 325px;
}
#foot .title-box {
	background: rgba(6,45,95,0.65);
	padding: 20px 0;
}

#foot .box-inner {
	display: table;
	margin: auto;
	position: relative;
}
#foot .box-inner::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom:-40px;
	-ms-transform: translateX(-50%);
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
	margin: auto;
	border-right: 10px solid transparent;
	border-top: 20px solid rgba(6,45,95,0.65);
	border-left: 10px solid transparent;
}
#foot .s-title {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#foot .title {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#foot .mainbtn-box {
	width: 100%;
	margin:50px auto 30px;
	box-sizing: border-box;
	padding: 0px 10px;
	
}
#foot .mainbtn {
	float: none;
}
#foot .mainbtn a {
	font-size: 18px;
	text-align: center;
	color: #de7e18;
	background: #FFF;
	box-sizing: border-box;
	line-height: 1.4;
	width: 100%;
	height: 70px;
	margin: 10px 0px;
	padding: 10px 0;
	border-radius: 35px;
	position: relative;
}
#foot .mainbtn a::before {
		display: block;
 content: "";
 position: absolute;
 right: 20px;
 top:45%;	
 width: 10px;
 height: 10px;
 border-top: 2px solid #de7e18;
 border-right: 2px solid #de7e18;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
	#foot .btnbox {
		padding-top: 50px
	}
/*------------------------------------------------------------
   sp-slider  slick
------------------------------------------------------------*/
.slider .photo {
	margin: 0 5px;
}

.slider .s_caption {
	width: 100%;
	height: auto;
	font-size: 2vw;
	line-height: 1.3em;
	padding: 2% 2% 2% 2%;
}

.prev-arrow {
	width: 14px;
	height: 14px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	left: 3%;
	margin-top: -15px;
}

.next-arrow {
	width: 14px;
	height: 14px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	right: 3%;
	margin-top: -15px;
}

/* トップに戻る */
.bt_pagetop a {
	height: 40px;
	width: 40px;
}

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
スライドショー  slick-theme
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;

    opacity: .90;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 30px;
	
		z-index: 100;
}
[dir='rtl'] .slick-prev
{
    right: 30px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 30px;
	
		z-index: 100;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 30px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: none;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: none;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: none;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  スライドショー  slick
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{	
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	
		max-width: 100%;
    height: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}