/*
Theme Name: Katakana 2021


/* ------------------------------
default
------------------------------ */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: initial;
	-webkit-text-size-adjust: 100%;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: iroha-23kaede-stdn, sans-serif;
	line-height: ;
	letter-spacing: ;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

a:hover {
	opacity: 0.65;
}

img {
	height: auto;
	max-width: 100%;
}

input, button, select, textarea {
	-webkit-appearance: none;
}

h2, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --------------------------------
font
---------------------------------*/

.fontxl {
	font-size: 36px;
}

.fontll {
	font-size: 22px;
}

.fontl {
	font-size: 18px;
}

.fontm {
	font-size: 16px;
}

.fonts {
	font-size: 14px;
}

.font_ms {
	font-family: "Montserrat";
}

/* --------------------------------
common
---------------------------------*/

.container {
	min-width: 960px;
	background-image: url(images/bk_pc.png);
	background-size: 11% auto;
	background-repeat: repeat;
}

.area {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.clear {
	clear: both;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.head_en {
	color: #11376B;
	text-align: center;
	font-family: "Montserrat";
	letter-spacing: 1px;
}

.headline {
	color: #D61900;
	text-align: center;
	margin-bottom: 45px;
}

.headline::before, .headline::after {
	content: url(images/head_topnews.svg);
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 20px;
}

section {
	padding-top: 80px;
	margin-bottom: 15px;
}

time {
	color: #D61900;
	font-family: "Montserrat";
}

.tags {
	color: #11376B;
}

.button {
	width: 300px;
	height: 44px;
	color: #fff;
	border-radius: 4px;
	background-color: #11376B;
	margin: 0 auto;
}

.button a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.button img {
	width: 12px;
	display: block;
	margin-left: 5px;
}

.grid_three {
	display: flex;
	flex-wrap: wrap;
}

.grid_three .item_box {
	width: 31.66%;
	margin-bottom: 30px;
	margin-right: 2.5%;
}

.grid_three .item_box:nth-child(3n) {
	margin-right: 0;
}

.grid_three .item_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.grid_three .item_box .thumbnail {
	width: 100%;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	position: relative;
}

.grid_three .item_box .thumbnail::before {
	content: '';
	display: block;
	padding-top: 68%;
}

.grid_three .item_box .thumbnail span {
	position: absolute;
	top: 15px;
	left: 0;
}

.grid_three .item_box .thumbnail span img {
	height: 46px;
}

.noimage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
}

.grid_three .item_box .text {
	margin: 10px 0;
	line-height: 1;
	height: 2em;
	overflow: hidden;
}

/* ------------------------------
header
------------------------------ */

header {
	background-color: #fff;
	height: 235px;
	position: relative;
}

header h1 {
	width: 521px;
	position: absolute;
	top: 72px;
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

header .ec_navi ul {
	position: absolute;
	top: 85px;
	right: 0;
	display: flex;
}

header .ec_navi ul li {
	margin-left: 22px;
	height: 22px;
}

header .ec_navi ul li:nth-child(2) {
	width: 19px;
}

header .ec_navi ul li:nth-child(4) {
	width: 17px;
}

header .ec_navi ul li:nth-child(6) a {
	display: flex;
	align-items: center;
}

header .ec_navi ul li:nth-child(6) img {
	width: 14px;
	margin-right: 5px;
}

header .ec_navi ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

header nav.pc {
	background-color: #11376B;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
}

header nav.pc .area {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav.pc ul {
	display: flex;
}

header nav.pc ul.menu li {
	margin-right: 30px;
}

header nav.pc ul.sns_link {
	align-items: center;
}

header nav.pc ul.sns_link li {
	margin-left: 22px;
}

header nav.pc ul.sns_link li:nth-child(1), header nav.pc ul.sns_link li:nth-child(3) {
	width: 20px;
}

header nav.pc ul.sns_link li:nth-child(2) {
	width: 11px;
}

header nav.pc ul.sns_link li:nth-child(4) {
	width: 21px;
}

header nav.pc ul li a {
	color: #fff;
}

/* ------------------------------
SP Navigation
------------------------------ */

nav.sp_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	overflow: hidden;
	transform: translateX(-100%);
}

nav.sp_menu.active {
	transform: translateX(0);
}

nav.sp_menu .sp_menu_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}

nav.sp_menu .sp_menu_body {
	width: 80%;
	height: 100%;
	background-color: #fff;
	line-height: 3;
	transform: translateX(-100%);
	transition: 0.2s;
	overflow: scroll;
	position: relative;
}

nav.sp_menu.active .sp_menu_body {
	transform: translateX(0%);
}

nav.sp_menu .sp_menu_body .sp_menu__head {
	background-color: #11376B;
	color: #fff;
	padding-left: 10px;
}

nav.sp_menu .sp_menu_body .sp_menu__list {
	padding: 0 10px;
}

nav.sp_menu .sp_menu_body .sp_menu__list li a{
	display: flex;
	justify-content: space-between;
}

nav.sp_menu .sp_menu_body .unit{
	border-bottom: 1px solid #E6E6E6;
}
nav.sp_menu .sp_menu_close {
	position: fixed;
	top: 30px;
	right: 10%;
	transform: translateX(50%);
}

nav.sp_menu .sp_menu_close svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}

