@charset "UTF-8";

/* 全体 */
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		"ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.7;
	color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	color: #333;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* ヘッダー */
header {
	min-width: 100vw;
	background-color: #af5f58;
}

.logo {
	width: 107px;
	margin-top: 14px;
}

.main-nav {
	display: flex;
	font-size: 1.25rem;
	margin-top: 50px;
	list-style: none;
}

.main-nav li {
	margin-left: 36px;
	border-bottom: 2px solid #fff;
}

.main-nav a {
	color: #fff;
}

.main-nav a:hover {
	color: #30d4a2;
}

.main-nav i {
	margin-right: 5px;
}

.page-header {
	display: flex;
	justify-content: space-around;
}

h1 > span {
	font-size: 0.85rem;
	font-weight: normal;
	text-align: center;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}

.wrapper p {
	padding-top: 10px;
}

/* ページトップ */
.top-content {
	text-align: center;
	margin-top: 5%;
}

.top-content p {
	font-size: 1.125rem;
	margin: 10px 0 42px;
}

/* 見出し */
.page-title {
	font-size: 5rem;
	font-family: "Skranji", cursive;
	font-weight: normal;
}

.page-title_sub {
	display: block;
	font-size: 1rem;
}

/* ボタン */
.button-area {
	max-width: 350px;
	margin: 0 auto;
	padding: 0 4%;
	display: flex;
	justify-content: space-around;
}

.button {
	font-size: 1.375rem;
	background: #1798fa;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 18px 32px;
}

.button:hover {
	background: #0173ca;
}

/* 大きな背景画像 */
.big-bg {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.top1 {
	background-image: url(../img/mountain_bg.jpg);
	min-height: 100vh;
}

/* サムネイル一覧 */

.breads_thumbnail_title {
	font-weight: bold;
	color: #af5f58;
}

.thumb-list {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: space-around;
}

.thumb-list:first-of-type {
	padding-bottom: 0;
}

.thumb-list:last-of-type {
	padding-top: 0;
	padding-bottom: 40px;
}

.wrapper2 {
	max-width: 1250px;
	margin: 0 auto;
	padding: 30px 4% 40px 4%;
}

.thumbnail {
	width: 300px;
	padding: 10px 10px 100px 10px;
}

#commitment {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 7%;
}

#commitment h2 {
	padding-top: 35px;
}

.commitment-flex {
	display: flex;
	justify-content: center;
	overflow-x: hidden;
}

.commitment-flex img {
	padding-top: 30px;
	border-radius: 165px;
}

#commitment-span {
	transition: all 1s;
	border-bottom: 3px solid #af5f58;
	display: inline-block;
	margin: 251px 20px 0 20px;
	width: 150px;
}

#commitment p {
	width: 50%;
	margin: 60px auto 0 auto;
	text-align: justify;
	text-justify: none;
}

#breads {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 7%;
	background-color: #faffe3;
}

#breads-span {
	transition: all 1s;
	border-bottom: 3px solid #af5f58;
	display: inline-block;
	margin: 0 auto;
	width: 150px;
}

#breads img {
	margin: 60px auto 0 auto;
	border-radius: 20px;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

#breads p {
	text-align: justify;
	text-justify: none;
}

.grad-wrap input {
	display: none;
}

.fa,
.fa-chevron-down {
	display: none !important;
}

#owner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 7%;
	background-color: #ffebde;
}

#owner-span {
	transition: all 1s;
	border-bottom: 3px solid #af5f58;
	display: inline-block;
	margin: 0 auto;
	width: 150px;
}

#owner img {
	margin: 60px auto 0 auto;
	border-radius: 20px;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

#owner p {
	width: 50%;
	margin: 60px auto 0 auto;
	text-align: justify;
	text-justify: none;
}

#access {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 3%;
	background-color: #ffe6bc;
}

#access-span {
	transition: all 1s;
	border-bottom: 3px solid #af5f58;
	display: inline-block;
	margin: 0 auto;
	width: 150px;
}

.access-inner {
	width: 100%;
	margin: 60px auto 0 auto;
	display: flex;
	justify-content: center;
}

.access-inner .info {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}

.access-inner .info address dt {
	flex-wrap: wrap;
	width: 80px;
	color: #fff;
	text-align: center;
	background-color: #009e8f;
	border-radius: 30px;
	font-style: normal;
}

.access-inner .info address dd {
	font-family: "Skranji", cursive;
	border-bottom: 2px dotted #009e8f;
	margin-bottom: 2%;
}

.access-inner .info address dl .otoiawase {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: 40px auto;
	background-color: #009e8f;
	border-radius: 30px;
	position: relative;
}

.access-inner .info address dl .otoiawase a {
	width: 100%;
	color: #fff;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
}

.responsible {
	margin-top: 5px;
	display: inline-block;
	background-color: #006ee9;
	border-radius: 3px;
	width: 40px;
	height: 28px;
	padding: 0 2px 2px;
	color: #fff;
	text-align: center;
}

