﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
/*  店舗共有部分　*/
body{
    width:98%;
    font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
    margin:0 auto;
}
.drawer-menu li{
list-style:none;
}

h2{
    background:#EFF1F2; 
    font-size:130%;
    font-weight:bold;
    text-align:center;
    border-bottom: solid 4px #074770;  
    padding-top:12px; 
    padding-bottom:  13px;       
    margin:-9px auto 15px auto;
    position:  relative;      
}
h2:before {
    content:  '';             
    width: 100%;                
    height: 1px;               
    background-color: #074770;   
    display:  block;          
    position:  absolute;     
    left:  0;                   
    bottom: 2px; 	
}
h3{
  margin:20px auto auto 10px;
  border-left:7px solid #c0c0c0;
  padding: 10px 20px;
  }
h4{
	font-size:105%;
    font-weight:bold; 	
    border-left:4px solid #8b0000;
    margin:10px auto;
    padding:5px 10px;
}

section a{
	text-decoration:none;
	color:#00008b;
}
section a:hover{
	color:#808080;
}
/*  */
.cf{
	clear:both;
} 
.shop_img{
	text-align:center;
}
.shop_img img{
    width:95%;
	margin: 10px auto 10px auto;
}
.shop_img1{
	text-align:center;
}
.shop_img1 img{
    width:50%;
	margin: 10px auto 10px auto;
}
.shop_img2 img{
    width:100%;
}

.shop_img3{
	text-align:center;
}
.shop_img3 img{
    width:100%;
	margin: 10px auto 10px auto;
}
.map{
	text-align:center;
}
.map iframe{
	width:350px;
	height:260px;
	}
iframe{
	width:100%;
}	
/*  /店舗共有部分　*/	
/*  個別テキスト */
.red{
	color:#dc143c;
}
.b{
	font-weight:bold;
}
.point{
  font-size:100%;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.point:after{
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  letter-spacing: 0.05em;
}
.check {
  font-size:100%;
  position: relative;
  border-top: solid 2px #2196F3;
  border-bottom: solid 2px #2196F3;
  background: #f4f4f4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.check:after {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 1em;
  letter-spacing: 0.05em
}
/*   スライドボタン　*/
#shop_index{
float:left;
	margin-top:-25px;
	margin-left:25px;
	width:100%;
}

label{

   text-align:center;
   	-webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 
}

.open_btn1{
    position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 10px;
	color:#000000;
    width:40%;
    height: 65px;
    font-size: 15px;
    text-align:center;
    padding:8px 8px 2px 8px;
    font-weight:bold;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 1px solid #ffd700;
	border-radius: 0;
	background: transparent;
}
.open_btn1:hover {
 color: #ffffff;
	border: 1px solid #ffd700;
}
.open_btn1:before, .open_btn1:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}
.open_btn1:before {
	transition: transform cubic-bezier(1, 0, 0, 1) 0.4s;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	transform-origin: top center;
	background-color: #ffd700;
}
.open_btn1:after {
	top: -6px;
	left: -6px;
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	border: 1px solid #ffd700;
}

.open_btn1:hover:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
border: 1px solid #ffd700;
}
.open_btn1:hover:after {
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
	border: 1px solid #ffd700;
}
.open_btn1:active {
	transition-duration: 0.05s;
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
}
.open_btn1:active:after {
	transition-duration: 0.05s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.open_btn2{
    position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	margin:10px 10px;
	color:#000000;
    width:40%;
    height: 65px;
    font-size: 15px;
    text-align:center;
    padding:8px 8px 2px 8px;
    font-weight:bold;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 1px solid #cc1f00;
	border-radius: 0;
	background: transparent;
}
.open_btn2:hover {
 color: #ffffff;
	border: 1px solid #cc1f00;
}
.open_btn2:before, .open_btn2:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}
.open_btn2:before {
	transition: transform cubic-bezier(1, 0, 0, 1) 0.4s;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	transform-origin: top center;
	background-color:#cc1f00;
}
.open_btn2:after {
	top: -6px;
	left: -6px;
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	border: 1px solid #cc1f00;
}

