@charset "UTF-8";

/*
	Theme Name: Klastrom
	Theme URI:
	Description: WordPress Corporate Theme
	Version: 4.0
	Author: Klastrom
	Author URI:
*/
* {
	margin: 0;
	padding: 0;
}
html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display:block;
}


/****************************************

	1.Main Layout

*****************************************/

body {
	width: 100%;
	height: 100%;
	background: #f6ccd2;
	color: #333;
	font-size: 14px;
	font-family:
			"ヒラギノ丸ゴ Pro W4",
			"ヒラギノ丸ゴ Pro",
			"Hiragino Maru Gothic Pro",
			"Hiragino Kaku Gothic Pro",
			"HG丸ｺﾞｼｯｸM-PRO",
			"HGMaruGothicMPRO",
			'游ゴシック',
			'游ゴシック体',
			'Yu Gothic',
			YuGothic,
			'ヒラギノ角ゴ Pro W3',
			'Hiragino Kaku Gothic Pro',
			'メイリオ',
			Meiryo,
			Osaka,
			'ＭＳ Ｐゴシック',
			'MS P Gothic',
			sans-serif;
}

#container,
.wrapper {
	margin:0 auto;
	width:1100px;

}
@media screen and (max-width: 768px){
	#container,
	.wrapper {
		width: 100%;
	}
}

#container {
	overflow: hidden;
	clear: both;
}

#header {
	width: 100%;
	height: 100px;
	position: relative;
	background: #000;
	color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 1100px){
	#header {
		height: 60px;
		box-sizing: border-box;
	}
}
#main {
	clear: both;
	height: 100vh;
}


/****************************************

	General Setting

*****************************************/

a {
	outline: 0 none;
}


.clear {
	display: block;
	clear: both;
}

.hidden {
	display: none;
}

.right-align {
	text-align: right;
}

.center-align {
	text-align: center;
}

ul {
	list-style: none;
}

li {
	margin: 0;
}

strong {
	font-weight: bold;
}

small,
.small {
	font-size: 80%;
}

.medium {
	font-size: 90%;
}

.large {
	font-size: 140%;
	line-height: 1.8 !important;
}

/****************************************

	Header

*****************************************/

#header .wrapper {
	overflow: hidden;
	padding: 13px 10px 18px 10px;
	width: 100%;
	max-width: 1100px;
	height: 100px;
}

#logo {
	float: left;
	margin-top: 20px;
	width: 376px;
	height: 57px;
}
@media screen and (max-width: 1100px){
	#logo {
		width: 100%;
		height: 100%;
		margin: 0;
		padding-left: 1rem;
	}
}
#logo img {
	width: 100%;
	height: auto;
}

#logo a {
	display: block;
	width: 100%;
	height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 28px;
	line-height: 60px;
}
@media screen and (max-width: 768px){
	#logo a {
		font-size: 1.2rem;
	}
}

#sub-navi {
	float: right;
	width: 609px;
}

#sub-navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#sub-navi ul ul {
	display: none;
}

#sub-navi li {
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
}

#s {
	width: 252px;
	height: 45px;
	border: none;
	border-radius: 5px;
	background: #ffffff;
	color: #00bcd4;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
#s::placeholder {
	color: #00bcd4;
	/*top:-2px;*/
	position: relative;
	font-size: 1.6rem;
}
#s::-webkit-input-placeholder {
	color: #00bcd4;
	/*top:-2px;*/
	position: relative;
	font-size: 1.6rem;
}
#s::-ms-input-placeholder {
	color: #00bcd4;
	/*top:-2px;*/
	position: relative;
	font-size: 1.6rem;
}
#s:focus {
	border: 1px solid #ff9900;
	z-index: 10;
	outline: 0;
}

@media screen and (max-width: 450px){
	#s {
		width: 165px;
		font-size: 16px;
	}
	#s::placeholder {
		font-size: 16px;
	}
}




/****************************************

	5. Main Visual（top.php）

*****************************************/

#main-visual {
	margin-bottom: 40px;
	height: 326px;
	background: url(../images/main-image-bg.png) repeat-x 0 0;
}

#main-visual .wrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
}

#main-visual .wrapper img {
	position: absolute;
	top: 0;
	left: 0;
}

#information {
	position: absolute;
	top:20px;
	right: 0;
	overflow: hidden;
	padding: 15px 4px 15px 15px;
	width: 201px;
	height: 250px;
	background: url(../images/information.png) no-repeat 0 0;
}

