﻿@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/





/* .header-in {
	flex-direction: initial;
} */
.content {
	margin-top: 0;
}
.wrap {
	width: 100%;
}
.main {
	padding: 0;
}
@media screen and (max-width: 834px) {
	main.main {
		padding: 0;
	}
}
/* h1 {
  position: initial !important;
} */

.news {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFCCFF;
}
.news h2 {
	text-align: center;
	margin-bottom: 20px;
}
.news ul {
	width: 60%;
	margin: auto;
}
@media screen and (max-width: 834px) {
	.news ul {
		width: 80%;
		padding-left: 0;
	}
}
.news li {
	border-bottom: 1px dotted;
}

.main_copy {
	width: 60%;
	margin: auto;
	padding-top: calc(50vh - 120px);
	text-align: center;
	color: #FFFFFF;
}
.main_copy .title {
	font-size: 1.6em;
}
.main_copy .body {
	font-size: 1em;
}

.copy {
	width: 400px;
	color: #FFFFFF;
	padding-top: calc(50vh - 120px);
}
.copy .title {
	font-size: 1.6em;
}
.copy .body {
	font-size: 1.1em;
}






html {
	scroll-behavior: smooth;
}
body {
	overflow-y: scroll;
	font-family: serif;
}
.sp {
	display: none;
}
* {
	padding: 0px;
	margin: 0px;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #000000;
}
.box {
	position: relative;
	height: 60px;
}
.w1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.cont3 .w1000 {
	overflow: hidden;
}
/* header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	position: relative;
	z-index: 0;
} */
/* h1 {
	font-size: 32px;
	position: absolute;
	bottom: 0px;
	line-height: 1em;
} */
/* .phon {
	bottom: 0px;
	right: 0px;
	position: absolute;
	line-height: 1em;
} */
/* header nav {
	padding: 0.5em;
	background-color: #EEEEEE;
	text-align: center;
}
header nav p {
	display: inline-block;
	margin-right: 3em;
} */
.menu_icon {
	display: none;
}
.side_tab {
	width: 2em;
	top: 200px;
	right: 0px;
	position: fixed;
	box-sizing: content-box;
	font-family: sans-serif;
}
.tab-1,
.tab-2 {
	padding: 0.5em;
}
.tab-1 {
	border-top-left-radius: 10px;
	background-color: #FFFF00;
}
.tab-2 {
	border-bottom-left-radius: 10px;
	background-color: #33CCCC;
}

main {
	z-index: 1;
	position: relative;
}




