﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');

/* color */
.txt_color1{color: #75CEAE} /* メインカラー */
.txt_color2{color: #75CEAE} /* サブカラー */
.txt_color3{color: #75CEAE} /* アクセントカラー1 */
.txt_color4{color: #8ED166} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #8ED166} /* メインカラー */
.bg_color2{background-color: #8ED166} /* サブカラー */
.bg_color3{background-color: #75CEAE} /* アクセントカラー1 */
.bg_color4{background-color: #FFFFC2} /* アクセントカラー2 */


/* border-color ※!important */
.border_color1{border-color: #75CEAE}
.border_color2{border-color: #FFFF66}
.border_color3{border-color: #FFFFC2}
.border_color4{border-color: #8ED166}


body {
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 400;
}

#pc_nav li a, #top_pc_nav li a, #footer_nav li a {
    font-weight: 400;
}

.button_container span {
    background-color: #333333!important;
    height: 2.5px;
}

.button_container span:nth-of-type(1) {
    background-color: transparent!important;
    color:#333333!important;
    left: 28px;
    font-size: 14px;
}

#overlay .left, #overlay .right {
    border-color:#75CEAE;
}
	
.overlay-menu .right h2, .overlay-menu .right p, .overlay-menu .right a {
    color: #333333!important;
    opacity:1!important;
}
	
.nav_menu_more a {
    background-color: #75CEAE!important;
    transition: 0.5s;
}
	
.nav_menu_more a:hover {
    opacity: 0.5!important;
}

.nav_menu_more:first-of-type a .icon:before {
    display: none;
}

.nav_menu_more:last-of-type a .icon:before {
    left:-40px;
}

/* ----------　all　---------- */
.linkStyle{
	color:#8ED166;
}
.linkStyle:hover{
	color:#8ED166;
	text-decoration: underline;
	opacity: 0.7;
	transition: all 0.5s;
}


#fixed_right_banner {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 99;
}

.hannari {
	font-family: 'Shippori Mincho', serif;
}

#fakeloader {
	background-image:url("Dup/img/wrap-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#fixed_right_banner .sns_link li {
	background-color: rgba(117,206,174,0.8);
    border-radius: 50%;
    margin: 5px;
	padding:10px!important;
}

#fixed_right_banner .sns_link {
	background-color:transparent!important;
	border-left: none!important;
}


.overlay {
 background:rgba(255,255,255,0.9)!important;
}

.overlay ul li a, #overlay .left li:before {
    color: #333333!important;
}

.overlay ul li a:hover {
    opacity: 0.5!important;
}

.con_fixed_box {
	position:fixed;
	left: 20px;
	bottom:30px;
	z-index: 1;
}

.con_fixed {
	display:block;
	text-align: center;
	font-weight: bold;
	background-color: rgba(117,206,174,0.8);
	width: 150px;
	height: 90px;
	border-radius: 50%;
	padding-top: 60px;
}

.con_fixed:hover {
	opacity:0.5;
}




/* ----------　TOP　---------- */

#wrap {
	background:linear-gradient(to bottom, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75)100%),url("Dup/img/wrap-bg-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main_img .menu .bg_white {
    background-color:transparent!important;
}

#main_img:before {
    background-color: rgba(70,70,70,0.3);
}

.chachcopy {
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    text-shadow: 0 0 10px rgb(255 255 102);
}

#pc_nav li a {
    color: #333333!important;
    font-weight: bold;
}

#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after {
    background-color:rgba(255,255,102);
}


header.scr_header {
    background-color: rgba(255,255,255,0.8)!important;
}


#intro {
	margin-top:100px;
}

#intro .num {
	top:-140px;
	color:#ffffff!important;
	text-shadow: 0 1px 10px #4ec600;
	opacity: 1!important;
	font-size: 50px!important;
}

#intro_wrap::before{
	content: "";
	width: 300px;
	height: 300px;
	background-image: url("Dup/img/ring1.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top:-20%;
	left: -5%;
	transform: rotate(180deg)
}

#intro h3 br {
    display: none;
}


#contents1 .num, #contents2 .num, #contents3 .num{
	display: none;
}

#contents1 .con_box, #contents2 .con_box, #contents3 .con_box, #intro_wrap {
	background-color:#ffffff!important;
	box-shadow: 0 0 20px 20px #ffffff;
	padding: 3%;
	border-radius: 50px;
}


#contents1 .con_box{
	width: 50%!important;
	margin-left: 3%;
}


#contents1_wrap {
	background-image: url("Dup/img/ring1.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 30%;
}

#contents2_wrap {
	background-image:url("Dup/img/ring2.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 20%;
}


#contents2 .con_box{
	width: 50%!important;
	margin-right: 3%;
}

#contents3 {
	margin-top:50px;
}

#contents3 .more_btn {
	margin-top:50px;
}

#contents3 h3 {
	text-align:center;
}

#contents3_wrap:after {
    background-color: rgba(255,255,255,0.3)!important;
}


.line:before {
	background-color: #FFFF66!important;
}

.back1:before, .back2:before, #top_cms.back1:before {
	display: none;
}

.cms_wrap {
    background-color: #ffffff;
    padding: 2%;
    box-shadow: 0 0 5px 5px #ffffff;
    border-radius: 50px;
}

.more_btn {
	color:#333333!important;
	background-color: transparent;
	border-radius: 50px;
	border: 1px solid;
	transition: 0.5s;
}

.more_btn:hover {
	background-color: rgba(255,255,102,0.5);
	transition-delay: 0s;
	border: 1px solid rgba(255,255,102,0.5);
}

.more_btn:hover::after,  .more_btn:hover::before{
	display: none;
	transform: none;
}