.wf-sawarabigothic {
	font-family: "Sawarabi Gothic";
}

h4 {
	font-family: "Sawarabi Gothic";
}

p {
	font-family: "Sawarabi Gothic";
}

/* 趣味 */
.aonisai-hr {
	border-bottom: solid 2px #2b84cf;
	margin-bottom: 10px;
}

.aonisai_face-desc {
	display: flex;
	justify-content: space-around;
}

.aonisai_face-desc p {
	width: 50%;
}

.aonisai_face-desc p span {
	display: block;
	text-align: center;
	font-size: 0.8rem;
}

/* 自己紹介 */
#top3 {
	color: #333;
	background-color: #fff;
	min-height: 100vh;
}

.wrapper3 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 4%;
}

.two-column-wrapper {
	display: flex;
	justify-content: space-around;
}

.two-column-image {
	width: 33%;
}

.two-column-desc {
	width: 62%;
}

.name {
	font-size: 0.9rem;
	line-height: 1.75rem;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.job_career {
	font-size: 1.5rem;
	padding-bottom: 15px;
	font-weight: normal;
}

.company {
	padding-bottom: 4px;
	font-weight: normal;
	font-size: 1.1rem;
	padding-bottom: 8px;
}

.company span {
	border-bottom: solid 1px #000;
}

.job_description {
	display: block;
	margin-top: 10px;
}

/* フッター */
#top4 {
	color: #fff;
	background-color: #269ba4;
}

.wrapper4 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
	text-align: center;
}

/* 
################メディアクエリはじまり###########################################################################################################################
*/

@media screen and (max-width: 767px) {
	.two-column-wrapper {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.two-column-image {
		width: 50%;
		margin: 0 auto 20px;
	}

	.two-column-desc {
		width: 100%;
	}

	header {
		height: 240px;
		background-color: #af5f58;
	}

	.top-content {
		text-align: center;
		margin-top: 7%;
	}

	.wrapper p {
		padding-top: 10px;
	}

	.page-header {
		width: 100%;
		display: grid;
		gap: 10px;
		grid-template-rows: 1fr 1fr;
		padding: 0;
	}

	h1 > span {
		width: 100%;
		display: block;
		font-size: 0.85rem;
		font-weight: normal;
		margin: 0 auto;
		padding-top: 10px;
	}

	.logo {
		max-width: 100%;
		width: 107px;
		display: flex;
		justify-content: space-around;
		margin: 14px auto 0 auto;
	}

	.main-nav {
		width: 100%;
		font-size: 1rem;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		list-style: none;
	}

	.main-nav li {
		margin: 0 15px 0 15px;
		border-bottom: 2px solid #fff;
	}

	.page-title {
		font-size: 3rem;
	}
}

/* ページトップ用 */

/* パソコン・スマホ共通のCSS */
#PageTopBtn {
	position: fixed; /*ボタンの配置場所を固定*/
	bottom: -10px; /*下からのボタンの配置場所を指定*/
	right: 0; /*右からのボタンの配置場所を指定*/
}

#PageTopBtn a {
	display: block; /*配置の調整*/
	text-decoration: none; /*文字の下線を消す*/
	color: #fff; /*文字の色*/
	background: #269ba4; /*ボタンの背景色*/
	text-align: center; /*文字を中央に配置*/
	border-top-left-radius: 5%; /*ボタンの角を少し丸くする*/
	border-top-right-radius: 5%; /*ボタンの角を少し丸くする*/
	outline: none; /*クリックしたときの黒い枠を消す*/
}

