@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*ヘッダー詰める*/
.entry-title,
.content {
padding: 0;
margin: 0;
}

#main{
Padding: 0;
margin: 0;
background-color: transparent;
	background-image: url('https://ohcus-ishigakijima.com/wp-content/uploads/2020/04/空.png');
	background-repeat:no-repeat;
}

.entry-title,
.date-tags,
.author-info{
  display: none;
}

.logo-header{
  display: none;
} 

.article-footer.entry-footer {
	display: none;
}

.entry-content,
#pl-36 {
	margin-top: 0;
	margin-bottom: 0;
}

.sub-caption{
	color:#000000;
}

.item-label{
  font-family: 'Allura',"Noto Sans Japanese","游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
	font-weight:bold;
	font-size:140%;
  color:  #5bc4b9;/*文字色*/
	margin-top:10px;
}

/*ヘッダーメニュ―下線*/
.menu-header .menu-item:hover{
border-bottom:6px solid #0175cc !important;/*線の太さ色*/
transition: all .8s;/*線が出てくる時間*/
}

.sub-menu .menu-item:hover{
border-bottom:none !important;
}

/*hタグリセット*/
.article h1 {
    padding: 0;
    background: none;
}
.article h2 {
    padding: 0;
    background: none;
}
.article h3 {
    border: none;
    padding: 0;
}
.article h4 {
    border: none;
    padding: 0;
}
.article h5 {
    border: none;
    padding: 0;
}
.article h6 {
    border: none;
    padding: 0;
}

/*　英字の見出し　*/
.article h2 {
  padding: 0;/*文字周りの余白*/
  font-family: 'Allura',"Noto Sans Japanese","游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
  color:  #5bc4b9;/*文字色*/
	font-size:400%;
	margin:50px 0 0 0;
	line-height:80%;
	text-align:center;
}

.article h3 {
  padding: 0;/*文字周りの余白*/
  font-family: 'Allura',"Noto Sans Japanese","游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
  color:  #ffffff;/*文字色*/
	font-size:400%;
	margin:50px 0 0 0;
	line-height:80%;
	text-align:center;
}

.article h4 {
  padding: 0;/*文字周りの余白*/
	margin:40px 0 0 0;
	text-align:left;
	border-left:7px solid #fbb165;
	padding-left:20px;
}

.font1{
	color:#ffffff;
}

/* ボタン指定 */
.article .btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 3em;
  text-decoration: none;
  color: #FFF;
  background: #0175cc;
  transition: .4s;
	margin:10px 0;
	border:2px solid #ffffff;
}

.article .btn-flat-logo:hover {
  background: #ffffff;
	border:2px solid #1a65af;
	color:#1a65af;
}

.article .btn-flat-logo2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 3em;
  text-decoration: none;
  color: #FFF;
  background: #38C1A7;
  transition: .4s;
	margin:10px 0;
	border:2px solid #ffffff;
}

.article .btn-flat-logo2:hover {
  background: #ffffff;
	border:2px solid #38C1A7;
	color:#38C1A7;
}


/*ボックス*/
.boxin2 {
  display: flex;
	justify-content:center;
  flex-wrap: wrap;
}

.con {
  max-width:525px;
  width:100%;
	margin:7px;
}

.con2 {
  max-width:760px;
  width:100%;
	padding:0 50px;
	text-align:left;
}

.con3 {
  max-width:610px;
  width:100%;
	margin:7px;
	text-align:left;
}

/*円の中に文字*/
.circle {	
  position: relative;
  display: inline-block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
	background-color: rgba(255, 255, 255, .9);
}

.circle h2 {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :400px;
}

.circle p {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  top: 55%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  width :400px;
}

.circle2{
  border-radius: 50%;
	width:300px;
	height:300px;
	margin:7px;
}

a{
text-decoration:none;
}

/*　写真に文字を重ねる　*/
.text {
  position: relative;
z-index: 1;
  }

.text .name {
  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: rgba(255, 255, 255, 0.8);
	font-weight:bold;
	font-size:130%;
	width:300px;
z-index: 2;
  }

.text .icon {
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: rgba(255, 255, 255, 0.8);
	font-size:200%;
z-index: 2;
  }

.text img {
filter: brightness(80%);
z-index: 0;
  }


box3{
	text-align:center;
	width:1300px;
	margin:0;
	padding:0 20px;
}

contents{
  display: flex;
	justify-content:center;
	text-align:center;
  flex-wrap: wrap;
	padding:0;
	margin:0 !important;
}

.cover{
background-image: url('https://ohcus-ishigakijima.com/wp-content/uploads/2020/04/4-1-scaled-e1587949025378.jpg');
	background-repeat:repeat-x;
	padding:50px 20px;
}

.cover2{
background-image: url('https://ohcus-ishigakijima.com/wp-content/uploads/2020/04/TOPランドアクティビティ-e1587099781695.jpg');
	background-repeat:repeat-x;
	padding:50px  20px;
}

/*テーブル2 線だけバージョン*/

.article table {
border-collapse: separate;
border-top: 1px solid #ccc;
border-left:none;
text-align:left;
}
.article table th {
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid #ccc;
padding: 7px;
background-color:#ffffff;
}
.article table td {
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid #ccc;
padding: 7px;
background-color:#ffffff;
}


#footer
{
	padding-bottom:70px;
	margin:0;
	background-color: transparent;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

.wpcf7 select
{
    width: 20%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1241px以上*/
@media screen and (min-width: 1241px){
/**************************************
 ヘッダーナビ
************************************/
/*固定*/

.navi{
    display: flex;
    justify-content: space-between;
    width: 100%;}.navi.fixed{
    position: fixed;
    top: 0px;	left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    opacity:0.9;
    padding:20px 0 0 0;
}
}	
/*1024px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
.con2 {
  max-width:500px;
  width:100%;
	padding:0 50px;
	text-align:left;
}
.con3 {
  max-width:450px;
  width:100%;
	margin:7px;
	text-align:left;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.circle2{
  border-radius: 50%;
	width:200px;
	height:200px;
	margin:7px;
}
.con2 {
  max-width:270px;
  width:100%;
	padding:0 50px;
	text-align:left;
}
.con3 {
  max-width:610px;
  width:100%;
	margin:7px;
	text-align:left;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/*円の中に文字*/
.circle {	
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
	background-color: rgba(255, 255, 255, .9);
}

.circle h2 {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :300px;
	font-size:350%;
}

.circle p {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  top: 55%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  width :300px;
}
}
