@charset "utf-8";

img {
	max-width: 100%;
	height: auto;
	/*高さ自動*/
}
a {
	display: block;
	color: #666;
	text-decoration-line: none;
}
a:hover {
	color: #999;
}
/* clearfix */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*ヘッダー
-------------------------------------*/

.header {
	display: flex;
	flex-direction: row;
	padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
#top .row.gnavi {
	color: white;
	font-weight: bold;
    z-index: 2;
}

#global-nav {
	background: rgba(0,0,0,1);
}

#top .row.gnavi a {
	color: white;
}

#top h1 a {
	display: inline-block;
}

@media (min-width: 960px) {
	#global-nav {
		position: fixed;
		top: 148px;
		transition: all 0.3s ease 0s;
  	}

	#global-nav.m_fixed {
		left: 0;
		position: fixed;
		top: 0;
	    z-index: 2;
		background: rgba(0,0,0,.5);
	}

}

/* メイン画像 */

br.pc_display {
	display: none;
}
br.sp_display {
	display: block;
}
.mainimg {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

img.logo_img {
	width: 160px;
}

@media screen and (min-width: 1280px) {
	br.pc_display {
		display: block;
	}
	br.sp_display {
		display: none;
	}
	.mainimg {
		background-image: url(../img/mainimg_bg.jpg);
	}
	.mainimg img {
		display: block;
		width: 100%;
		max-width: 1280px;
		height: auto;
		text-align: center;
		margin: auto;
	}

	img.logo_img {
	}


}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
	margin: 1.2rem 0 .9rem 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
	text-decoration: none;
	text-align: center;
	width: 100%;
}
nav a:hover {
	background-color: #5e642c;
}
nav a {
	padding: 0.5rem;
}
@media screen and (min-width: 768px) {
	/* PC時はMENUボタンを非表示 */
	#open, #close {
		display: none !important;
	}
	#navi {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.header {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.header #open, #close {
		position: absolute;
		top: 20px;
		right: 12px;
	}
	nav ul {
		flex-direction: column;
	}
	.header li {
		padding-top: 0;
	}
	/* スマホ時はMENUボタンを表示 */
	#open, #close {
		display: block;
		width: 50px;
		border: none;
		position: absolute;
		top: 20px;
		right: 12px;
	}
	/* スマホ時はメニューを非表示 */
	#navi {
		display: none;
	}
}
/*メイン画像
-------------------------------------*/

.mainimg img {
	width: 100vw;
}
/*メインコンテンツ
-------------------------------------*/

main {
	margin: 5rem 0 0 0;
}
section {
	margin: 3rem 0 2rem;
    padding: 5rem 0 3rem;
}
.gray-back {
	background-color: #f4f4f4;
}

.beige-back {
    background-color: #e8e2d9;
}

/*キャッチコピー
-------------------------------------*/

.catch {
	text-align: center;
}
.catch h2 {
	padding-bottom: 1rem;
}
.under {
	/*
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
*/
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}
.catch h3, .catch h4 {
	font-size: 2rem;
	margin-bottom: 6%;
	text-align: left;
}

.catch h3, .catch h4 {
}

@media screen and (min-width:960px) {
	.catch h3, .catch h4 {
		text-align: center;
		margin-bottom: 2em;
		font-size: 3rem;
	}
	.container h2.main_copy {
		margin-top: 1.2em;
		padding-top: 63px;
	}

}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/

