@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Template:   cocoon-master
*/
.tagline,
.logo{
	text-align: left;
}
.tagline{
	font-size:10px;
}
.content-top{
   margin: 0;
}
#content-top .wrap{
	width: 100%;
}
.main-btn{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #000!important;
	border-radius: 5px;
	border: 2px solid #000;
	padding: .8em 3em;
	background: #F5A830;
	min-width: 300px;
	box-sizing: border-box;
	margin: 0 1em;
}

.header .wrap{
	width: 100%;
	padding: 0 60px;
}
.fixed-header .wrap{
	width: 100%;
	padding: 0 20px;
}
.head-contact{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.tel-box{
	padding: 10px 16px 0;
}
.tel-box .tel-msg{
	background: #f5a830;
	color: #fff;
	padding: .2em 1em;
	font-size: 12px;
	text-align: center;
}
.tel-box .tel-num{
	padding: 10px 0 0;
	margin: 0;
	color: #f5a830;
	font-size: 36px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.tel-box .tel-time{
	color: #f5a830;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.mail-box{
	height: 120px;
	width: 120px;
	line-height: 120px;
	background: #f5a830;
	color: #fff!important;
	font-size: 36px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.mail-box a{
	color: #fff!important;
}

.fixed-header .logo{
	height: 60px;
	line-height: 60px;
}
.fixed-header .logo img{
	width: 200px;
	height: auto;
}
.fixed-header .tel-box .tel-msg,
.fixed-header .tel-box .tel-time{
	display: none;
		}
.fixed-header  .tel-box .tel-num{
	padding: 10px 0 0;
	font-size: 28px;
}
.fixed-header .mail-box{
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 24px;
}
.fixed-header .navi-in > ul li{
	height: 40px;
	line-height: 40px;
}
.sec-wrap{
	padding: 100px 0;
	}
.firt-msg_wrap{
	padding: 100px 0 0;  
}
.bg_white{
	background: #ffffff;
	}
.bg_org{
	background: #f5a830;
	}
.bg_lgy{
	background: #f6f6f6;
	}
.max-img{
	margin: 0px;
	width: 100%;
	height: 280px;
	text-align: right;
}
.max-img img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
/*h2,h3*/
h2.h2-l{
	font-size: 52px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
	line-height: 1.45;
}
h2.h2-s{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
	line-height: 1.45;
}
.ttl-sub{
	text-align: center;
	font-size: 18px;
	margin-bottom: 2em;
}

.entry-title{
	text-align: center;
	font-size: 36px;
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
.entry-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #f5a830;
}
.contact_wrap{
	padding: 80px 4%;
	width: 100%;
	background-image: url("https://screwadvent001.xyz/wp-content/uploads/2021/02/bg_paint.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-box{
	width: 100%;
	max-width: 1000px;
	background: #fff;
	color: #000;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding: 48px 0;
}
.contact-box a{
	color: #000;
	text-decoration: none;
}
.contact-box i{
	color: #f5a830;
}
.tel-box_main{
	padding: 0 32px;
	border-right: 1px solid #999;
	width: 60%;
}
.tel-box_main .tel-msg{
	background: #f5a830;
	color: #fff;
	padding: .2em 1em;
	font-size: 18px;
	text-align: center;
}
.tel-box_main .tel-num{
	padding: .5em 0 10px;
	margin: 0;
	font-size: 48px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.tel-box_main .tel-time{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.mail-box_main{
	width: 40%;
	padding: 0 32px;
}
.mail-box_main .mail-ico{
	font-size: 48px;
	line-height: 1;
	color: #f5a830;
	text-align: center;
	padding: 0;
}
.mail-box_main .mail-msg{
	font-size: 18px;
	text-align: center;
	margin-bottom: .5em;
}
.main-btn_black{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
	border-radius: 5px;
	border: 2px solid #000;
	padding: .8em 3em;
	background: #000000!important;
	min-width: 300px;
	box-sizing: border-box;
	text-decoration: none;
}
#content-bottom .wrap{
	width: 100%;
}
#content-bottom .sec-wrap{
	padding: 60px 0;
}
.content-bottom {
    margin: 0;
}
.acc-wrap{
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.acc-wrap .ggmap-box{
	width: calc(100% - 480px);
	height: 450px;
}
.acc-wrap .acc-text-box{
	width: 480px;
	padding: 60px 4%;
}
.acc-wrap .acc-text-box p{
	margin-bottom: 1em;
	font-size: 18px;
}
.footer {
    margin-top: 0;
}
#footer{
	padding: 20px 0;
	width: 100%;
	margin: 0;
}
.pp-nav{
	text-align: center;
	margin-bottom: 1em;
}
.pp-nav li{
	display: inline-block;
	margin: 0 0.5em;
	text-align: center;
	font-size: 14px;
}
.pp-nav li a{
	color: #fff;
}
.foot-inner{
	padding: 40px;
}
.foot-logo{
	width: 100%;
	text-align: center;
}
.foot-logo img{
	width: 260px;
	height: auto;
}
.foot-inner p{
	text-align: center;
	margin-bottom: 1em;
	color: #fff;
}
.copyright{
	font-size: 12px;
	color: #fff;
}
.copyright a{
	color: #fff;
}
.pc-none_br br{
	display: none;
}

@media screen and (max-width: 1023px){
.sec-wrap{
	padding: 100px 4%;
	}
.firt-msg_wrap{
	padding: 100px 4% 0;  
}

.contact_wrap{
	padding: 60px 4%;
}
.contact-box{
	flex-direction: column;
	padding: 32px 0;
}
.tel-box_main{
	padding: 0 32px 32px;
	border-bottom: 1px solid #999;
	border-right: none;
	width: 100%;
}
.mail-box_main{
	width: 100%;
	padding: 32px 32px 0;
}
.tel-box_main .tel-msg{
	font-size: 14px;
}
.tel-box_main .tel-num{
	font-size: 32px;
}
.tel-box_main .tel-time{
	font-size: 14px;
}
.mail-box_main .mail-ico{
	font-size: 32px;
}
.mail-box_main .mail-msg{
	font-size: 16px;
}
.main-btn_black{
	font-size: 16px;
}
}

@media screen and (max-width: 834px){
.max-img{
	margin: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
}
.max-img img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.main-btn{
	font-size: 14px;
}
.sec-wrap{
	padding: 80px 4%;
	}
.firt-msg_wrap{
	padding: 80px 4% 0;  
}
h2.h2-s{
	font-size: 24px;
}
.tagline,
.logo{
	text-align: center;
}
.logo-header img {
    width: 150px;
    height: auto;
}
.logo-image {
    padding: 5px 0;
}
.head-contact{
	display: none;
}
.header .wrap {
    padding: 0 10px;
}
	.tagline{
		display: none;
}
	.site-logo-image{
		padding-top: 8px;
		width: 150px;
		height: auto;
	}
	#header-container .navi, #navi .navi-in>.menu-header .sub-menu {
    display: none;
}

/*アクセス*/
.acc-wrap{
	flex-direction: column-reverse;
}
.acc-wrap .ggmap-box{
	width: 100%;
}
.acc-wrap .acc-text-box{
	width: 100%;
	padding: 32px 4% 0;
}
.acc-wrap .acc-text-box p{
	margin-bottom: 1em;
	font-size: 16px;
	text-align: center;
}
.acc-wrap .acc-text-box p:last-child{
	margin-bottom: 0;
}
.acc-wrap .acc-text-box p img{
	width: 200px;
	height: auto;
}
}

@media screen and (max-width: 480px){
.sec-wrap{
	padding: 48px 4%;
	}
.firt-msg_wrap{
	padding: 48px 0 0;  
}
#content-bottom .sec-wrap{
	padding: 40px 4%;
}

/*h2,h3*/
h2.h2-l{
	font-size: 32px;
}
h2.h2-s{
	font-size: 22px;
}
.ttl-sub{
	font-size: 16px;
}
.pc-none_br br{
	display: block;
}
.tel-box_main{
	padding: 0 24px 24px;
}
.mail-box_main{
	padding: 24px 24px 0;
}
.tel-box_main .tel-num{
	font-size: 28px;
}
.mail-box_main .mail-ico{
	font-size: 32px;
}
.mail-box_main .mail-msg{
	font-size: 16px;
}
.main-btn_black{
	font-size: 16px;
}
ul {
    padding-left: 0px;
}
.pp-nav li{
	display: block;
}
}
