﻿/* all page */
/* color */
.txt_color_nomal{color: #1a1a1a;}
.txt_color1{color: #ffb973;} /* メインカラー */
.txt_color2{color: #cceed2;} /* サブカラー */
.txt_color3{color: #9e6836} /* アクセントカラー1 */
.txt_color4{color: #e3bea5} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #ffb973;} /* メインカラー */
.bg_color2{background-color: #cceed2;} /* サブカラー */
.bg_color3{background-color: #9e6836} /* アクセントカラー1 */
.bg_color4{background-color: #e3bea5} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #ffb973;}
.border_color2{border-color: #cceed2;}
.border_color3{border-color: #9e6836}
.border_color4{border-color: #e3bea5}

.hvr_txt_color1:hover{color: #ffb973;} /* メインカラー */

.font_serif{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}


.linkStyle{
    color: #333;
    text-decoration: underline;
}


/* top ----------------*/

/* header */
#header h1{
	background-color: #fff;
	padding: 15px;
	border-radius: 0 0 10px 10px;
	max-width: 150px;
	z-index: 2;
}


/* main img */
#main_img{
	position: relative;
}
#main_img .catch{
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
#main_img .catch p{
	color: #fff;
	font-size: 40px;
	position: relative;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
}
#main_img .catch p br{
	display: none;
}


/* main */
.item1::before{
    border-radius: 50%;
}
.item1 span, .item2 span {
    color: #1a1a1a;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}

/* intro */
.item2::before{
    border-radius: 20px 0 0 20px;
}
.item3::before{
    border-radius: 0 20px 20px 0;
}
#contents1 .box figure{
	border-radius: 10px;
}
#contents1 .box.item2::after {
	content: "";
    background-image: url("./Dup/img/seitai1.png");
	background-repeat: no-repeat;
	background-position: top;
    background-size: 100%;
    width: 15vw;
    height: 18vw;
	position: absolute;
    bottom: 0;
    right: 5%;
}
#contents1 .box.item3::after {
	content: "";
    background-image: url("./Dup/img/seitai2.png");
	background-repeat: no-repeat;
	background-position: top;
    background-size: 100%;
    width: 13vw;
    height: 15vw;
	position: absolute;
    bottom: 0;
    left: 2%;
}

/* contents */
#contents2 .box .box_txt {
    border-radius: 30px;
	background-color: rgba(255,255,255,0.60);
}
#contents2 .box_img figure {
    border-radius: 80% 80% 72% 77%/80% 83% 80% 80%;
}
#contents2 .box_wrap{
	position: relative;
}
#contents2 .box_wrap::before{
	content: "";
	background-image: url("./Dup/img/contents_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
}
#contents2 .box::after, #contents2 .box .box_img::after {
    background-color: #ffb973 !important;
}

/* topcms */
#top_cms{
	padding: 0 5%;
	padding-top: 200px;
}
#top_cms .top_cms_box .top_cms_title p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#top_cms .top_cms_box .cms_wrap{
	background-color: #cfead4;
	border-radius: 10px;
}
#top_cms .top_cms_box .more a {
    height: 60px;
    border-radius: 10px;
}
#top_cms .top_cms_box {
    margin-bottom: 100px;
}
#top_cms .top_cms_box:last-of-type {
    margin-bottom: 100px;
}

#top_cms .top_cms_box .cms_wrap .cms_1-a{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}
#top_cms .top_cms_box .cms_wrap .cms_3-c{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}
#top_cms .top_cms_box .cms_wrap .cms_5-c{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}


/* footer */
footer #footer #footer_cms > div {
    border-radius: 20px;
}
footer #footer #footer_cms > div {
    background-color: rgba(255,255,255,0.9);
}

/* under page */

/* cms1 */
#cms_1-a img{
    border-radius: 10px;
}

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#menu_bt {
		border-radius: 10px;
	}
	#page-top {
		border-radius: 10px;
	}
	#header h1{
	    background-color: rgba(255,255,255,0.9);
	    max-width: 110px;
	    top: 0px;
        left: 20px;
    }
	#main_img .catch p br{
		display: block;
	}
	#contents1 .box.item2::after {
		width: 25vw;
		height: 29vw;
	}
	#contents1 .box.item3::after {
		width: 24vw;
		height: 27vw;
		left: 3%;
	}
	.item2::before {
		border-radius: 0;
	}
	.item3::before{
		border-radius: 0;
	}
	#top_cms .top_cms_box .cms_wrap {
        padding: 20px;
    }
	#top_cms .top_cms_box .cms_wrap .more {
        margin-top: 20px;
    }
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#loader div img {
		width: 150px;
	}
	#header h1 {
		padding: 0px;
		top: 10px;
	}
	#main_img .catch p{
		font-size: 25px;
	}
	#contents1 .box.item2::after {
		width: 30vw;
		height: 35vw;
	}
	#contents1 .box.item3::after {
		width: 29vw;
		height: 32vw;
	}
	
	.pager li a{
	    margin-left: 0;
	}
	
}
