﻿/* ----------　基本カラー　---------- */
.txt_white {
	color: #72553b;
}
.txt_color1 {
	color: #72553b;
}
.bg_color1 {
	background-color: #FFD5EC;
}
.bg_color2 {
	background-color: #FFFFF0;
}
.bg_color3 {
	background-color: #ffffcc;
}
.bg_color4 {
	background-color: #cccccc;
}

.border_color1 {
	border-color: #FFD5EC;
}
.border_color2 {
	border-color: #FFFFF0;
}
.border_color3 {
	border-color: #ffffcc;
}


/* ----------　全体共通部分　---------- */
.linkStyle{
	color:#FFD5EC;
}
.linkStyle:hover{
	color:#FFD5EC;
	opacity: 0.7;
	transition: all 0.5s;
}
body,.txt_color_nomal{
	color: #72553b;
}
main,.font_serif{
	font-family: 'Kosugi Maru', sans-serif!important;

}
header{
	z-index: 999;
}
#menu_wrap {
	z-index: 998;
}
.logo h1 {
	max-width: 240px;
}
.logo h1 img {
	width: 100%!important;
}
main{
    background-image: url(Dup/img/dec5.png);
    background-repeat: repeat-x;
    background-position: bottom 50px center;
    background-size: 300px;

}
.top main{
    padding-top: 50px!important;
}
#fakeloader .fl {
    max-width: 400px!important;
}
#menu_bt .bar {
    height: 2px;
    background-color: #72553b;
}
#menu_bt .bar::before, #menu_bt .bar::after {
    height: 2px;
    background-color: #72553b;
}

header .tel .eigyou{
    padding-left: 35px;
}

/* ----------　TOP　---------- */
.fixed{
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	margin-top: 114px;
}
.main_img{
	overflow: hidden;
	margin-top: 100px;
background-color: #fefff8;
}
#video{
	text-align: center;
}
.video_wrap .video {
	height: auto;
	max-height: 85vh;
	vertical-align: bottom;
	background-color: #fefff8;
width: auto !important;
}
.index #main_nav {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#intro {
    background-image: url(Dup/img/dec2.png),url(Dup/img/dec1.png);
    background-repeat: no-repeat;
    background-position: top right 50px, bottom left 30px;
    padding-top: 50px;
    background-size: 300px,100px;
    margin-bottom: 0px;
    padding-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
}
#intro h2{
	border-bottom: 5px dotted #efbad7;
}

#intro figure{
	border: 5px solid rgb(255, 255, 251);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#contents .square_box{
	border-color: #FFD5EF;
}
#contents .square_box figure{
	border: 5px solid rgb(255, 255, 251);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#contents .grid_5 h3{
    border-bottom: 3px dotted #72553b;
}
#contents .grid_5 h3:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(Dup/img/dec3.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 10px;
}

#top_cms .cms_title {
	border-bottom: 5px dotted #ffd5ec;
}
#top_cms .cms_title h2,#top_cms .cms_title p {
	border: none;
}

#top_cms .cms_1-e .date{
	background-color: #ffd5ec;
}
#top_cms .cms_1-e .box_title1{
	border-bottom: 1px solid #cccccc;
}
#top_cms .more{
	border-color: #ffd5ec;
}
#top_cms .more a {
	background-color: #ffd5ec;
}
#top_cms .more a:hover{
	background-color: #f8f8c6;
}
#top_cms .more a span{
	top: 48%;
	left: 52%;
}



/* ----------　下層ページ　---------- */
#page_title::after {;
	background-color: rgba(255, 255, 240, 0.5);
}
#page_title h2{
	text-shadow: none;
}
#page_title p{
	color: #e558a5;
	text-shadow: none;
}
.cate_title{
	text-align: left;
	background-color: #FFD5EC;
	border-radius: 5px;
	padding: 10px;
	border: none;
	font-weight: normal;
}
#cms_2-d .cate_box{
	background-color: #fffafd;
}
#cms_3-c .cate_box .box_title1,#cms_3-c .cate_box .box_title2{
	border-color: #e9e956;
}
#cms_5-b .cate_box .open_bt{
	border-bottom: 1px solid #e9e956;
}
#page7 .box_wrap .box .box_title h3::before, #page7 .box_wrap .box .box_title h3::after {
	border-color: rgb(255, 213, 236)!important;
}
#page8 input,#page8 textarea{
	background-color: #fffff8;
}
#page8 .fa-check-square{
	color: #f9acd6;
}


/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
#main_nav ul li a {
    padding: 10px 10px 10px;
}

.cate .cate_title {
    padding-top: 10px !important;
}
#page8 #form_box #form_bt div::after {
    top: 50%;
}
.box_wrap .box p a {
    padding-top: 10px;
}
.cms_1-e .date {
    padding-top: 10px;
    padding-bottom: 10px;
}
#bottom_menu nav {
    padding: 10px 10px 10px;
}
#copyright {
    padding: 10px 0 10px;
}

}


/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
main {
	background-position: bottom 20px center;
	background-size: 200px;
}
header .tel{
padding-left: 0px;
}
header .tel .eigyou {
    padding-left: 0px;
    font-size: 12px;
}
.video_wrap {
	height: auto;
}
.video_wrap .video {
	position: static;
	top: 0%;
	left: 0%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(0%,0%);
	height: auto;
	width: 100%!important;
	vertical-align: bottom;
}
.index header #header{
	padding: 10px 20px;
}
#intro {
	background-position: top right 10px, bottom left 30px;
	background-size: 200px,100px;
}
#page10 ul li a{
	color: #72553b!important;
}
#page10 ul li span:last-of-type{
	color: #e558a5;
}
}



/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
 header #header {
    padding: 10px 20px 10px 10px!important;
}
 header #header .tel {
    padding: 0;
    width: 19%!important;
line-height: 1.2;
}
#logo{
    width: 64%!important;
}
.logo h1 {
	max-width: 180px;
}
.top main {
	padding-top: 20px!important;
}
main {
    background-size: 160px;
}
.main_img {
	margin-top: 80px;
}
#intro {
	background-size: 100px,60px;
	padding-bottom: 110px;
	padding-left: 0px;
	padding-right: 0px;
}
#intro h2 {
	font-size: 18px;
	font-weight: bold;
}
}