.return a {
    color: #333333;
    font-weight: bold;
}

#top_cms .cms_1-e .cate_box .box_title1:empty {
    display: block!important;
    height: 51px;
}


#copyright, #copyright a {
	background-color:transparent!important;
	color: #333333!important;
}

footer {
	background-color:rgba(255,255,102,0.6)!important;
}

#footer h2, #footer .tel_bt a {
    color: #333333!important;
    font-weight: bold;
}

#info_contact .con_img:before {
    background-color: rgba(175,175,175,0.4);
}


/* ----------　下層ページ　---------- */



.cate::before {
    display: block;
    height: 10rem;
    margin-top: -10rem;
    content: "";
}

#page_title:before {
        background-color: rgba(255,255,255,0.55)!important;
}

#page_title .page_title_box {
    background-image: url(Dup/img/ring2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent!important;
}

#page_title .page_title_box p, #page_title .page_title_box h2 {
    color: #333333!important;
}

#page2 .con_box, #page3 .con_box, #page4 .con_box, #page5 .con_box, #page6 .con_box, #page7 .con_box, #page8 .con_box, #page9 .con_box, #page10 .con_box {
    box-shadow: 0 0 20px 20px #ffffff;
}

.cate_list {
    margin-bottom: 70px;
    overflow:hidden;
}

.cate_list li {
    width: auto!important;
    text-align: center;
    padding:10px;
    float: left;
}

.cate_list li a:before {
    display: none;
}

.cate_list li a {
    background-color: rgba(255,255,102,0.8);
    padding:10px;
    color: #333333!important;
    transition: 0.5s;
}

.cate_list li a:hover {
    opacity: 0.5;
}

#cms_1-e .box_item .box_item {
    row-gap: 10px;
    column-gap: 8px;
}

#cms_1-e .box_item .box_item figure {
    display: inline-block;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
}

#cms_1-e .box_img2, #cms_1-e .box_img3 {
    margin-right: 0;
}


#page4 .box_title1, #page4 .box_title2 {
    font-weight: bold;
}


/*---メニューページバナー---*/



.menu_bnr{
    width: auto!important;
    margin: 30px auto 40px;
}

.menu_bnr a {
  display: block;
  padding: 0.5em 1em;
  margin: 10px auto;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px rgb(255,255,102);/*左線*/
  color: #333333;/*文字色*/
  font-weight: 400;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.menu_bnr a:empty {
    display: none;
}

.menu_bnr a:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.menu_bnr a:hover{
    opacity: 0.5;
}

#page4 .box_txt2 {
    margin-top:20px;
}

/*---pager修正---*/

.pager {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.pager li {
    box-sizing: border-box;
    margin-right: 10px;
}

.pager li a {

    padding: 20px;
	color:#333333!important;
	background-color: transparent;
	border: 1px solid;
	transition: 0.5s;
}

.pager li a:hover {
	background-color: rgba(255,255,102,0.5);
	border: 1px solid rgba(255,255,102,0.5);
}


/* 会社情報 */
/* お問い合わせ */


#page8 .border_color2 {
    border-color: #75CEAE!important;
}

.con_form_box .width_300-max, .con_line_box .width_300-max {
    max-width: 50%!important;
}

.con_form_box, .con_line_box {
    margin-top:80px;
}


.sp_br {
    display: none;
}



/* プライバシーポリシー */
/* サイトマップ */

#page10 .en {
    color: #999999!important;
    text-transform: lowercase;
}


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){

	
	
.con_fixed_box {
	position:fixed;
	left: 10px;
	bottom:20px;
}

.con_fixed {
	width: 100px;
	height: 60px;
	border-radius: 50%;
	padding-top: 40px;
	font-size:12px;
}
	



#intro .num {
    top:-110px;
}
 
#fixed_right_banner {
		display: none;
	}
	

 
.con_form_box .width_300-max, .con_line_box .width_300-max {
    max-width: 100%!important;
}
    
#page4 .box_title1, #page4 .box_title2 {
    width: 100%!important;
}
    
.more_btn {
    background-color: rgba(255,255,102,0.5);
    border: none;
}

.more_btn:hover {
    opacity: 0.8;
    border: none;
}
    
.page_title_box {
    width: 80%!important;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
	
.chachcopy {
    font-size: 25px;
}
	
.con_fixed_box {
    width: 100%;
    left: 0;
    bottom: 0px;
    text-align: center;
}

.con_fixed {
	width: 80%;
    height: 30px;
    border-radius: 10px 10px 0 0;
    padding-top: 20px;
    line-height: 1.5!important;
    margin: auto;
	}
	
	
	#contents1 .con_box, #contents2 .con_box {
		width: 100%!important;
	}
	
#intro .num {
	top:-90px;
	font-size: 25px!important;
}


#intro h3 br {
    display: block;
}

	

	
#contents3 h3 br {
    display: none;
}
	
.cms_wrap {
    padding:5%;
}
	
.sp_br {
    display: block;
}
	
.con_form_box a, .con_line_box a {
    font-size: 16px;
}

.cate_list {
    text-align: center;
}
	
.cate_list li {
    float: none;
}
	
.cate_list li a {
    display: block;
    width: auto;
    margin:5px;
}


.page_title_box h2 {
    font-size: 20px!important;
}

	
#page_title .page_title_box p, #page_title .page_title_box h2{
    font-weight: 600!important;

}
	
#contact_tel a {
    font-size: 18px!important;
}


#cms_2-c .box_item {
    padding:10px;
}

#page5 #cms_2-c .box_item .box_txt1 {
    margin-bottom:10px;
}

#copyright {
    padding-bottom:60px;
}

	
}