/*-------------------------------
header on scroll
------------------------------ */

body.headroom header {
	transition: 0.2s;
}

body.headroom--not-top {
	padding-top: 235px;
}

body.headroom--not-top header {
	position: absolute;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	top: 0;
	left: 0;
	height: 104px;
	width: 100%;
	background: #fff;
	z-index: 200;
}

body.headroom--not-top header .ec_navi ul {
	top: 12px;
}

body.headroom--not-top header #site_top {
	display: none;
}

body.headroom--not-top.headroom--pinned header {
	position: fixed;
	transform: translateY(0%);
}

body.headroom--not-top.headroom--unpinned header {
	transform: translateY(-100%);
}

/*-------------------------------
top_slider
------------------------------ */

.top_slider {
	height: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ------------------------------
news
------------------------------ */

.news_item {
	margin-bottom: 40px;
}

.news_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_item time, .news_item div, .news_item p {
	display: block;
	margin-bottom: 20px;
}

/* ------------------------------
blogs
------------------------------ */

.blog_container {
	margin-bottom: 50px;
}

.blog_item {
	width: 100%;
	height: 410px;
	background-color: #fff;
	margin-bottom: 20px;
	display: flex;
}

.blog_item a {
	display: flex;
	width: 100%;
	height: 100%;
}

.blog_item .blog_thumbnail {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.blog_item .blog_thumbnail::before {
	color: '';
	display: block;
	padding-top: 68%;
}

.blog_item .blog_detail {
	width: 50%;
}

.blog_item .blog_detail {
	padding: 20px 25px;
}

.blog_item .blog_detail .border_b {
	width: 100%;
	border-top: 2px solid #11376B;
}

.blog_item .blog_detail .border_b::after {
	content: '';
	display: block;
	border: 1px solid #D61900;
	margin-top: 5px;
}

.blog_item .blog_detail .border_r {
	width: 100%;
	border-top: 2px solid #D61900;
}

.blog_item .blog_detail .border_r::after {
	content: '';
	display: block;
	border: 1px solid #11376B;
	margin-top: 5px;
}

.blog_item .blog_detail .blog_content {
	height: calc(100% - 10px);
	padding: 60px 60px 0;
}

.blog_item .blog_detail .tags {
	margin-bottom: 22px;
}

.blog_item .blog_detail .blog_title {
	height: 3em;
	margin: 22px 0 30px;
	overflow: hidden;
}

.blog_item .blog_detail p {
	line-height: 1.7;
	height: 8em;
	overflow: hidden;
}

/* ------------------------------
calendar_area
------------------------------ */

.calendar_area h3 {
	color: #11376B;
	text-align: center;
}

.calendar_area h3::before, .calendar_area h3::after {
	content: url(images/head_topnews.svg);
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 10px;
}

.calendar_area .calendar_frame {
	background-color: #fff;
	margin: 40px auto 0;
}

/* ------------------------------
map_area
------------------------------ */
.map_area {
	padding-top: 50px;
}
#map {
	height: 445px; 
	width:100%;
}
#map iframe{
	width:100%;
}
.map_area .access {
	text-align: center;
	margin-top: 50px;
	letter-spacing: 2px;
	line-height: 1.7;
}
.shop_info a{
	text-decoration: underline;
}

