@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	font-style: normal;
}
body {
	font-family: "Zen Maru Gothic","Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-collapse: collapse;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #FF6600;
}
.clear {
	clear: both;	
}

.mobile_nowrap {
	display: inline;
}
.pc_nowrap {
	display: none;
}
.mobile_only {
	display:none;
}
.pc_only {
	display: block;
}

#header {
	width: 100%;
	position: relative;
	background-color:#FFF6F5;
}
#header .wrapper {
	box-sizing: border-box;
	width: 980px;
	height:90px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left:auto;
	margin-right:auto;
}
#header .name {
	width: 350px;
	line-height: 130%;
	font-size: 20px;
	font-weight: bold;
}
#header .name a {
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	height: 70px;
	width: 350px;
	background-image: url(../img/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999em;
}
#header .name a:hover {
	text-decoration:underline;
}

#header #header .g_nav_open_btn {
	display: none;
}
#header .menu {

}
#header .g_nav {
	box-sizing: border-box;
	width:364px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
}
#header .menu li,
#footer .menu li{
	width:160px;
	transition: 0.3s;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFF;
}
#header .menu li:nth-of-type(1) {
	margin-left:50px;
	margin-right:50px;
}

#header .menu li a,
#footer .menu li a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 1px solid #66aaf3;
	padding: 2px;
	font-size: 15px;
	line-height:25px;
	color: #333;
	text-decoration: none;
}
#header .menu li a span,
#footer .menu li a span {
	box-sizing: border-box;
	width: 100%;
	display:block;
	border: 1px solid #66aaf3;
	text-align:center;
}
#header .menu li a:hover,
#footer .menu li a:hover {
	border: 1px solid #333;
}
#header .menu li a:hover span,
#footer .menu li a:hover span {
	border: 1px solid #333;
}
#header .sns {
	box-sizing: border-box;
	width:260px;
	display:block;
}
#header .sns ul,
#footer .sns ul {
	box-sizing: border-box;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-content:flex-end;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap:wrap;
}
#header .sns ul li a,
#footer .sns ul li a {
	background-repeat: no-repeat;
	background-size:contain;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -99999em;
	transition:0.4s;
}
#header .sns ul li.insta a,
#footer .sns ul li.insta a {
	background-image: url(../img/header_insta.png);
	height: 40px;
	width: 132px;
}
#header .sns ul li.line a,
#footer .sns ul li.line a {
	background-image: url(../img/header_line.png);
	height: 36px;
	width: 116px;
}
#header .sns ul li a:hover,
#footer .sns ul li a:hover {
	opacity:0.6;
}

#contents_wrapper {
	background-image: url(../img/bg_dot.png);
	background-repeat: repeat;
	background-position: center top;
	/*background-size: cover;*/
	width: 100%;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}
.main_contents {
	box-sizing: border-box;
	width: 980px;
	min-height: 980px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	padding-top:40px;
}


#footer {
	width: 100%;
	background-color: #FFF;
}
#footer .wrapper {
	box-sizing: border-box;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	align-content:flex-end;
	align-items:flex-end;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:30px;
}
#footer .name {
	order:2;
	width: 340px;
	line-height: 130%;
	font-size: 20px;
	font-weight: bold;
}
#footer .name a {
	color:#333;
	text-decoration:none;
}
#footer .menu {
	order:1;
	box-sizing: border-box;
	width:100%;
	display: block;
	margin-bottom:20px;
}
#footer .menu ul {
	box-sizing: border-box;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
}
#footer .menu li {
	width:250px;
	margin-left:20px;
	margin-right:20px;
}
#footer .menu li a {
	font-size: 16px;
	line-height:40px;
}
#footer .sns {
	order:3;
	box-sizing: border-box;
	width:260px;
	display:block;
}