#information h2 {
	height: 18px;
	background: url(../images/header-information.png) no-repeat 0 0;
	text-indent: -9999px;
}

#information .right-align {
	padding-right: 15px;
	font-size: 80%;
}


div.scroll {
	overflow-y: scroll;
	margin: 10px 0 0;
	height: 195px;
}

#information ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#information li {
	margin: -2px 0 0;
	padding: 0;
	border-top : 1px solid #dadada;
}

#information li a {
	display: block;
	padding: 7px 5px;
	padding-left: 15px;
	border-top: 1px solid #fff;
	background: url(../images/list.png) no-repeat 2px 14px;
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px #fff;
}

#information li a:hover {
	background:  #fbfbf3 url(../images/list.png) no-repeat 2px 14px;
}


/****************************************

	6. top.php

*****************************************/


/****************************************

	10. footer

*****************************************/

#footer {
	background: #000;
	color: #fff;
	padding: 0 0 70px;
}


/****************************************

	15. clearfix

*****************************************/

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0 !important;
	content: "";
	font-size: 0;
}

.clearfix,
.container_12 {
	display: inline-block;
}

.clearfix,
.container_12 {
	display: block;
}


/****************************************

	16. wp_pagenavi

*****************************************/

.wp-pagenavi {
	clear: both;
	overflow: hidden;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}

.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 3px 3px 0;
	padding-top: 3px;
	min-width: 29px;
	height: 29px;
	border: 1px solid #dadada;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #fff;
	white-space: nowrap;
	line-height:30px;
}

.wp-pagenavi a:hover {
	text-shadow: none;
}
.wp-pagenavi span.current {
	background: #fff;
	text-shadow: none;
	font-weight: bold;
}



.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 30px;
	width: auto;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 1em;
	width: auto;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption,
.gallery-caption,
.wp-caption-text {
	font-size: 90%;
}




/****************************************

	いたばしプレミアムバル

*****************************************/
.main_image {
	display: flex;
	justify-content: center;
	background: url("../images/main_bg.png");
	background-size:cover;
	padding: 50px 0;
}

@media screen and (max-width: 768px) {
	.main_image {
		padding: 1rem;
	}
}
.main_image img {
	width: 100%;
	max-width: 1100px;
}
.about {
	display: block;
	/*background: #ffffff url("../images/bg_yellow.png") no-repeat center 290px;*/
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 1100px){
	.about {
		background: #ffffff;
	}
}
.about_container {
	width: 100%;
	max-width: 1042px;
	height: auto;
	margin: 0 auto 45px;
}
.about_text {
	display: flex;
	margin-bottom: 100px;
}
@media screen and (max-width: 1100px){
	.about_text {
		flex-direction: column;
	}
}
.about_img {
	margin-top: -70px;
	border-radius: 50%;
	width: 320px;
	height: 320px;
}
@media screen and (max-width: 1100px){
	.about_img {
		width: 160px;
		height: 160px;
		margin: -70px auto 15px;
	}
}
.about_inner_text {
	padding-left: 57px;
	font-size: 18px;
	line-height: 28px;
}
@media screen and (max-width: 1100px){
	.about_inner_text {
		padding: 0 20px;
	}
}
.note {
	display: flex;
}
@media screen and (max-width: 1100px){
	.note {
		flex-direction: column;
		padding:0 20px;
	}
}
.box {
	width: calc(100% - 6%);
	text-align: left;
}
@media screen and (max-width: 1100px){
	.box {
		width: 100%;
		margin-bottom: 30px;
	}
}
.box_title {
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 40px;
	position: relative;
	text-align: center;
	margin-bottom: 42px;
}
@media screen and (max-width: 1100px){
	.box_title {
		font-size: 20px;
		margin-bottom: 22px
	}
}
.box_title::after {
	content: "";
	width: 170px;
	height: 5px;
	display: block;
	position: absolute;
	left: calc(50% - 85px);
	bottom: -15px;
	background: #00bcd4;
}
@media screen and (max-width: 1100px){
	.box_title::after  {
		width: 90px;
		left: calc(50% - 45px);
		bottom: 0px;
	}
}
.box_text {
	font-size: 18px;
	line-height: 30px;
}
@media screen and (max-width: 768px){
	.box_text {
		font-size: 14px;
		line-height: 24px;
	}
}
.link_button {
	width: 400px;
	height: 65px;
	display: block;
	background: #00bcd4;
	color: #fff;
	text-align: center;
	line-height: 65px;
	text-decoration: none;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 24px;
}
@media screen and (max-width: 1100px){
	.link_button {
		width: 90%;
		max-width: 460px;
		font-size: 18px;
		margin-bottom: 25px;
	}
}
.pdf_link {
	width: 90%;
	max-width: 460px;
	margin-bottom: 45px;
}
.note_text {
	text-align: center;
	margin-top: 15px;
	padding: 0 20px;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px){
	.pc_hidden {
		display: none;
	}
}
.link_button img {
	width: 15px;
	margin-left: 20px;
}