.open_btn2:hover:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
border: 1px solid #cc1f00;
}
.open_btn2:hover:after {
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
	border: 1px solid#cc1f00;
}
.open_btn2:active {
	transition-duration: 0.05s;
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
}
.open_btn2:active:after {
	transition-duration: 0.05s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.open_btn3{
    float:left;
    position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	margin:10px 10px;
	color:#000000;
    width:40%;
    height: 65px;
    font-size: 15px;
    text-align:center;
    padding:8px 8px 2px 8px;

    font-weight:bold;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 1px solid #00afcc;
	border-radius: 0;
	background: transparent;
}
.open_btn3:hover {
 color: #ffffff;
	border: 1px solid #00afcc;
}
.open_btn3:before, .open_btn3:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}
.open_btn3:before {
	transition: transform cubic-bezier(1, 0, 0, 1) 0.4s;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	transform-origin: top center;
	background-color: #00afcc;
}
.open_btn3:after {
	top: -6px;
	left: -6px;
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	border: 1px solid #00afcc;
}

.open_btn3:hover:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
border: 1px solid #00afcc;
}
.open_btn3:hover:after {
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
	border: 1px solid #00afcc;
}
.open_btn3:active {
	transition-duration: 0.05s;
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
}
.open_btn3:active:after {
	transition-duration: 0.05s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.open_btn4{
    float:left;
    position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	margin:10px 10px;
	color:#000000;
    width:40%;
    height: 65px;
    font-size: 15px;
    text-align:center;
    padding:8px 8px 2px 8px;
    font-weight:bold;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 1px solid #8d93c8;
	border-radius: 0;
	background: transparent;
}
.open_btn4:hover {
 color: #ffffff;
	border: 1px solid #8d93c8;
}
.open_btn4:before, .open_btn4:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}
.open_btn4:before {
	transition: transform cubic-bezier(1, 0, 0, 1) 0.4s;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	transform-origin: top center;
	background-color: #8d93c8;
}
.open_btn4:after {
	top: -6px;
	left: -6px;
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	border: 1px solid #8d93c8;
}

.open_btn4:hover:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
border: 1px solid #8d93c8;
}
.open_btn4:hover:after {
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
	border: 1px solid #8d93c8;
}
.open_btn4:active {
	transition-duration: 0.05s;
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
}
.open_btn4:active:after {
	transition-duration: 0.05s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.open_btn5{
    float:left;
    position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	margin:10px 10px;
	color:#000000;
    width:40%;
    height: 65px;
    font-size: 15px;
    text-align:center;
    padding:8px 8px 2px 8px;
    font-weight:bold;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 1px solid #008b8b;
	border-radius: 0;
	background: transparent;
}
.open_btn5:hover {
 color: #ffffff;
	border: 1px solid #008b8b;
}
.open_btn5:before, .open_btn5:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}
.open_btn5:before {
	transition: transform cubic-bezier(1, 0, 0, 1) 0.4s;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	transform-origin: top center;
	background-color: #008b8b;
}
.open_btn5:after {
	top: -6px;
	left: -6px;
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	border: 1px solid #008b8b;
}

.open_btn5:hover:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
border: 1px solid #008b8b;
}
.open_btn5:hover:after {
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
	border: 1px solid #008b8b;
}
.open_btn5:active {
	transition-duration: 0.05s;
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
}
.open_btn5:active:after {
	transition-duration: 0.05s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.open_btn6{
    float:left;
    position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	margin:10px 10px;
	color:#000000;
    width:40%;
    height: 65px;
    font-size: 15px;
    text-align:center;
    padding:8px 8px 2px 8px;
    font-weight:bold;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 1px solid #db7093;
	border-radius: 0;
	background: transparent;
}
.open_btn6:hover {
 color: #ffffff;
	border: 1px solid #db7093;
}
.open_btn6:before, .open_btn6:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}
.open_btn6:before {
	transition: transform cubic-bezier(1, 0, 0, 1) 0.4s;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	transform-origin: top center;
	background-color: #db7093;
}
.open_btn6:after {
	top: -6px;
	left: -6px;
	transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
	border: 1px solid #db7093;
}

.open_btn6:hover:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
border: 1px solid #db7093;
}
.open_btn6:hover:after {
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
	border: 1px solid #db7093;
}
.open_btn6:active {
	transition-duration: 0.05s;
	-webkit-transform: translate(6px, 6px);
	        transform: translate(6px, 6px);
}
.open_btn6:active:after {
	transition-duration: 0.05s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

/* /スライドボタン */

#usedboard{
	background-color:#dc143c;
	color:#ffffff;
}

/* /スライドボタン */

/*　　osaka  */

	
.box{
	padding:5px 2px;
	width:100%;
	text-align:center;
	}