.content {
	margin: 0 5%;
}
a:hover .com_img_box01 {
	opacity: .7;
}
.com_img_box01 {
	margin: 0 0 5em;
}
@media screen and (min-width:960px) {
	.content {
		margin: 0 auto;
		width: 84.8vw;
		max-width: 1160px;
		font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.com_img_box01 {
		margin: 0 auto 3.75em;
		width: auto;
	}
	.com_img_box01 .photo {
		width: 50%;
	}
	.com_img_box01 .txt_box {
		margin-top: 0;
		width: 47%;
	}
	.com_img_box01 .txt_box p {
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
	com_img_box
------------------------------------------------------------*/

.com_img_box {
	margin: 0 5% 2em;
}
.com_img_box .photo {
	margin-bottom: 1em;
	text-align: center;
	position: relative;
}
.com_img_box .txt_box h4 {
	margin-bottom: .7em;
	font-size: 2.2rem;
	line-height: 1.5;
}
.com_img_box .txt_box .sml {
	font-size: 70%;
	font-weight: normal;
}
.com_img_box .txt_box .large {
	font-size: 120%;
}
.com_img_box .txt_box {
	font-size: 2rem;
}
.com_img_box .txt_box p {
	margin: 1em auto 1em;
	font-weight: 500;
}

.com_img_box dt {
  float: left;
}

.com_img_box dd {
  margin-left: 100px;
}
@media screen and (min-width:960px) {
	.com_img_box {
		margin: 0 auto 2em;
		width: 84.9vw;
		max-width: 1280px;
		display: flex;
		justify-content: space-between;
	}
	.com_img_box .photo {
		margin: 0 3% 0 0;
		width: 49%;
	}
	.com_img_box .txt_box {
		margin-top: -0.4em;
		width: 47%;
		font-size: 2rem;
		font-weight: bold;
	}
	.com_img_box .txt_box h4 {
		margin-bottom: 0.65em;
		font-size: 2rem;
	}
	.com_img_box .txt_box .large {
		margin-top: 0.9em;
		font-size: 2.6rem;
	}
	.com_img_box .txt_box .sml {
		margin-top: 0.9em;
		font-size: 1.6rem;
	}
	.com_img_box .txt_box p {
		margin: 1em auto 1.15em;
		font-size: 2rem;
		line-height: 1.7;
	}
}

/*------------------------------------------------------------
	番号付きリスト
------------------------------------------------------------*/

.number ol {
	margin-top: 3em;
}

.number ol {
  counter-reset: count 0;
}

.number ol li {
	list-style: none;
	text-align: left;
}
.number li:before {
	content: counter(count) ". ";
	counter-increment: count 1;
	color: #5e642c;
	font-weight: bold;
}

@media screen and (min-width:960px) {
	.number ol li {
		text-align: center;
	}
}

ul.naka_kuro li {
	list-style:none;
    padding-left: 1.2em;
	text-align: left;
}

ul.naka_kuro li:before {
	content:"● ";
	margin-left: -1.1em;
}

/*------------------------------------------------------------
	備考
------------------------------------------------------------*/

.add_wrap {
	width: 96%;
	text-align: left;
	margin: 2% auto;
	padding: 3% 5%;
	box-sizing: border-box;
	background-color: #f4eee9;
}

.add_wrap h5 {
	font-size: 18px;
}

@media screen and (min-width:960px) {
	.add_wrap {
		width: 100%;
		max-width: 1280px;
		text-align: left;
		padding: 1.2% 2%;
	}

}

/*------------------------------------------------------------
	head_line01
------------------------------------------------------------*/

.head_line01 {
	margin-bottom: 1.4em;
	font-size: 2.6rem;
	text-align: center;
	/*    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;*/
}
@media screen and (min-width: 960px) {
	.head_line01 {
		margin-bottom: 1.6em;
		font-size: 3.4rem;
	}
}

/*------------------------------------------------------------
	instagram_feed
------------------------------------------------------------*/

.instagram_feed {
	margin-bottom: 5em;
}
.instagram_profile {
	display: none;
/*	visibility: hidden;*/
}

/*------------------------------------------------------------
	story_bg
------------------------------------------------------------*/

.container.ct_story {
    max-width: 960px;
}

.container.ct_story .story_bg {
    position: relative;
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    margin: 0 auto 1em;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ct_story .col p.txt_story {
	padding-top: 0;
    position: relative;
}

.cat-name {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: .5em;
    left: .5em;
    height: 1.7em;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box !important;
    padding: .1em .6em .4em;
    background-color:rgba(94,100,44,.9);
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    letter-spacing: -.05em;
    line-height: 1.5em;
}

.cat-name.bg_black {
    font-size: 1.6em;
    background-color:rgba(0,0,0,.7);
}

@media screen and (min-width: 960px) {
	.container.ct_story .story_bg {
	    width: 100%;
		margin-bottom: 1.4em;
	    padding-bottom: 125%;
	}
}

/* マーカー線・青 */
.marker_blue {
	background: linear-gradient(transparent 75%, #c1e0ff 75%);
	font-weight: bold; 
}

/* マーカー線・オレンジ */
.marker_orange {
	background: linear-gradient(transparent 75%, #e76107 75%);
	font-weight: bold; 
}


/*------------------------------------------------------------
	続きを読む
------------------------------------------------------------*/

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
    margin: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* グラデーション背景 */
	background: linear-gradient(to bottom, rgba(232, 226, 217, 0) 0%, rgba(232, 226, 217, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 22rem;
    padding: .4em 1em .46em;
	content: ' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 0;
	background-color: rgba(94, 100, 44, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: '閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/*------------------------------------------------------------
	お問合せフォーム
------------------------------------------------------------*/

.contact_form table strong {
    margin-left: .5em;
    padding: .1em .7em;
    background-color: #e50000;
    font-size: 80%;
    color: white;
    display: inline-block;
}

h3.head_line02 {
	font-size: 3rem;
	text-align: center;
    margin-bottom: 1em;
}

#sec01 form table {
	width: 100%;
	margin-top: 2em;
    margin-bottom: 2em;
}

#sec01 th, 
#sec01 td {
	padding: 10px;
    text-align: left;
    background-color: #e8e2d9;
    width: 30%;
}

#sec01 td {
	font-weight: bold;
    background-color: white;
    width: 70%;
}

input.com_button.cl_gold, 
input.com_button.bg_gray {
    display: inline-block;
    padding: .4em 1.8em;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    background-color: #5e642c;
    cursor: pointer;
    box-sizing: border-box;
    border: none;
    border-radius: unset;
}

input.com_button.bg_gray {
    background-color: #999;
}

@media screen and (min-width: 960px) {
	.contact_form table strong {
	    margin-left: 0;
	}
}

/*------------------------------------------------------------
	photo_bg
------------------------------------------------------------*/

.container .photo_bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 1em;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 960px) {
	.container .photo_bg {
		margin-bottom: 1.4em;
	}
}

/*------------------------------------------------------------
	com_btn
------------------------------------------------------------*/

.com_btn {
	margin: 1.2em auto 2em;
	width: 100%;
	text-align: center;
}
.com_btn a, .com_btn em {
	padding: 2% 5%;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	font-style: normal;
	background-color: #5e642c;
}

.com_btn a:hover {
	background-color: #899241;
}

@media screen and (min-width:960px) {
	.com_btn {
		margin: 1em 0 2em;
		width: 80%;
		max-width: 360px;
		text-align: left;
	}
	.com_btn a, .com_btn em {
		padding: 3% 1% 3%;
	}
}

/*------------------------------------------------------------
	youtube
------------------------------------------------------------*/

.youtube_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    text-align: center;
    margin: 2em auto 3em;
}

.youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 960px) {
	.youtube_wrap {
		width: 600px;
		height: 338px;
		padding-top: 0;
	}
}

/*申し込みの流れ
-------------------------------------*/

.flow.row {
    margin-top: 2em;
	margin-bottom: 3rem;
    position: relative;
}

/*------------------------------------------------------------
	お客様の声
------------------------------------------------------------*/

#voice .container .col.span-4 {
	margin-bottom: 1em;
}

/*フッター
-------------------------------------*/

footer {
	background-color: #f7f7f7;
	padding: 5rem 0;
}

footer h4 {
	border-bottom: 3px solid #ccc;
	margin-bottom: 1em;
}

footer p {
	font-size: 1.7rem;
	margin-bottom: 2em;
}

footer ul.naka_po li {
	font-size: 1.7rem;
    list-style: none;
    padding-left: 1.2em;
}

footer ul.naka_po li::before {
    content: "・";
    margin-left: -1.1em;
}

/*------------------------------------------------------------
	スマホ フッター
------------------------------------------------------------*/

#g_footer {
    padding: 3% 0 4%;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #000;
}

#g_footer .fix_list {
    width: 100%;
    position: fixed;
    align-items: center;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #5e642c;
}