.search_section {
	width: 100%;
	padding: 50px 0 72px;
	background-color:#F6CCD2;
}
.flow {
	width: 100%;
	position: relative;
	background: #f8f3ed;
	padding: 50px 0 100px;
	box-sizing: border-box;
}
.flow ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 1100px){
	.flow ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.flow ul li {
	width: 227px;
	height: 261px;
	position: relative;
	float: left;
	margin-left: 40px;
}
@media screen and (max-width: 1100px){
	.flow ul li {
		width: 90%;
		max-width: 415px;
		margin: 0 0 30px 0;
		text-align: center;
	}
}
.flow ul li img {
	width: 227px;
	height: 180px;
	margin-bottom: 14px;
}
.flow ul li .flow_text {
	min-height: 60px;
	padding-left: 47px;
	background-size: 32px 50px;
	text-align: left;
}
.flow ul li:nth-child(1) .flow_text {
	background:url("../images/use_no01.png") no-repeat 0 0;
}
.flow ul li:nth-child(2) .flow_text {
	background:url("../images/use_no02.png") no-repeat 0 0;
}
.flow ul li:nth-child(3) .flow_text {
	background:url("../images/use_no03.png") no-repeat 0 0;
}
.flow ul li:nth-child(4) .flow_text {
	background:url("../images/use_no04.png") no-repeat 0 0;
}
@media screen and (max-width: 1100px){
	.flow ul li .flow_text {
		min-height: 50px;
	}
}
.form_wrapper {
	width: 100%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto 50px;
	display: flex;
}
@media screen and (max-width: 1100px){
	.form_wrapper {
		max-width: 515px;
		flex-direction: column-reverse;
		align-items: center;
		padding: 0 20px;
		box-sizing: border-box;
		max-width: 768px;
	}
}
.map,
.search_form {
	width: 50%;
	overflow: hidden;
}
@media screen and (max-width: 1100px){
	.map,
	.search_form {
		width: 100%;
		max-width: 515px;
		overflow: hidden;
	}
	.map {
		display: flex;
		justify-content: center;
	}
	.map img {
		width: 375px;
		height: 310px;
	}
}
@media screen and (max-width: 415px){
	.map img {
		width: 320px;
		height: 264px;
	}
}
.map_link {
	width: 252px;
	height: 45px;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 24px;
	background:#00bcd4 url("../images/arrow.svg") no-repeat right 15px center;
	background-size: 10px 21px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}
.map_link img {
	width: 10px;
	height: 21px;
	display: inline-block;
	margin-left: 20px;
}
@media screen and (max-width: 450px){
	.map_link {
		width: 165px;
		font-size: 16px;
	}
}

.search_form dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	font-size: 24px;
}
@media screen and (max-width: 1100px){
	.search_form dl {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 515px){
	.search_form dl {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 375px){
	.search_form dl {
		font-size: 1rem;
	}
}
.search_form dl dt {
	line-height: 45px;
	display: flex;
	align-items: center;
}
.search_form dl dt img{
	width: 30px;
	height: 30px;
	margin:0 15px 0 0;
}

@media screen and (max-width: 1100px){
	.search_form dl dt img{
		margin: 0 8px 0 0;
	}
}
.search_form dl dd {
	position: relative;

}
#area {
	width: 252px;
	height: 45px;
	padding-left: 10px;
	border: none;
	border-radius: 5px;
	background: #ffffff;
	color: #00bcd4;
	font-size: 1.6rem;
}
@media screen and (max-width: 450px){
	#area {
		width: 165px;
		font-size: 16px;
	}
}
.cp_ipselect {
	overflow: hidden;
	width: 252px;
	text-align: center;

}
@media screen and (max-width: 450px){
	.cp_ipselect {
		width: 165px;
		font-size: 16px;
	}
}
#area {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#area::-ms-expand {
	display: none;
}
.cp_ipselect {
	position: relative;
	border: 0;
	border-radius: 5px;
	background: #ffffff;
}
.cp_ipselect::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
	display: none;

}
.cp_ipselect select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.searchsubmit {
	width: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	cursor: pointer;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	text-align: center;
}
.searchsubmit:focus {
	border: 0px solid #ff9900;
	z-index: 10;
	outline: 0;
}
.searchsubmit img {
	width: 30px;
	height: 43px;
	display: block;
}