/*   table 　*/
.t_edogawa{
	width:100%;
	border-collapse: collapse;
}
.t_edogawa th{
	background-color:#82cddd;
	width:10%;
	border:1px solid #abb1b5;
	padding:5px;
	
}
.t_edogawa td{
	width:55%;
	border:1px solid #abb1b5;
    padding:5px;
    text-align:left;
}
.t_edogawa .style1{
	width:35%;
}
.t_edogawa .style2{
    font-weight:bold;
    font-size:100%;
	background-color:#cbd0d3;
	padding-top:10px;
	padding-bottom:10px;
}
/*  */
.cf{
	clear:both;
}

.osaka_menu{
display: table;
margin:0 auto;
padding: 0 ;
width: 100%;
text-align: center;
font-weight:bold;
}
.osaka_menu li{
display: table-cell;
min-width: 55px;
}
.osaka_menu li:not(:last-child){
border-right:2px solid #ddd;
}
.osaka_menu a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 5px;
}
.osaka_menu li:hover{
color: #E7DA66;
border-bottom: 3px solid #F0E475;
}
.osaka_text {
  background: #696969;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0 0.5em 0.5em;
  color:#ffffff;
}
.osaka_text img{
   width:20%;
   margin:3px 5px -7px 0;
   }
.osaka_text a{
	color:#ffffff;
}

/* ループスライダー */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;

}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 200px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
*{
margin: 0;
padding: 0;
}

#wrapper_a{
	text-align:center;
	width:30px;
	height:20px;
}
/* /ループスライダー */
 /**横バナー 3 **/
.block-group{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block-group > :nth-child(2n){
  margin-left: 20px;
}
.block-group > :nth-child(n+3){
  margin-top: 20px;
}
.block{
  width: calc((100% - 20px * 1) / 2);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,.2)
}
.block_imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.block_imgframe img{
  width: 100%;	
}
.block_textbox{
  width: 100%;
  height: auto;
  padding: 10px 15px;
  box-sizing: border-box;
}
.block_titletext{
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}
/*冬サーフィン*/
/* 目次 */
.cp_container{
	clear:both;
}
.cp_box label {
    text-align:center;
	font-weight: bold;
	font-size:110%;
	margin: 20px auto 20px 20px;
	padding: 0.4em 3em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000000;
	border: 2px solid #a9a9a9;
	border-radius: 3px;
	background:#add8e6;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' 準備編CONTENTS';
	color: #000000;
}
.cp_box input {
	display: none;
}
.cp_list{
	list-style:none;
	line-height:1.5;
}

.cp_container2{
	clear:both;
}
.cp_box2 label {
    text-align:center;
	font-weight: bold;
	font-size:110%;
	margin: 30px auto 20px auto;
	padding: 0.4em 3em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000000;
	border: 2px solid #a9a9a9;
	border-radius: 3px;
	background:#add8e6;
  }
.cp_box2 label::after {
	font-family: 'FontAwesome';
	content: '日本海ポイント編CONTENTS';
	color: #000000;
}
.cp_box2 input {
	display: none;
}
.cp_list2{
	list-style:none;
	line-height:1.5;
}
.cp_container3{
	clear:both;
}
.cp_box3 label {
    text-align:center;
	font-weight: bold;
	font-size:110%;
	margin: 20px auto 20px 20px;
	padding: 0.4em 3em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000000;
	border: 2px solid #a9a9a9;
	border-radius: 3px;
	background:#add8e6;
}
.cp_box3 label::after {
	font-family: 'FontAwesome';
	content: ' 湘南ポイント編CONTENTS';
	color: #000000;
}
.cp_box3 input {
	display: none;
}
.cp_list3{
	list-style:none;
	line-height:1.5;
}
.cp_container4{
	clear:both;
}
.cp_box4 label {
    text-align:center;
	font-weight: bold;
	font-size:110%;
	margin: 30px auto 20px auto;
	padding: 0.4em 0.3em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000000;
	border: 2px solid #a9a9a9;
	border-radius: 3px;
	background:#add8e6;
  }
.cp_box4 label::after {
	font-family: 'FontAwesome';
	content: '千葉・茨城ポイント編CONTENTS';
	color: #000000;
}
.cp_box4 input {
	display: none;
}
.cp_list4{
	list-style:none;
	line-height:1.5;
}
.cp_container5{
	clear:both;
}
.cp_box5 label {
    text-align:center;
	font-weight: bold;
	font-size:110%;
	margin: 30px auto 20px auto;
	padding: 0.4em 0.5em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000000;
	border: 2px solid #a9a9a9;
	border-radius: 3px;
	background:#add8e6;
  }
