﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#000000;
	background-image:url(../img/base/bg.jpg);
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Maru Gothic", serif;
}

img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

.wrap{
	background:url(../img/base/bg.png) top center no-repeat;
}

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #063194;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: url(../img/base/flag.png)no-repeat center top;
}
.header_in{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0px 5px;
	}
.logo{
	max-width: 400px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 100%;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: left;
	}
.logo img{padding-top: 7px;}

ul.h_telmail{
	width:40%;
	max-width: 300px;
}

.mail_sp{padding-top: 20px;}
.nav_sp{display: none;}
.sp_tel{
	border: none !important;
	max-width: 400px;
}

@media screen and (max-width:1000px){
	.header_in{padding: 10px 0px 15px;}
	ul.h_telmail{display: none;}
	.logo{max-width: 400px;padding-left: 10px;}
	.nav_sp{display:block;text-align: center;}
	.nav_sp img{width: 80%;}
}
@media screen and (max-width:650px){
	.header_in{padding: 15px 0px 15px;}
	.logo{max-width: 300px;}
}
@media screen and (max-width:550px){
	.header_in{padding: 8px 0px 8px;}
	.logo{
	max-width: 250px;
	width: 70%;
	font-size: 11px;
	margin-top: 0px;
	}
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	background:url(../img/base/f_bg.jpg) repeat-x;
}
.footer_in{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f_logo{}
.f_right{
	font-size: 16px;
	line-height: 130%;
	text-align: right;
}
.f_copy{
	color:#2e1607;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}

@media screen and (max-width: 600px) {
.footer_in{
	flex-wrap: wrap;
	justify-content: center;
}
.f_logo{
	width: 80%;
	margin-bottom: 0px;
}
.f_right{
	display: none;
}
.f_copy{
	font-size:10px;
	padding:15px 0px 0px;
}
}

/*もくじ------------------------------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{
	padding-right: 5px;
}
ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#2e1607;
	text-decoration:none;
}
@media screen and (max-width: 600px) {
ul.f_menu{
	display: none;
}
}




/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 200%;
	font-family: 'Kosugi Maru', sans-serif;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	color: #011B57;
	font-size: 20px;
	line-height: 200%;
	margin: 0px 0px 10px;
}
.L{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	color: #011B57;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 10px;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 180%;}
.M{font-size:15px;line-height: 180%;}
.L{font-size:20px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title1{
	padding: 0.7em 1em;/*文字の上下 左右の余白*/
	background: #F7F7F7;/*背景色*/
	border-left: solid 7px #011B57;/*左線*/
	margin-bottom:20px;
	font-size:22px;
	line-height:140%;
	color: #011B57;
	font-family: 'Kosugi Maru', sans-serif!important;
}

.title2{
	font-size:20px;
	line-height:180%;
	border-left: solid 7px #011B57;/*左線*/
	padding-left: 20px;
}
.title_new{
	font-size:25px;
	color:#882333;
	text-align:center;
	border-bottom:double 4px #882333;
	margin-bottom:30px;
}

@media screen and (max-width: 800px) {/*タブレット*/
.title1{
	font-size:16px;
	line-height:140%;
	padding: 1em 1em;/*文字の上下 左右の余白*/
}
.title1 span{
	font-size:18px;
	color:#FF0004;
	padding-left:15px;
}

.title2{
	font-size:18px;
}
.title_new{
	font-size:18px;
}
}

/* タイトル文 --------------------*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{/* タイトル文 */
	font-size:25px;
}
}

/*=============================
		PT
=============================*/
.pt{
	margin: 0 auto 50px;
	text-align: center;
	max-width: 1000px;
	width: 95%;
}

/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #ef963a;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*=============================
		ボタン（大）
=============================*/
.btn1{/* --------------------------白 */
	background-color:#FFFFFF;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	font-weight: bold!important;
	line-height: 130%;
	color:#12317A!important;
	transition: all .2s;/* ふんわり */
	font-family: 'Kosugi Maru', sans-serif!important;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
	color:#CCC!important;
}
.btn1 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn1{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	}
}


.btn2{/* --------------------------青 */
	background-color:#12317A;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
	font-family: 'Kosugi Maru', sans-serif!important;
}
.btn2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	}
}
/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
	font-family: 'Kosugi Maru', sans-serif!important;
}
table.type01 th {
	padding: 20px;
	font-weight: bold;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01{
	font-size:12px;
}
}

/*=============================
		スライダー
=============================*/
/* スライダー */
.slider{
	width:960px;
	height:370px;
	margin: 30px auto 20px;
	overflow:hidden;
}


/*=============================
		共通
=============================*/
.bg1{
	margin-bottom:30px;
}
.main{
	width: 100%;
	padding-top:100px;
	padding-bottom: 100px;
}
#main2{
	width: 100%;
	padding:100px 0px 50px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:10px 20px;}

@media screen and (max-width: 1000px) {
.main{padding-top:50px;}
#main2{padding:50px 0px 50px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
}



/*=============================
		top
=============================*/
/* メイン画像-----------------------------------------------*/
.main_img{
	width: 95%;
	margin: 30px auto;
	text-align: center;
}
@media screen and (max-width: 600px) {
.main_img{
	width: 95%;
	margin: 10px auto;
}
}

/* TOPあいさつ----------------------------------------------*/
.main_top{
	max-width: 1000px;
	width: 95%;
	margin: 50px auto;
}
.main_top h2{
	margin: 0 auto;
	text-align: center;
}
.top1{
	max-width: 900px;
	width: 90%;
	margin: 50px auto;
	display: flex;
}
.top1_img{text-align: center;}
.top1_txt{
	font-size: 18px;
	line-height: 180%;
	padding-right: 30px;
}


@media screen and (max-width: 600px) {
.main_top{
	margin: 20px auto;
}
.top1{
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto;
}

.top1_txt{
	font-size: 13px;
	line-height: 180%;
	padding-right: 0px;
	margin-bottom: 30px;
}
}


/* たこやき ----------------------------------------------------------------------------------*/
.takoyaki_box{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
}
.takoyaki_box h2{
	margin-bottom: 50px;
}

ul.gallery{
	display: flex;
	justify-content: center;
	margin: 100px auto 20px;
}
ul.gallery li{
	margin: 10px;
}

@media screen and (max-width: 600px) {
.takoyaki_box h2{
	margin-bottom: 30px;
}
ul.gallery{
	margin: 50px auto 20px;
	flex-wrap: wrap;
}
ul.gallery li{
	margin: 10px;
	width: 40%;
}
}