.section_title {
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 46px;
	position: relative;
	text-align: center;
	margin-bottom: 72px;
	font-weight: bold;
}
@media screen and (max-width: 1100px){
	.section_title {
		font-size: 33px;
	}
}
.section_title::after {
	content: "";
	width: 170px;
	height: 5px;
	display: block;
	position: absolute;
	left: calc(50% - 85px);
	bottom: -15px;
	background: #00bcd4;
	border-radius: 2px;
}
@media screen and (max-width: 1100px){
	.section_title::after {
		width: 120px;
		left: calc(50% - 60px);
	}
}
.page_stores {
	font-size: 40px;
}
@media screen and (max-width: 1100px){
	.page_stores {
		font-size: 33px;
	}
}
.page_stores::after {
	bottom: -30px;
}
@media screen and (max-width: 1100px){
	.page_stores::after {
		bottom: -20px;
	}
}
.white_border::after {
	background: #fff;
}
.footer_sns {
	width: 100%;
	height: 40px;
	background: #888888;
	padding: 8px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 1100px){
	.footer_sns {
		padding: 8px;
	}
}
.footer_sns::after {
	content: "";
	display: block;
	clear: both;
}
.footer_sns ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.footer_sns ul li {
	float: right;
	margin-left: 10px;
}
.footer_logo {
	width: 100%;
	max-width: 1100px;
	margin: 30px auto;
	font-size: 1.6rem;
}
@media screen and (max-width: 1100px){
	.footer_logo {
		text-align: center;
	}
	.footer_logo img {
		width: 310px;
		height: auto;
	}
}
.container_grid {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
@media screen and (max-width: 1100px){
	.container_grid {
		flex-direction: column;
	}
}
.grid_6 {
	width: 50%;
}
.grid_6 p {
	line-height: 24px;
}
.grid_6 strong {
	font-size: 18px;
	display: block;
	font-weight: bolder;
	margin-bottom: 5px;
}
@media screen and (max-width: 1100px){
	.grid_6 {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.grid_6 strong {
		width: 100%;
		display: block;
		text-align: center;
	}
}
.navigation {
	float: right;
	margin-top: 24px;
}
@media screen and (max-width: 1100px){
	.navigation {
		display: none;
	}
}
.footer_copyright {
	text-align: center;
}
.copyright_container {
	width: 1100px;
	margin: 20px auto;
	text-align: right;
}
@media screen and (max-width: 1100px){
	.copyright_container {
		width: 100%;
		text-align: center;
	}
}
.sns li a img {
	width: 20px;
	height: 20px;
}
.toggle_button {
	width: 49px;
	height: 42px;
	position: absolute;
	right: 20px;
	top: calc(50% - 11px);
	display: none;
	z-index: 9999;
}
#toggle {
	width: 100%;
	height: 100%;
	background: url("../images/toggle_button.svg") no-repeat center center ;
	background-size: 25px 22px;
}
#toggle.close {
	background: url("../images/close_button.svg") no-repeat center center ;
	background-size: 24px 30px;
}
.toggle_button img {
	color: #fff;
}
@media screen and (max-width: 1100px){
	.toggle_button {
		width: 50px;
		height: 60px;
		display: block;
		top: calc(50% - 30px);
		right: 10px;
	}
	.toggle_button img {
		width: 25px;
		height: 21px;
	}
}
.toggle_menu {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	background: #000000;
	color: #fff;
}
@media screen and (max-width: 1100px){
	.toggle_menu {
		top: 60px;
	}
}
#totop {
	position: fixed;
	right: 10px;
	bottom: 60px;
	width: 70px;
	height: 70px;
}
@media screen and (max-width: 1100px){
	#totop {
		width: 35px;
		height: 35px;
	}
	#totop img {
		width: 100%;
		height: 100%;
	}
}