#PageTopBtn a:hover {
	text-decoration: none;
	background: #87cefa; /*マウスオーバー時の背景色*/
	color: #333; /*マウスオーバー時の文字色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
	#PageTopBtn {
		font-size: 13px; /*文字のサイズ*/
	}

	#PageTopBtn a {
		width: 100px; /*ボタンの幅*/
		height: 70px; /*ボタンの高さ*/
		padding: 24px 0; /*文字の配置場所の調整*/
	}
	.commitment-flex img{
		width: 50%;
	}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
	.commitment-flex img{
		width: 50%;
	}
	.top-content p {
		width: 80%;
		margin: 10px auto 42px auto;
		padding-bottom: 30px;
		font-size: 1.125rem;
		text-align: justify;
		text-justify: none;
	}

	#commitment {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-top: 7%;
	}

	#commitment h2 {
		padding-top: 0;
	}

	.commitment-flex {
		width: 100%;
		display: block;
	}

	.commitment-flex img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	.commitment-flex img:first-of-type {
		padding-top: 30px;
	}

	.commitment-flex img:last-of-type {
		padding-top: 0 !important;
		padding-bottom: 20px;
	}

	#commitment h2 {
		padding-top: 0 !important;
	}

	#commitment-span {
		transition: all 1s;
		border-bottom: 3px solid #af5f58;
		display: inline-block;
		margin: 40px 20px 40px 20px;
		width: 150px;
	}

	#commitment p {
		width: 80%;
		margin: 20px auto 0 auto;
		padding-bottom: 30px;
		text-align: justify;
		text-justify: none;
	}

	#breads h2 {
		padding-top: 0 !important;
	}

	#breads-span {
		transition: all 1s;
		border-bottom: 3px solid #af5f58;
		display: inline-block;
		margin: 40px 20px 40px 20px;
		width: 150px;
	}

	#breads img {
		margin: 20px auto 0 auto;
		border-radius: 20px;
		width: 150px;
		height: 150px;
		object-fit: cover;
	}

	#owner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-top: 7%;
	}

	#owner h2 {
		padding-top: 0 !important;
	}

	#owner-span {
		transition: all 1s;
		border-bottom: 3px solid #af5f58;
		display: inline-block;
		margin: 40px 20px 40px 20px;
		width: 150px;
	}

	#owner p {
		width: 80%;
		margin: 20px auto 0 auto;
		padding-bottom: 30px;
		text-align: justify;
		text-justify: none;
	}

	.thumb-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.thumbnail {
		width: 160px;
		margin: 0 auto;
	}

	.fa,
	.fa-chevron-down {
		display: block !important;
	}

	.grad-wrap {
		position: relative;
	}

	.grad-btn {
		z-index: 2;
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		width: 150px;
		margin: auto;
		padding: 0.5em 0;
		border-radius: 2px;
		background: #009e8f;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		cursor: pointer;
		transition: 0.2s ease;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	}

	.grad-btn span {
		border-bottom: none !important;
	}

	.grad-btn::before {
		content: "もっと見る";
	}

	.grad-item {
		position: relative;
		overflow: hidden;
		height: 120px; /*隠した状態の高さ*/
	}

	.grad-item::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px; /*グラデーションで隠す高さ*/
		background: -webkit-linear-gradient(
			top,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.9) 50%,
			rgba(255, 255, 255, 0.9) 50%,
			#fff 100%
		);
		background: linear-gradient(
			top,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.9) 50%,
			rgba(255, 255, 255, 0.9) 50%,
			#fff 100%
		);
		content: "";
	}

	.grad-trigger {
		display: none; /*チェックボックスは常に非表示*/
	}

	.grad-trigger:checked ~ .grad-btn {
		top: -2em;
	}

	.grad-trigger:checked ~ .grad-item::after {
		height: 0;
	}

	.grad-trigger:checked ~ .grad-btn::before {
		content: "閉じる"; /*チェックされていたら、文言を変更する*/
	}

	.grad-trigger:checked ~ .grad-item {
		height: auto; /*チェックされていたら、高さを戻す*/
	}

	.grad-trigger:checked ~ .grad-item::before {
		display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
	}

	#access {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-top: 7%;
		padding-bottom: 7%;
	}

	#access h2 {
		padding-top: 0 !important;
	}

	#access-span {
		transition: all 1s;
		border-bottom: 3px solid #af5f58;
		display: inline-block;
		margin: 40px 20px 40px 20px;
		width: 150px;
	}

	.access-inner {
		width: 100%;
		margin: 20px auto 0 auto;
		display: block;
	}

	.access-inner iframe {
		width: 100%;
		margin-bottom: 40px;
	}

	.access-inner .info {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.access-inner .info address dt {
		flex-wrap: wrap;
		width: 80px;
		color: #fff;
		text-align: center;
		background-color: #009e8f;
		border-radius: 30px;
		font-style: normal;
		margin: 10px 0;
	}

	.access-inner .info address dd {
		font-family: "Skranji", cursive;
		border-bottom: 2px dotted #009e8f;
		margin-bottom: 2%;
	}

	.access-inner .info address dl .otoiawase {
		width: 200px;
		height: 50px;
		line-height: 50px;
		margin: 40px auto 0 auto;
		background-color: #009e8f;
		border-radius: 30px;
		position: relative;
	}

	.access-inner .info address dl .otoiawase a {
		width: 100%;
		color: #fff;
		font-style: normal;
		position: absolute;
		top: 0;
		left: 0;
	}

	#PageTopBtn {
		font-size: 10px;
	}

	#PageTopBtn a {
		width: 70px;
		height: 50px;
		padding: 17px 0;
	}
}

/* タブレットで表示する場合のCSS */
@media (min-width: 768px) and (max-width: 992px) {
	.top-content p {
		width: 80%;
		margin: 10px auto 42px auto;
		font-size: 1.125rem;
		text-align: justify;
		text-justify: none;
	}
	.commitment-flex img{
		width: 50%;
	}

	#commitment {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 7%;
	}

	#commitment img {
		padding: 0 20px;
		object-fit: cover;
	}

	#commitment p {
		width: 80%;
		margin: 20px auto 0 auto;
		text-align: justify;
		text-justify: none;
	}

	#owner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 7%;
	}

	#owner p {
		width: 80%;
		margin: 20px auto 0 auto;
		text-align: justify;
		text-justify: none;
	}
}

#asumi-frame-434-1791 {
	display: none;
}
