﻿@charset "utf-8";
/***  メインビジュアル　フェード  ***/

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09 {
	width:94%;
	margin:0 auto;
	text-align:left;
	padding:2em 0;
}


.cv_block{
	width:100%;
	margin:0 auto;
	border:#007FFF 7px solid;
	background:#FFFFFF;
	border-radius: 20px;
	padding:1em;
	box-sizing: border-box;
}

.cv_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.cv_block>ul>li:nth-child(1){
	width:100%;
	margin:0;
}

.cv_block>ul>li:nth-child(2){
	width:100%;
	margin:1em 0 0 0;
}

.cv_block>ul>li dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.cv_block_naka{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.cv_block_naka dl{
	width:100%;
}

.cv_block>ul>li dl>dt{
	width:20%;
	text-align: right;
}

.cv_block>ul>li dl>dd{
	width:80%;
	padding:0 0 0 1em;
	box-sizing: border-box;
}

.top02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-9em 0 0 0;
}


.top02_01>ul>li{
	width:100%;
	margin:0 0 2em;
}

.kantan01_01_bg{
	background:#F2F2F2;
	border-radius: 20px 20px 0 0;
	padding: 0 1em 2em;
	box-sizing: border-box;
}
.kantan01_01_bg_no{
	background:#FFFFFF;
	border-radius: 0 0 20px 20px;
	padding: 0 1em 2em;
	box-sizing: border-box;
	
}

.kantan01_01title{
	width:50%;
	margin:0 0 0 5%;
}

.hissu{
	background:#C1272D;
	font-size: 75%;
	font-weight: normal;
	margin: 0.2em 0.8em 0 0;
	padding:0.1em 0.8em;
	color:#FFFFFF;
	border-radius: 50px;
}












.top01_02block{
	width:90%;
	margin:0 auto;
}


.top01_02block a{
	display: block;
	height:100%;
	text-decoration: none;
	background:#FFFFFF;
	box-shadow: 2px 10px 15px rgba(0,0,0,0.15);
	margin:2em 0;
	border-radius: 20px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top01_02block a:hover{
	 -ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
}

.top01_02block a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.top01_02text{
	width:100%;
	padding:1em;
	box-sizing: border-box;
}

.top01_02cate>ul>li a,
.top01_02cate>ul>li span{
	display: inline-block;
	background:#FFF455;
	border-radius: 50px;
	padding:0.3em 1em;
	margin:0.1em;
}


.top01_01smn,
.top01_02smn {
	position:relative;
	padding-bottom: 66.5573770491%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.top01_02smn {
	padding-bottom: 80%; /* 100/横*縦*/
}
.top01_01smn span,
.top01_01smn a,
.top01_02smn span,
.top01_02smn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top01_01smn img,
.top01_02smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 20px 20px 0 0;
}

.top03_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	background:#E3E3E3;
}
.top03_01>ul>li{
	width:50%;
}

.top04_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	background:#1E8BB2;
}
.top04_01>ul>li{
	width:46%;
	margin:0 auto;
}


.mainasu_cont{
	margin: -9em auto 0;
}


/*========================
	メールフォームテンプレ
========================*/

.kantan01_01img{
	margin:0 0 -1em;
}


.mail00_block{
	width:100%;
	margin:0 auto;
}

.mail01_01 {
	background:#FFFFFF;
	border-radius: 20px;
	box-sizing: border-box;
}

.mail01_01 dl,
.mail01_00 dl{
	padding:0.5em 0;
	font-size: 105%;
}

.mail01_01 dt,
.mail01_00 dt{
	width:98%;
	padding:0 0 0 1%;
	margin:0;
	float:none;
	font-weight: bold;
}

.mail01_01 dd,
.mail01_00 dd{
	width:98%;
	margin:0 1%;
	float:none;
}