.toggle_menu ul li {
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.toggle_menu ul li a {
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
}




.navigation .sns li {
	float: right;
	margin-left: 10px;
}
.navigation .sns li a {
	color: #fff;
	text-decoration: none;
}
.navigation .navigation_list li{
	float: left;
	margin-left: 20px;
}
.navigation .navigation_list li a{
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}
.navigation .navigation_list li:not( :first-child )::before{
	content: "|";
	display: inline-block;
	margin-right: 20px;
}
.navigation_list {
	margin-top: 17px;
}
.header_wrapper {
	width: 100%;
	height: 100%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
}
.box_middle {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	min-height: calc(100vh - 460px);
	overflow: hidden;
}
.store_list {
	width: calc(100% / 3);
	padding: 0 2px 0 20px;
	background: url("../images/beer.svg") no-repeat 0 2px;
	box-sizing: border-box;
	margin-bottom: 20px;
	color: #00bcd4;
}
@media screen and (max-width:375px){
	.store_list {
		padding: 0 2px 0 12px;
		background-size: 10px 20px;
	}
}
.store_list a{
	color: #00bcd4;
	text-decoration: none;
	font-size: 18px;
}
@media screen and (max-width: 1100px){
	.store_list a{
		font-size: 16px;
	}
}
.store_list p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
.not_found {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	background: #fff;
}
.not_found p {
	margin-bottom: 50px;
	text-align: center;
	font-size: 28px;
}
.section_error p,
.section_error a {
	position: relative;
	text-align: center;
	font-size: 28px;
}
.section_error a {
	display: block;
	margin: 0 auto;
	color: #00bcd4;
}
.breadcrumb {
	display: flex;
	width: 1100px;
	margin: 15px auto 48px;
}
@media screen and (max-width: 1100px){
	.breadcrumb {
		padding: 0 20px 0 15px;
		box-sizing: border-box;
	}
}
.breadcrumb a {
	color: #ce4429;
	text-decoration: none;
}
.breadcrumb span {
	color: #888888;
	margin: 0 5px;
}
#top {
	background: #ffffff;
}
.search_text {
	width: 100%;
	max-width:1100px;
	height: 40px;
	line-height: 40px;
	background: #fff477;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	font-weight: bold;
}
.search_text span {
	margin: 0 1rem;
}
@media screen and (max-width: 1100px){
	.search_text {
		height: auto;
	}
	.search_text ul li {
		font-size: 20px;
	}
}
@media screen and (max-width: 375px){
	.search_text ul li {
		font-size: 16px;
	}
}

.takeout_ttl {
	display: flex;
	align-items: center;
	width: 670px;
	height: 80px;
	margin: 50px auto;
	padding: 0 0 0 38px;
	box-sizing: border-box;
	line-height: 40px;
	background: url("../images/title_list_bg.png") center center;
	font-size: 1.6rem;
}
@media screen and (max-width: 1100px){
	.takeout_ttl {
		width: 100%;
		height: auto;
		font-size: 16px;
		padding-left: 10px;
	}
	.takeout_ttl img {
		margin-right: 5px;
	}
}
.takeout_ttl img {
	display: block;
	margin-right: 10px;
}
@media screen and (max-width: 1100px){
	.takeout_ttl img {
		margin-right: 5px;
	}
}
.takeout_ttl span {
	font-size: 40px;
	line-height: 40px;
	display: block;
	font-weight: bold;
}
@media screen and (max-width: 1100px){
	.takeout_ttl span {
		font-size: 20px;
	}
}
.takeout_ttl img {
	width: 25px;
	height: 40px;
}
@media screen and (max-width: 1100px){
	.takeout_ttl img {
		width: 17px;
		height: 20px;
	}
}
.article_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.article_wrapper::after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 1100px){
	.article_wrapper {
		padding: 0 20px;
	}
}
.sec_category {
	clear: both;
	box-sizing: border-box;
}

@media screen and (max-width: 1100px){
	.sec_category {
		padding: 0 20px;
	}
}
.sec_category ul {
	display: flex;
	flex-wrap: wrap;
}
.sec_category .sec_category_ttl {
	width: 100%;
	max-width:1100px;
	height: 40px;
	line-height: 40px;
	background: #fff477;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.sec_category .sec_category_ttl {
		font-size: 20px;
	}
}
.section_takeout {
	padding: 50px 0;
	background-color:#f8f3ed;
}
.section_takeout ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.section_takeout_title {
	width: 100%;
	max-width: 1100px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #F6CCD2;
}
@media screen and (max-width: 1100px){
	.section_takeout_title {
		font-size: 20px;
		padding: 0 0 0 10px;
		height: auto;
	}
}
.section_takeout_title img{
	margin-right: 10px;
}
#post-18 {
	display: none;
}
@media screen and (max-width: 1100px){
	.tac {
		text-align: center;
	}
}
.section_error {
	min-height: calc(100vh - 620px);
}
@media screen and (max-width: 1200px){
	.pc_usemap {
		display: none;
	}
}