@charset "utf-8";
/* CSS Document */

/* =====================基本設定===================== */

body {
	font-size: 18px;
	font-family:游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",serif;
	color: #333;
	background:#ffffff;
	margin:0;
	padding: 0;
	-webkit-text-size-adjust:100%;
}

header,main,footer,section,article,nav {
  display: block;
}

img {
	border:0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


@media (max-width:768px) {

body {
	font-size:16px;
	-webkit-text-size-adjust:100%;
}

}


/* =====================文字設定===================== */

p,ul,li,ol,h1,h2,h3,h4,h5,h6 {
	line-height:1.8;
}


a {
	color: #333;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	opacity: 0.7;
}


/* ===================== CLASS ===================== */


.w-container {
	width:92%;
	max-width:1066px;
	margin:auto;
}

.pc {
	display:block;
}

.sp {
	display:none;
}

.pc_txt_br {
	display:inline;
}

.sp_txt_br {
	display:none;
}

.cnt {
	text-align:center;
}


.btn_more {
	display:block;
	width:90%;
	max-width: 400px;
	padding:14px;
	margin:1em auto;
	box-sizing:border-box;
	text-align:center;
	border: 1px solid #666;
	color: #666;
	background:rgba(255, 255, 255, .8);
}

.btn_sns {
	display:block;
	width:90%;
	max-width: 400px;
	padding:14px;
	margin:1em auto;
	box-sizing:border-box;
	text-align:center;
	color: #fff;
	background-color: #daad97;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border: 1px solid #fff;
}

.btn_yt {
	background-image: url("../img/btn_yt.gif");
}

.btn_insta {
	background-image: url("../img/btn_insta.gif");
}

.btn_line {
	background-image: url("../img/btn_line.gif");
}

.btn_ec {
	background-image: url("../img/btn_ec.gif");
}



@media (max-width:768px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.pc_txt_br {
	display:none;
}

.sp_txt_br {
	display:inline;
}

}


/* ===================== header ===================== */

#page-header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.logo_area {
	position: absolute;
	top:15px;
	left: 30px;
	}

.logo_area img {
	width: auto;
	height: 70px;
}

.header_menu ul {
	display: flex;
	gap:1.5em;
	align-items: center;
	width: 830px;
	margin: 0 0 0 auto;
	padding: 0;
}

.header_menu ul li {
	color: #ccc;
	text-align: center;
	line-height: 1.4em;
}

.header_menu .menu_txt {
	font-size: 13px;
	color: #666;
}

.header_menu a,
.header_menu a:hover {
	color: #ccc;
	font-weight: normal;
}




.hamburger-menu {
	position:absolute;
	top:0;
	right:0;
}



/* ハンバーガーメニュー PC非表示 */

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
}


@media (max-width:1024px) {

.logo_area {
	position: static;
	text-align: center;
}
.logo_area img {
	height: 60px;
	width: auto;
}

.header_menu {
	display:none;
}




/* ハンバーガーメニュー */
.hamburger-menu {
	margin-left:auto;
}

.menu-btn {
    position: relative;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color:transparent;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #9EA0A5;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

/* 閉じるボタン */
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニュー */
.menu-content ul {
    padding: 50px 10px 0;
	text-align: left;
}
.menu-content ul li {
    border-bottom: solid 1px #ccc;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#333;
    text-decoration: none;
    padding: 15px 15px 15px 20px;
    position: relative;
	box-sizing:border-box;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 25px;
}

/* メニューを表示 */
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


}


/* ===================== header_list ===================== */

.header_list {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #fff;
	font-size: 15px;
	color: #daad97;
}

.header_list ul {
	display: flex;
}

.header_list a,
.header_list a:hover {
	color: #d9ac97;
}


/* ===================== footer ===================== */

.footer .contact_line {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
	background-color: #f6f6f6;
}

.footer .contact_line .bg_area {
	width: 100%;
	padding: 1em 0;
	border: 1px solid #daad97;
	background-image: url("../img/bg_contact.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.footer .contact_line .cnt_ttl {
	font-size: 25px;
	font-weight: bold;
	color: #daad97;
	font-family: Yu Gothic,"游ゴシック",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}

.footer .contact_line .cnt_txt {
	font-size: 16px;
}

.footer .contact_phone {
	width: 100%;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
	text-align: center;
	background-color: #dddfe3;
	letter-spacing: 4px;
}
.footer .contact_phone .cnt_ttl {
	width: 310px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 28px;
	font-weight: bold;
	background-image: url("../img/icon_phone.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

.footer .footer_menu {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	background-color: #535864;
	color: #fff;
	text-align: center;
}

.footer .footer_menu ul,
.footer .footer_menu ol {
	display: flex;
	gap:2em;
	justify-content: center;
	padding-bottom: 1em;
}

.footer .footer_menu .icon_area {
	padding-top: 2em;
	align-items: center;
}

.footer .footer_menu a,
.footer .footer_menu a:hover {
	color: #fff;
}

.footer .footer_menu .copy {
	font-size: 16px;
	padding-top: 2em;
}

/* topへ */
#gotop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	opacity: 0.8;
	color:#FFF;
	font-size:36px;
	background-color:#535864;
}
 
#gotop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	opacity: 0.8;
}


@media (max-width:768px) {

.footer .contact_line .bg_area {
	background:linear-gradient(to bottom, #fff 50px , transparent 150%), url("../img/bg_service_s.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.footer .contact_line .bg_area .msg_area {
	text-shadow:
	0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
}


.footer .contact_line .cnt_ttl {
	font-size: 1.2em;
	font-weight: bold;
}

.footer .contact_phone {
	letter-spacing: 0px;
}

.footer .footer_menu ul {
	flex-direction: column;
	gap:0;
	padding-bottom:0;
}

.footer .footer_menu ul li {
	padding-bottom: 2em;
}

.footer .footer_menu ol {
	gap:1em;
}

}







/* END */