#g_footer .fix_list li {
    width: 50%;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    margin-bottom: 0;
}

#g_footer .fix_list li a {
    padding: 0.8em 0 0.8em;
    display: block;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
}

#g_footer .fix_list li a img {
    margin: -5px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#g_footer .flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media screen and (min-width:960px) {
    #g_footer {
        display: none;
    }
}


/*お問合せ
-------------------------------------*/

.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 0rem 0;
}

@media screen and (min-width:960px) {
    #g_footer {
        display: none;
    }

	.table th {
		width: 250px;
	}
}


/*コピーライト
-------------------------------------*/

.copyright {
	text-align: center;
	padding: 1rem 0;
	background-color: #000;
	font-size: 70%;
}
.copyright a {
	color: #fff;
	text-decoration: none;
    margin-bottom: 20px !important;
    display: block;
}

/*ページトップへ戻るボタン
-------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 15px;
}
#pagetop a {
	display: block;
	background: rgba(0,0,0,.7);
	color: #fff;
	width: 50px;
	padding: 11px 5px 7px;
	text-align: center;
}
#pagetop a:hover {
	background: #666;
}

a.anchor {
	position: relative;
	display: block;
    top: 0px;
}

@media screen and (min-width:960px) {
	a.anchor {
	    top: -50px;
	}
}

@media screen and (max-width: 768px) {
	/*ヘッダー
-------------------------------------*/
	.header-box {
		display: none;
	}
	/*お問合せ
-------------------------------------*/
	.table th {
		width: 100%;
		display: block;
	}
	.table td {
		display: block;
	}
}