input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text{
	font-family: 'M PLUS 1','Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:#E6E6E6 3px solid;
	border-radius: 50px;
	padding:0.5em;
	font-size:16px;
	margin:0.5em 0;
	width:100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea.text{
	border-radius:20px;
}


input.text_min,
select.text_min{
	width:42%;
}
input.text_middle{
	width:42%;
}


input[type=checkbox] {
margin:0.5em;
  transform: scale(1.5);
}
input[type=radio] {
margin:0.5em;
  transform: scale(1.5);
}

::placeholder{
  color:#ccc
}

.hissu{
	background:#C1272D;
	font-size: 75%;
	font-weight: normal;
	margin: 0.2em 0.8em 0 0;
	padding:0.1em 0.8em;
	color:#FFFFFF;
	border-radius: 50px;
}
.ninni{
	background:#B3B3B3;
	padding:0.1em 1em;
	color:#FFFFFF;
}
input[type="submit"] {
	box-sizing: border-box;
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 50px;
	padding:1em 2em;
	background:#007FFF;
	border:#007FFF 2px solid;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
input[type="submit"]:hover{
	color:#007FFF;
	background:#FFFFFF;
}


.kantan01_01 input[type="submit"] {
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-appearance: none;
	cursor: pointer;
	width: 96%;
	margin: 1em auto 0;
	display: block;
	border-radius: 50px;
	padding:0.6em 1.5em;
	background:#FCEE21;
	border:#000000 5px solid;
	
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	box-shadow: 0 7px rgba(0,0,0,0.15);
	position: relative;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.kantan01_01 input[type="submit"]:hover{
	 -ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 0 4px rgba(0,0,0,0.15);
}



/*========================
	マップ
========================*/

.map_block {
	position:relative;
	padding-bottom: 89.841269%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
	border-radius: 20px;
}
.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*========================
	youtube
========================*/

.youtube_block {
	position:relative;
	padding-bottom: 56.2499999%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.youtube_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/***  メインビジュアル　フェード  ***/

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09  { width:96%; }

.cv_block{
	padding:1.5em;
}
	
.cv_block>ul>li:nth-child(1){
	width:78%;
	margin:0 2% 0 0;
}

.cv_block>ul>li:nth-child(2){
	width:20%;
	margin:0;
}

	
.cv_block>ul>li dl{
	width:50%;
}
	
.cv_block_naka dl{
	width:50%;
}

.cv_block>ul>li dl>dt{
	width:18%;
	text-align: right;
}

.cv_block>ul>li dl>dd{
	width:82%;
	padding:0 0 0 1em;
}
	
.top02_01>ul{
	margin:0;
}

.top02_01>ul>li{
	width:49%;
	margin:0 0.5% 2em;
}

	
.kantan01_01title{
	width:60%;
	margin:0 0 0 10%;
}
	
	
	
/*=========================
	メールフォームテンプレ
==========================*/
/*メールフォーム*/
.mail01_01 dl,
.mail01_00 dl{
	padding:0.5em 0;
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.mail01_01 dt,
.mail01_00 dt{
	padding:1.5em;
	width:22%;
	margin:0  0 0 8%;
	font-size: 105%;
	box-sizing: border-box;
}
	
.mail01_01 dd,
.mail01_00 dd{
	width:60%;
	margin:0 10% 0 0;
}

input.text,
select.text,
textarea.text{
	width:100%;
}

input.text_middle,
select.text_middle{
	width:45%;
}

input.text_min,
select.text_min{
	width:25%;
}
	
input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text{
	padding:0.6em;
}
	
.mail01_02{
	width:60%;
	margin:0 0 0 30%;
}
	
.kantan01_01 input.text_min,
.kantan01_01 input.text,
.kantan01_01 input.text_middle,
.kantan01_01 select.text,
.kantan01_01 select.text_min,
.kantan01_01 textarea.text{
	padding:1.2em;
}


.kantan01_01 input[type="submit"] {
	padding:1em 1.5em;
	font-size: 125%;
}
	
/*========================
	マップ
========================*/

.map_block {
	position:relative;
	padding-bottom: 90%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
	
	
	
}


/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/

@media (min-width : 1200px) {

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09   { max-width:1000px; padding:40px 0; }

	
}


/*=================================================================================*/
/** 1600px以上 padding: ;PCサイズ画面 **/

@media (min-width : 1600px) {
	

}