.cp_box5 label::after {
	font-family: 'FontAwesome';
	content: '関西　初心者におすすめのサーフポイント';
	color: #000000;
}
.cp_box5 input {
	display: none;
}
.cp_list5{
	list-style:none;
	line-height:1.5;
}

 .demerit{
   display:inline-block;
   margin:0 15px;
   padding:7px 20px;
   color:#333;
   border:#333 solid 2px;
   border-radius:18px;
   background:#fff;
   box-shadow:
   -6px -4px 0 0 #e8e8e8 inset,
   2px 3px 0 0 #000;
}
.t_osaka{
	width:100%;
	border-collapse: collapse;
}
.t_osaka th{
	background-color:#82cddd;
	width:45%;
	border:1px solid #abb1b5;
	padding:5px;
	
}
.t_osaka td{
	width:55%;
	border:1px solid #abb1b5;
    padding:5px;
    text-align:left;
}
.t_osaka .style2{
    font-weight:bold;
    font-size:100%;
	background-color:#cbd0d3;
	padding-top:10px;
	padding-bottom:10px;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width:85%;
  max-height:70%;
  overflow:auto;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modalArea_1 {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg_1 {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalContents_1 img{
	width:100%;
}
.modalWrapper_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width:85%;
  max-height:70%;
  overflow:auto;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal_1 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modalArea_2 {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg_2 {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width:85%;
  max-height:70%;
  overflow:auto;
  padding: 10px 30px;
  background-color: #fff;
}
.modalContents_2 img{
	width:100%;
}

.closeModal_2 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* 吹き出し本体 */
.osaka_balloon{
  position: relative;
  width:75%;
  padding: 10px;
  background-color: #AFEEEE;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #008BBB;         
  }

/* 三角アイコン */
.osaka_balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 27px;
  bottom: -18px;
  border-top: 15px solid #008BBB;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
/* 三角アイコンの影 */
.osaka_balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #AFEEEE;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.osaka_balloon2{
  text-align:center;
  position: relative;
  padding: 3px;
  color:#ffffff;
  background-color: #008BBB;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #C2EEFF;         
  }

.osaka_balloon3{
  position: relative;
  padding: 10px;
  width:85%;
  background-color: #D7EEFF;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #ADD8E6;         
  }

/* 三角アイコン */
.osaka_balloon3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 100px;
  bottom: -18px;
  border-top: 15px solid #ADD8E6;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
/* 三角アイコンの影 */
.osaka_balloon3::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 103px;
  bottom: -15px;
  border-top: 15px solid #D7EEFF;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.osaka_balloon4{
  position: relative;
  float:right;
  margin-right:20px;
  margin-top:60px;
  padding: 10px;
  width:80%;
  background-color: #DDDDDD	;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #444444;         
  }

/* 三角アイコン */
.osaka_balloon4::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 27px;
  bottom: -18px;
  border-top: 15px solid #444444;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
/* 三角アイコンの影 */
.osaka_balloon4::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #DDDDDD;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.right{
	width:200px;
	float:right;
	margin-top:50px;
}
.point_box{
	width:100%;	
}
.point_box .try1{
	width:55%;
	float:left;
}

.point_box .try2{
	width:40%;
	float:right;
}

.tag {
  position: relative;
  display: inline-block;
  height: auto;
  margin-right:20px;
  padding: 0 8px 0 10px;
  color: #fff;
  background: #F6978F;
  float:right;
  margin-top:10px;
}

.tag:before {
  position: absolute;
  top: -10px;
  right: -40px;
  content: '';
  border-width: 20px 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #F6978F;
}

.tag2 {
  position: relative;
  display: inline-block;
  height: auto;
  margin-right:20px;
  padding: 0 8px 0 10px;
  color: #fff;
  background: #F6978F;
}

.tag2:before {
  position: absolute;
  top: -8px;
  right: -40px;
  content: '';
  border-width: 20px 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #F6978F;
}
.box4{
font-size:80%;
	width:48%;
	height:240px;
	margin:10px auto;
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
		float:left;	
}
.box4:last-child{
	margin-right:0;
}
.box4 h2{
    text-align:center;
    margin:2px auto 0 auto;
    font-size:100%;
    color:#484848;
}

.box4 .photo4 img{
   width:100%;
   margin:5px 5px 3px 3px;
}
.box4 .setsumei4{
    text-align:center;
	font-size:0.8em;
	word-break:keep-all;
	margin:0 auto 0 2px;
}
.box4:hover{
	opacity: 0.7;
}
.box6{
font-size:80%;
	width:100%;
	height:250px;
	margin-top:5px;
	margin-right:13px;
	margin-bottom:15px;
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
	
}
.box6:last-child{
	margin-right:0;
}
.box6 h2{
    text-align:center;
    margin:2px auto 0 auto;
    font-size:100%;
    color:#484848;
}

.box6 .photo6 img{
   width:60%;
   margin:5px 5px 3px 3px;
   float:left;	
}
.box6 .setsumei6{
    text-align:center;
	font-size:0.8em;
	word-break:keep-all;
	margin:0 auto 0 2px;
}
.box6:hover{
	opacity: 0.7;
}



/* /目次 */
/*/冬サーフィン*/
/**おすすめ横並び　2個**/
.recommend{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend > :not(:nth-child(2n-1)){
  margin-left: 10px;
}
.recommend > :nth-child(n+3){
  margin-top: 20px;
}
.recommendblock{
  width: calc((100% - 20px * 1) / 2);
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.recommendblock img{
  width: 100%;
  height: auto;
}
.recommendblock:hover{
	opacity: 0.7;
}

.staff_info img{
	width:100%;
	text-align:center;
}

//*ランキング*//
.ranking0{
margin-bottom:-20px;
	width:70px;
	margin-right:5px;
}
.ranking1{
font-size:110%;
margin:10px auto;
font-weight:bold;
}
.ranking_img1{
	width:50px;
	margin-bottom:-5px;
} 
.ranking2{
font-size:110%;
margin:10px auto;
font-weight:bold;
}
.ranking_img2{
	width:50px;
	margin-bottom:-5px;
} 

.ranking3{
font-size:110%;
margin:10px auto;
font-weight:bold;
}
.ranking_img3{
	width:50px;
	margin-bottom:-5px;
} 

.ranking{
font-size:90%;
font-weight:bold;
margin:10px auto 10px 5px;
}

.middle_line{
  font-size:130%;
  text-align:left;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}
#pcimg { display: none !important; }
#spimg { display: block !important; }

/**大阪店box**/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.5em;
	font-size:90%;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}

.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f13a ';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	font-size:90%;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '';
    }
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/**おすすめ横並び　2個**/
.nemubutton{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nemubutton > :not(:nth-child(2n-1)){
  margin-left: 10px;
}
.nemubutton > :nth-child(n+3){
  margin-top: 10px;
}
.nemublock{
  margin: 5px auto;
  overflow: hidden;
  width: calc((100% - 15px * 1) / 2);
  height: auto;
  overflow: hidden;
}
.nemublock_imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.nemublock_imgframe img{
  width: 100%;	
}
/**おすすめ横並び　2個**/
.nemubutton2{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nemubutton2 > :not(:nth-child(3n-2)){
  margin-left: 10px;
}
.nemubutton2 > :nth-child(n+4){
  margin-top: 20px;
}
.nemublock2{
  width: calc((100% - 20px * 2) / 3);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border:1px solid #c0c0c0;
}
.nemublock2_imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.nemublock2_imgframe img{
  width: 100%;	
}
/* 関連記事 */
/**おすすめ横並び　2個**/
.recommend{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend > :not(:nth-child(2n-1)){
  margin-left: 10px;
}
.recommend > :nth-child(n+3){
  margin-top: 20px;
}
.recommendblock{
  width: calc((100% - 20px * 1) / 2);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border:1px solid #c0c0c0;
}
.recommendblock_imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.recommendblock_imgframe img{
  width: 100%;	
}
.recommendblock_textbox{
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}
.recommendblock_text{
  font-size: 80%;
} 
.outline-double {
  font-size: 115%;
  font-weight: 600;
  color: #2d3436;
  text-shadow: 
    -1px -1px 0 #fff, 1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px 1px 0 #fff,
    -3px -3px 0 #fdcb6e, 3px -3px 0 #fdcb6e,
    -3px 3px 0 #fdcb6e, 3px 3px 0 #fdcb6e;}
.bestseason{
position: relative;
  color: #158b2b;
  font-size: 18px;
  padding: 10px 0;
    text-align: center;
  margin: 2em 0;
  font-weight:bold;
}
.bestseason:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 300px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.heading1 {
    display: inline-block;
    position: relative;
    margin: calc(3em / 2) 0 calc(3em / 4) calc(3em / 2);
    color: #000000;
    font-size: 110%;
    font-weight: bold;
    line-height: 1;
}

.heading1::before {
    position: absolute;
    bottom: calc(-1.6em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #ff7f50;
    content: '';
}
.model2{
  font-size:110%;
  color:#00008b;
  text-align:left;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}
.explanation{
		padding:30px 5px;
}
.step img{
	width:100%;
}
.center{
    text-align: center;
}
.center img{
	width:100%;
}
/**大阪店box**/