.acd-check{
    display: none;
}
.acd-label{
	display: block;
	position: absolute;
	right: 0px;
}
.acd-content{
	height: 0;
	opacity: 0;
	transition: 1s;
	visibility: hidden;
	padding-top: 60px;
}
.acd-check:checked + .acd-label + .acd-content{
	height: 300px;
	opacity: 1;
	visibility: visible;
}
.acd-content ul {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.acd-content ul li {
	text-align: center;
	font-size: 1.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	padding-top: 1em;
	padding-bottom: 1em;
}
.acd-content ul li a {
	display: block;
}







.frame {
	height: 100vh;
}
.frame-top {
	height: calc(100vh - 102px);
}
.frame-bottom {
	height: calc(100vh - 60px);
}
.f01 {
	background-size: cover;
	background-image: url('img/bg01.jpg');
	background-position: center 50%;
	background-repeat: no-repeat;
}
.f02 {
	background-size: cover;
	background-image: url('img/bg02.jpg');
	background-position: right top;
}
.f03 {
	background-size: cover;
	background-image: url('img/bg04.jpg');
	background-position: left top;
}
.f04 {
	background-size: cover;
	background-image: url('img/bg07.jpg');
	background-position: center top;
}
.f05 {
	background-size: cover;
	background-image: url('img/bg03.jpg');
	background-position: right top;
}
.f06 {
	background-size: cover;
	background-image: url('img/bg05.jpg');
	background-position: right top;
}
.f07 {
	background-size: cover;
	background-image: url('img/bg06.jpg');
	background-position: right top;
}

/* .news table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
.news table th,
.news table td {
	vertical-align: top;
	line-height: 1.2em;
	padding-bottom: 0.8em;
}
.news table td {
	padding-left: 10px;
} */

.v_menu {
	text-align: center;
	position: fixed;
	bottom: 70px;
	width: 100%;
	z-index: 3;
}
.menu_block {
	display: inline-block;
}
.menu_block a {
	color: #ffffff;
	width: 150px;
	height: 150px;
	background-color: rgba(0,0,0,.5);
	border-radius: 75px;
	display: block;
	padding-top: calc(75px - 0.5em);
	box-sizing: border-box;
	margin-right: 5px;
	margin-left: 5px;
}










.R {
	position: absolute;
	right: 0px;
}
.img_box {
	overflow: hidden;
	width: 400px;
	z-index: 2;
	position: absolute;
	top: 200px;
}
.img_box .img {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.cont1,
.cont3 {
	background-color: #EEEEEE;
}
.cont1 h2,
.cont1 p {
	text-align: center;
}
.cont1 h2 {
	padding-top: 60px;
	padding-bottom: 40px;
}
.cont1 p{
	padding-bottom: 40px;
}
.cont2 h2 {
	border: 1px solid #999999;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin: 60px auto 40px auto;
	font-size: 2em;
}
.cont2 h3 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}
.cont2 p {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	padding-bottom: 40px;
}
.cont3 .left_box,
.cont3 .right_box {
	float: left;
	width: 500px;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 50px;
}
.cont3 .right_box {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
.cont3 h2 {
	font-size: 2em;
	text-align: center;
	position: absolute;
	top: calc(50% - 1em);
}
.cont3 ul {
	list-style-type: none;
	margin-left: 30px;
}
.cont3 li {
	height: 3em;
	font-size: 1.3em;
}
.cont_box {
	background-color: #CCCCCC;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 100px;
}
.cont_box h2 {
	margin-top: 40px;
	text-align: center;
}
.link_box {
	overflow: hidden;
	width: 350px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
.link_img {
	width: 100px;
	margin-right: 25px;
	float: left;
	display: block;
}
.link_img:nth-child(3) {
	margin-right: 0;
}













/* footer {
	text-align: center;
	padding-top: 20px;
	min-height: 60px;
	box-sizing: border-box;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
} */





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

.pc {
	display: none;
}
.sp {
	display: inherit;
}
.w1000 {
	width: 100%;
}
header {
	padding-right: 3%;
	padding-left: 3%;
	box-sizing:border-box
}
h1 {
	font-size: 32px;
	position: absolute;
	top: 15px;
	line-height: 1em;
}

.phon {
	display: none;
}
.menu_icon {
	display: inherit;
	position: absolute;
	right: 0px;
}
.side_tab {
	display: none;
}
.frame,
.frame-top,
.frame-bottom {
	height: calc(50vh);
}
.main_copy,
.copy {
	width: 80%;
	padding-top: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.R {
	position: inherit;
	right: inherit;
}
.v_menu {
	display: none;
}
.news table {
	width: 90%;
}
.cont2 h2 {
	
	width: 90%;
	
}
.cont2 h3 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}
.cont2 p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	padding-bottom: 40px;
}
.cont3 .left_box,
.cont3 .right_box {
	width: 100%;	
}

.cont3 .right_box {
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #000000;
}
.cont3 h2 {
	font-size: 2em;
	text-align: center;
	position: inherit;
}
.cont3 ul {
	list-style-type: none;
	margin-left: 30px;
}
.cont3 li {
	height: 3em;
	font-size: 1.3em;
}
.cont_box {
	margin-top: 40px;
	background-color: #CCCCCC;
	width: 90%;
	height: auto;
	position: inherit;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.cont_box h2 {
	margin-top: 40px;
	text-align: center;
}
.link_box {
	margin: 40px auto 20px auto;
	overflow: hidden;
	width: 90%;
}
.link_img {
	width: 30%;
	margin-right: 5%;
}





.ex {
	height: 100vh;
}
.img_box {
	width: 290px;
	z-index: 2;
	position: inherit;
	top: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.img_box .img {
	width: 140px;
	height: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_box .img:nth-child(2n) {
	margin-right: 0;
}

}