.main_visual_wrapper {
	width: 100%;
	background-color: #FBFAF2;
}
.main_visual {
	box-sizing: border-box;
	position: relative;
	width: 980px;
	min-height: 390px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left:auto;
	margin-right:auto;
}
.main_visual .img {
	position: absolute;
	width: 100%;
	line-height: 0;
	z-index: 0;
	top:0px;
	left:0px;
}
.main_visual .page_title {
	position: relative;
	display: inline-block;
	background-color: #bada55;
	color: #FFF;
	font-weight: bold;
	line-height: 110%;
	font-size: 32px;
	z-index: 1;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.main_visual .pickup {
	position: absolute;
	top:20px;
	right:40px;
	z-index:1;
	background-color:#FFF;
	width: 280px;
	height:180px;
	border-radius:50%;
}
.main_visual .pickup a {
	display: flex;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	justify-content:center;
	color: #FFF;
	text-decoration: underline;
	line-height: 130%;
	font-size: 30px;
	font-weight: bold;
	background-color: #ffde5f;
	text-align: center;
	width: 280px;
	height:180px;
	border-radius:50%;
	transition:0.4s;
}
.main_visual .pickup a:hover {
	opacity:0.7;
}
.main_visual .btn {
	position: absolute;
	bottom:40px;
	right:40px;
	width: calc(100% - 80px);
	z-index: 1;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.home .main_visual .btn {
	padding-top:20px;
}
.main_visual .btn li {
	position: relative;
	width: 49%;
	background-color: #FFF;
	border-radius:8px;
}
.main_visual .btn li a {
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	display: flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: 0.4s;
	border: 1px solid #ffc824;
	border-radius:8px;
}
.main_visual .btn li a:hover {
	opacity:0.6;
}
.main_visual .btn li:nth-of-type(1) a {
	color: #FFF;
	background-color: #ffc824;
}
.main_visual .btn li:nth-of-type(2) a {
	color: #ffc824;
	background-color: #FFF;
}
.main_visual .btn li:nth-of-type(1) a:hover {
	color: #ffc824;
	background-color: #FFF;
}
.main_visual .btn li:nth-of-type(2) a:hover {
	color: #FFF;
	background-color: #ffc824;
}

.btn_001,
.btn_002 {
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
}
.btn_001 a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #ff7c40;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 100%;
	border: 2px solid #ff7c40;
	transition:0.4s;
	border-radius:15px;
}
.btn_001 a:hover {
	color: #ff7c40;
	background-color: #FFF;
}
.btn_002 a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #ffc824;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 100%;
	border: 2px solid #ffc824;
	transition:0.4s;
	border-radius:15px;
}
.btn_002.tiny a {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.btn_002 a:hover {
	color: #ffc824;
	background-color: #FFF;
}
a.btn_003 {
	box-sizing: border-box;
	display: block;
	width: 425px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #f7ea73;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 100%;
	border: 2px solid #f7ea73;
	transition: 0.5s;
	border-radius: 425px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	transform-origin:center center;
}
a.btn_003:hover {
	transform:scale(1.1,1.1);
	
}
.f300 {
	font-size:300%;
	line-height:130%;
}
.f200 {
	font-size:200%;
	line-height:130%;
}
.red {
	text-decoration:none !important;
	color:#ff4040 !important;
}
.green {
	text-decoration:none !important;
	color:#1acd23 !important;
}
a.red:hover,
a.green:hover {
	text-decoration:underline !important;
}

.bloc_001 {
	box-sizing: border-box;
	width: calc(100% - 80px);
	border: 1px solid #000;
	position: relative;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom:40px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.bloc_001:before {
	content:"";
	direction:flex;
	box-sizing: border-box;
	width: 4px;
	height:calc(100% - 10px);
	background-color:#000;
	position: absolute;
	top:5px;
	left:5px;
}
.bloc_001:after {
	content:"";
	direction:flex;
	box-sizing: border-box;
	width: 4px;
	height:calc(100% - 10px);
	background-color:#000;
	position: absolute;
	top:5px;
	right:5px;
}
.bloc_001 > .ttl {
	box-sizing: border-box;
	font-size:28px;
	font-weight:bold;
	color: #FFF;
	line-height:60px;
	background-color: #ff7c40;
	text-align:center;
	width:50%;
	position:absolute;
	top:-30px;
	left:25%;
}
.bloc_001 > p {
	font-size:26px;
	line-height:150%;
	font-weight:bold;
}
.bloc_001 > .btn {
	box-sizing:border-box;
	width:100%;
	display:flex;
	align-content:flex-end;
	align-items:flex-end;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:25px;
}
.bloc_001 > .btn li {
	box-sizing:border-box;
	width:33%;
	margin-left:10px;
	margin-right:10px;
	background-color: #FFF;
}
.bloc_001 > .btn li a {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	display: flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: 0.4s;
	border: 1px solid #ffc824;
}
.bloc_001 > .btn li:nth-of-type(1) a {
	color: #ffc824;
	background-color: #FFF;
}
.bloc_001 > .btn li:nth-of-type(2) a {
	color: #FFF;
	background-color: #ffc824;
}
.bloc_001 > .btn li:nth-of-type(1) a:hover {
	color: #FFF;
	background-color: #ffc824;
}
.bloc_001 > .btn li:nth-of-type(2) a:hover {
	color: #ffc824;
	background-color: #FFF;
}
.bloc_001 > .btn li.line {
	width:150px;
}
.bloc_001 > .btn li.line a {
	background-image: url(../img/header_line.png);
	height: 50px;
	width: 1500px;
	background-repeat: no-repeat;
	background-size:contain;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -99999em;
	transition:0.4s;
	border: none;
}
.bloc_001 > .btn li.line a:hover {
	opacity:0.6;
}


.bloc_002 {
	box-sizing: border-box;
	width: calc(100% - 80px);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
}
.sub_title_001 {
	font-size: 34px;
	font-weight: bold;
	color: #005E79;
	line-height: 78px;
	background-image: url(../img/hutaba.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 60px;
	padding-left: 85px;
	margin-bottom:10px;
}
.sub_title_002 {
	font-size: 24px;
	font-weight: bold;
	color: #a85258;
	line-height: 110%;
	margin-bottom:15px;
}
.list_001 {

}
.list_001 li {
	font-size:28px;
	line-height:140%;
	font-weight:bold;
	margin-bottom:0.7em;
}
.list_001 li:last-child {
	margin-bottom:0;
}

.layout_001 {
	width:100%;
	box-sizing:border-box;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:space-between;
	margin-bottom:20px;
}
.layout_001 .photo {
	order:1;
	margin-right:20px;
}
.layout_001 .body {
	order:2;
	flex:2;
}
.layout_001 .body .ttl {
	font-weight: bold;
	color: #84d3f5;
	font-size: 28px;
	line-height: 130%;
	margin-bottom: 0.3em;
}
.layout_001 .body > p {
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin-bottom:1em;
}
.layout_001 .body > p:last-child {
	margin-bottom:0;
}
.body_001 h3 {
	font-size:20px;
	line-height:140%;
	margin-bottom:0.5em;
}
.body_001 h4 {
	font-size:19px;
	line-height:140%;
	margin-bottom:0.5em;
}
.body_001 p {
	font-size:20px;
	line-height:140%;
	margin-bottom:0.5em;
}
.indent5 {
	text-indent:5em;
}
.dl_001 {
	width:100%;
	display:flex;
	align-content:flex-start;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	font-size:22px;
	font-weight:bold;
	line-height:140%;
}
.dl_001 dt {
	width:6em;
	text-align:right;
	margin-bottom:0.7em;
}

.dl_001 dd {
	width:calc(100% - 6em);
	margin-bottom:0.7em;
}
.dl_001 dd em {
	font-size:80%;
}
.ol_001 {
	font-size:20px;
	font-weight:bold;
	line-height:140%;
}
.ol_001 li {
	padding-left:1em;
	text-indent:1em;
}
.ol_001 li:before {
	content:"・"
}

.orange_bg {
	background-color: #ffeebc;
	padding: 1em;
	display: block;
}
.orange_bg.center {
	padding: 0.5em;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.form_box dl {
	width:100%;
	display:flex;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	justify-content:space-between;
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	margin-top:20px;
}
.form_box dl dt {
	width:10em;
	margin-bottom:10px;
}
.form_box dl dd {
	width:calc(100% - 10em);
	margin-bottom:10px;
}
.form_box dl dd input[type="text"],
.form_box dl dd input[type="email"],
.form_box dl dd input[type="tel"],
.form_box dl dd textarea {
	font-size: 18px;
	line-height: 140%;
	box-sizing: border-box;
	width: 60%;
	padding: 0.5em;
	border: 2px solid #CCC;
	border-radius: 4px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_box dl dd input[type="text"]:focus,
.form_box dl dd textarea:focus {
	background-color:#FFC;
}
.form_box dl dd  input.full {
	width: 100%;
}
.form_box dl dd textarea {
	width: 100%;
	height:12em;
}
.form_box .btn {
	padding-top:10px;
}
.form_box .btn input {
	box-sizing:border-box;
	appearance: none;
	-webkit-appearance: none;
	width: 200px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	background-color: #FA0;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	border: 2px solid #FA0;
	transition:0.3s;
	cursor:pointer;
	letter-spacing:1em;
	padding-left:1em;
}
.form_box .btn input:hover {
	color: #FA0;
	background-color: #FFF;
}

#hoiku_rinen {
	position:relative;
}
#hoiku_rinen .fig01 {
	position: absolute;
	bottom:0px;
	right:20px;
}
#tsukigime_annai .wrapper {
	position:relative;
}
#tsukigime_annai .wrapper .photo01 {
	position: absolute;
	line-height: 0px;
	padding: 5px;
	background-color: #FFF;
	top: 0px;
	right: 60px;
	z-index: 0;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}
#tsukigime_annai .wrapper .photo02 {
	position: absolute;
	line-height: 0px;
	padding: 5px;
	background-color: #FFF;
	top: 120px;
	right: -20px;
	z-index: 1;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}

#contact {
	
}
.wpcf7-response-output {
	text-align:center !important;
	font-size:18px;
	font-weight:bold;
	padding:1em!important;
	border-radius:5px;
	margin-top:-30px !important;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


body {
	font-size: 28px;
	line-height: 180%;
	width: 750px;
}

img {
	max-width:700px;
	height:auto;
}
br.pc_nowrap {
	display: inline;
}
br.mobile_nowrap {
	display: none;
}

.mobile_only {
	display:block;
}
.pc_only {
	display: none;
}

#wrapper {
	width: 750px;
	min-width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}


.-----MOBILE_ONLY_CSS_END----- {}

	
}