/* ------------------------------
banner_area
------------------------------ */

.banner_area {
	margin-bottom: 100px;
}

.banner_area .banner_container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.banner_area .banner_container a {
	display: flex;
	width: 49%;
	height: 100%;
	margin-bottom: 25px;
}

.banner_area .banner_container a:nth-child(odd) {
	margin-right: 2%;
}

.banner_area .banner_container a div {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner_area .banner_container a div::before {
	content: '';
	display: block;
	padding-top: 68%;
}

.banner_area .katakana_category {
	font-size: 30px;
}

.banner_area .katakana_category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner_area .katakana_category ul li {
	width: 49%;
	background-color: #fff;
	border: 6px solid #E6310E;
	margin-bottom: 20px;
	line-height: 200px;
}

.banner_area .katakana_category ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #11376B;
}

.banner_area .katakana_category ul li a img {
	display: block;
}

/* ------------------------------
footer
------------------------------ */

footer {
	background-color: #11376B;
	color: #fff;
	line-height: 2;
	padding-bottom: 30px;
	text-align: left;
}

footer a {
	color: #fff;
}

.footer_upper {
	padding-top: 45px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer_upper .button_footer {
	width: 47%;
	height: 45px;
	background-color: #D61900;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
}

.footer_upper .button_footer a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer_lower {
	display: flex;
	justify-content: space-between;
}

.upper_r, .upper_l, .lower_l, .lower_r {
	width: 50%;
}

.footer_upper .upper_l, .footer_lower .lower_l {
	display: flex;
}

.footer_upper .upper_l ul, .footer_lower .lower_l ul {
	width: 50%;
}

.footer_lower .lower_r {
	display: flex;
}

.footer_lower .lower_r .footer_sns {
	width: 30%;
	margin-right: 10%;
}

.footer_lower .lower_r .footer_info {
	width: 60%;
}

.footer_lower .lower_r .footer_info a {
	color: #D61900;
}

.footer_lower .lower_r .footer_sns ul.pc {
	display: flex;
}

.footer_lower .lower_r .footer_sns ul.sp {
	display: none;
}

.footer_lower .lower_r .footer_sns ul li a {
	margin: 30px 40px 0 0;
}

.footer_head {
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

/* ------------------------------
search form
------------------------------ */

.p-search-form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200;
}

.p-search-form__bg {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 201;
}

.p-search-form__body {
	display: table;
	position: relative;
	border-bottom: 2px solid #fff;
	width: 600px;
	max-width: 90%;
	margin: 0 auto;
	padding-top: 0;
	transition: .2s;
	opacity: 0;
	z-index: 300;
}

.p-search-form__keyword-cell {
	display: table-cell;
	width: auto;
}

.p-search-form__keyword {
	font-size: 16px;
	line-height: 40px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	color: #fff;
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-search-form__keyword::placeholder {
	color: #fff;
}

.p-search-form__keyword:focus::placeholder {
	color: #666;
}

p-search-form__button-cell {
	display: table-cell;
	width: 40px;
}

.p-search-form__button {
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #fff;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-search-form__icon {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
	fill: currentColor;
}

.c-overlay__icon {
	cursor: pointer;
	position: fixed;
	z-index: 400;
	top: 30px;
	right: 10%;
	width: 20px;
	height: 20px;
	transform: translateX(50%);
	fill: #fff;
}

.p-search-form.show {
	display: block;
}

.p-search-form.show .p-search-form__body {
	padding-top: 80px;
	opacity: 1;
}

/* ------------------------------
for smartphone
------------------------------ */

@media screen and (max-width: 600px) {
	/* --------------------------------
	font
	---------------------------------*/
	.fontxl {
		font-size: 26px;
	}
	.fontll {
		font-size: 18px;
	}
	/* --------------------------------
	common
	---------------------------------*/
	.container {
		min-width: inherit;
	}
	.area {
		padding: 0 15px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.headline {
		margin-bottom: 30px;
		white-space: nowrap;
	}
	.headline::before {
		margin: 10px 5px 10px 0;
	}
	.headline::after {
		margin: 10px 0 10px 5px;
	}
	.head_sp_unit {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.head_sp {
		line-height: 1.3;
		margin: 5px 0 0;
		padding: 0 10px;
	}
	.head_sp::before, .head_sp::after {
		content: ''!important;
		display: none!important;
	}
	.grid_three {
		flex-direction: column;
	}
	.grid_three .item_box {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.shop_info {
		text-align: left;
	}
	/* ------------------------------
	header
	------------------------------ */
	header {
		height: 128px;
	}
	header h1 {
		width: 95%;
		top: 50px;
		text-align: center;
	}
	header h1 a img {
		display: block;
		margin: 0 auto;
	}
	header .ec_navi ul {
		width: 100%;
		top: 0;
		left: : 0;
	}
	header .ec_navi ul li {
		margin-left: 0;
		height: 50px;
		width: 33.33%!important;
		border: 1px solid #e0e0e0;
	}
	/*-------------------------------
	header on scroll
	------------------------------ */
	body.headroom--not-top {
		padding-top: 128px;
	}
	body.headroom--not-top header {
		height: 50px;
	}
	body.headroom--not-top header .ec_navi ul {
		top: 0px;
	}
	/* ------------------------------
	news
	------------------------------ */
	.news_item p {
		line-height: 1.3;
	}
	/* ------------------------------
	blogs
	------------------------------ */
	.blog_item {
		height: 550px;
	}
	.blog_item a {
		flex-direction: column;
	}
	.blog_item .blog_thumbnail {
		width: 100%;
		height: 275px;
	}
	.blog_item .blog_detail {
		width: 100%;
		height: 275px;
		padding: 10px 10px 20px;
	}
	.blog_item .blog_detail .blog_content {
		padding: 20px;
	}
	.blog_item .blog_detail .tags {
		margin-bottom: 8px;
	}
	.blog_item .blog_detail .blog_title {
		height: 2em;
		margin: 10px 0;
	}
	.blog_item .blog_detail p {
		height: 5em;
	}
	/* ------------------------------
	banner_area
	------------------------------ */
	.banner_area .banner_container {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.banner_area .banner_container a {
		width: 100%;
	}
	.banner_area .banner_container a:nth-child(odd) {
		margin-right: 0;
	}
	.banner_area .katakana_category {
		font-size: 22px;
	}
	.banner_area .katakana_category ul {
		flex-direction: column;
	}
	.banner_area .katakana_category ul li {
		width: 100%;
		padding-right: 20px;
	}
	/* ------------------------------
	footer
	------------------------------ */
	footer {
		text-align: center;
		padding-bottom: 0;
	}
	.footer_upper {
		flex-direction: column;
		margin-bottom: 0;
	}
	.footer_upper .button_footer {
		width: 100%;
	}
	.footer_lower {
		flex-direction: column;
	}
	.upper_r, .upper_l, .lower_l, .lower_r {
		width: 100%;
	}
	.upper_r {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_upper .upper_l, .footer_lower .lower_l {
		flex-direction: column;
	}
	.footer_upper .upper_l ul, .footer_lower .lower_l ul {
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}
	.footer_lower .lower_r {
		flex-direction: column;
	}
	.footer_lower .lower_r .footer_sns {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.footer_lower .lower_r .footer_sns ul.pc {
		display: none;
	}
	.footer_lower .lower_r .footer_sns ul.sp {
		display: flex;
		justify-content: space-between;
		width: 70%;
		margin: 0 auto;
		align-items: center;
	}
	.footer_lower .lower_r .footer_sns ul.sp li:nth-child(1), .footer_lower .lower_r .footer_sns ul.sp li:nth-child(3) {
		width: 28px;
	}
	.footer_lower .lower_r .footer_sns ul.sp li:nth-child(2) {
		width: 16px;
	}
	.footer_lower .lower_r .footer_sns ul.sp li:nth-child(4) {
		width: 30px;
	}
	.footer_lower .lower_r .footer_sns .footer_head {
		color: #11376B;
	}
	.footer_lower .lower_r .footer_info {
		width: 100%;
		margin-bottom: 20px;
	}
	.arrow_top {
		height: 50px;
		line-height: 50px;
		background-color: #D61900;
		margin-top: 20px;
	}
}