/*
---------------------------------------------------------
	reset.css ver 1.2 [2008/11/25] 
	*This document validates as CSS level 3
	*GNU General Public License v3
	*http://higash.net/20081125/reset_css3.html

	Modify YUI Reset CSS, YUI Fonts CSS	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
	
	Modify Formy CSS Form Framework 0.8(beta)
	*GNU General Public License v2
	*http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
	background: #fff;
}

/* --BODY-- */

body {
	font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

q:before,
q:after {
	content: '';
}

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

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

/* Windows */

@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src: local('YoGothic-Bold'), local('Yu Gothic'); /* Chrome用 */
}

/* ---------------------------------------------------------
   util.css
--------------------------------------------------------- */

/* layout */

.block {
	display: block;
}

.inline {
	display: inline;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.z0 {
	position: relative;
	z-index: 0;
}

/* Micro clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
	padding: 0;
	border: 0;
}

/* font */

.bold {
	font-weight: bold;
}

.no_bold {
	font-weight: normal;
}

/* fontsize */

.f10 {
	font-size: 10px;
	font-size: 1rem;
}

.f11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.f12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.f13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.f14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.f15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.f16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.f17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.f19 {
	font-size: 19px;
	font-size: 1.9rem;
}

.f20 {
	font-size: 20px;
	font-size: 2rem;
}

.f21 {
	font-size: 21px;
	font-size: 2.1rem;
}

.f22 {
	font-size: 22px;
	font-size: 2.2rem;
}

.f23 {
	font-size: 23px;
	font-size: 2.3rem;
}

.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.f25 {
	font-size: 25px;
	font-size: 2.5rem;
}

.f26 {
	font-size: 26px;
	font-size: 2.6rem;
}

.f27 {
	font-size: 27px;
	font-size: 2.7rem;
}

.f28 {
	font-size: 28px;
	font-size: 2.8rem;
}

.f29 {
	font-size: 29px;
	font-size: 2.9rem;
}

.f30 {
	font-size: 30px;
	font-size: 3rem;
}

.f31 {
	font-size: 31px;
	font-size: 3.1rem;
}

.f32 {
	font-size: 32px;
	font-size: 3.2rem;
}

.f33 {
	font-size: 33px;
	font-size: 3.3rem;
}

.f34 {
	font-size: 34px;
	font-size: 3.4rem;
}

.f35 {
	font-size: 35px;
	font-size: 3.5rem;
}

.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

.f37 {
	font-size: 37px;
	font-size: 3.7rem;
}

.f38 {
	font-size: 38px;
	font-size: 3.8rem;
}

.f39 {
	font-size: 39px;
	font-size: 3.9rem;
}

.f40 {
	font-size: 40px;
	font-size: 4rem;
}

/* line-height */

.lh10 {
	line-height: 10px;
}

.lh11 {
	line-height: 11px;
}

.lh12 {
	line-height: 12px;
}

.lh13 {
	line-height: 13px;
}

.lh14 {
	line-height: 14px;
}

.lh15 {
	line-height: 15px;
}

.lh16 {
	line-height: 16px;
}

.lh17 {
	line-height: 17px;
}

.lh18 {
	line-height: 18px;
}

.lh19 {
	line-height: 19px;
}

.lh20 {
	line-height: 20px;
}

.lh21 {
	line-height: 21px;
}

.lh22 {
	line-height: 22px;
}

.lh23 {
	line-height: 23px;
}

.lh24 {
	line-height: 24px;
}

.lh25 {
	line-height: 25px;
}

.lh26 {
	line-height: 26px;
}

.lh27 {
	line-height: 27px;
}

.lh28 {
	line-height: 28px;
}

.lh29 {
	line-height: 29px;
}

.lh30 {
	line-height: 30px;
}

.lh31 {
	line-height: 31px;
}

.lh32 {
	line-height: 32px;
}

.lh33 {
	line-height: 33px;
}

.lh34 {
	line-height: 34px;
}

.lh35 {
	line-height: 35px;
}

.lh36 {
	line-height: 36px;
}

.lh37 {
	line-height: 37px;
}

.lh38 {
	line-height: 38px;
}

.lh39 {
	line-height: 39px;
}

.lh40 {
	line-height: 40px;
}

/* Margin-Top & Padding-Top */

.mt00 {
	margin-top: 0;
}

.pt00 {
	padding-top: 0;
}

.mt05 {
	margin-top: 5px;
}

.pt05 {
	padding-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.pt10 {
	padding-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.pt15 {
	padding-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.pt20 {
	padding-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.pt25 {
	padding-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.pt30 {
	padding-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.pt35 {
	padding-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.pt40 {
	padding-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.pt45 {
	padding-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.pt50 {
	padding-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.pt55 {
	padding-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.pt60 {
	padding-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.pt65 {
	padding-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.pt70 {
	padding-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.pt75 {
	padding-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.pt80 {
	padding-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.pt85 {
	padding-top: 85px;
}

.mt90 {
	margin-top: 90px;
}

.pt90 {
	padding-top: 90px;
}

.mt95 {
	margin-top: 95px;
}

.pt95 {
	padding-top: 95px;
}

.mt100 {
	margin-top: 100px;
}

.pt100 {
	padding-top: 100px;
}

/* Margin-Right & Padding-Right */

.mr00 {
	margin-right: 0;
}

.pr00 {
	padding-right: 0;
}

.mr05 {
	margin-right: 5px;
}

.pr05 {
	padding-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.pr10 {
	padding-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.pr15 {
	padding-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.pr20 {
	padding-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.pr25 {
	padding-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.pr30 {
	padding-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.pr35 {
	padding-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.pr40 {
	padding-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.pr45 {
	padding-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.pr50 {
	padding-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.pr55 {
	padding-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.pr60 {
	padding-right: 60px;
}

.mr65 {
	margin-right: 65px;
}

.pr65 {
	padding-right: 65px;
}

.mr70 {
	margin-right: 70px;
}

.pr70 {
	padding-right: 70px;
}

.mr75 {
	margin-right: 75px;
}

.pr75 {
	padding-right: 75px;
}

.mr80 {
	margin-right: 80px;
}

.pr80 {
	padding-right: 80px;
}

.mr85 {
	margin-right: 85px;
}

.pr85 {
	padding-right: 85px;
}

.mr90 {
	margin-right: 90px;
}

.pr90 {
	padding-right: 90px;
}

.mr95 {
	margin-right: 95px;
}

.pt95 {
	padding-right: 95px;
}

.mr100 {
	margin-right: 100px;
}

.pr100 {
	padding-right: 100px;
}

/* Margin-Bottom & Padding-Bottom */

.mb00 {
	margin-bottom: 0;
}

.pb00 {
	padding-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.pb05 {
	padding-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.pb35 {
	padding-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.pb45 {
	padding-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.pb55 {
	padding-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.pb65 {
	padding-bottom: 65px;
}

.mb70 {
	margin-bottom: 70px;
}

.pb70 {
	padding-bottom: 70px;
}

.mb75 {
	margin-bottom: 75px;
}

.pb75 {
	padding-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.mb85 {
	margin-bottom: 85px;
}

.pb85 {
	padding-bottom: 85px;
}

.mb90 {
	margin-bottom: 90px;
}

.pb90 {
	padding-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.pt95 {
	padding-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

/* Margin-Left & Padding-Left */

.ml00 {
	margin-left: 0;
}

.pl00 {
	padding-left: 0;
}

.ml05 {
	margin-left: 5px;
}

.pl05 {
	padding-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.pl10 {
	padding-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.pl15 {
	padding-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.pl20 {
	padding-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.pl25 {
	padding-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.pl30 {
	padding-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.pl35 {
	padding-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.pl40 {
	padding-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.pl45 {
	padding-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.pl50 {
	padding-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.pl55 {
	padding-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.pl60 {
	padding-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.pl65 {
	padding-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.pl70 {
	padding-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.pl75 {
	padding-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.pl80 {
	padding-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.pb85 {
	padding-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.pl90 {
	padding-left: 90px;
}

.ml95 {
	margin-left: 95px;
}

.pt95 {
	padding-left: 95px;
}

.ml100 {
	margin-left: 100px;
}

.pl100 {
	padding-left: 100px;
}

.mb-small {
	margin-bottom: 20px;
}

.mb-middle {
	margin-bottom: 50px;
}

.mb-big {
	margin-bottom: 80px;
}

/* ---------------------------------------------------------
   add
----------------------------------------------------------*/

/* 古いIEへ警告 */

.ie-prompt {
	margin: 0 auto 0;
	padding: 10px;
	text-align: center;
	color: #000;
	background-color: #ccc;
}

.ie-prompt a {
	color: #000;
}

/* 音声ブラウザ用 */

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/* プリント表示非表示 */

/* over */

.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

.opacity:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

/* 3.リンク
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

a:active {
	text-decoration: none;
	color: #333;
}

a {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

.sp {
	display: none;
}

.tablet {
	display: none;
}

.pc {
	display: block;
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-weight: 400;
	font-style: normal;
	src: url(fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
}

#spNavBtn,
#menu_popup {
	display: none;
}

#menu_popup {
	line-height: 1.4;
	position: fixed;
	z-index: 103;
	top: 60px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
}

#menu_popup span {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}

#menu_popup span:after {
	position: absolute;
	top: -13px;
	right: 6px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 6px 12px 6px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

#menu_popup.none {
	display: none;
}

/*header*/

header {
	background: #fff;
}

.header_inner {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 12px 0;
}

.header_inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.header_inner .title {
	position: absolute;
	top: 5px;
	right: 0;
}

.header_inner .title ._tit {
	line-height: 24px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.header_inner .logo {
	width: 154px;
}

.header_inner .sns_btn {
	display: inline-block;
	vertical-align: top;
}

.header_inner .sns_btn li {
	display: inline-block;
	margin-right: 3px;
}

.header_inner .sns_btn li:last-child {
	margin-right: 0;
}

.header_inner .sns_btn li a {
	display: block;
	overflow: hidden;
	width: 24px;
	height: 24px;
	white-space: nowrap;
	text-indent: 100%;
}

.header_inner .sns_btn li.insta a {
	background: url(../img/common/icon_insta.png) center center no-repeat;
	background-size: 23px 23px;
}

.header_inner .sns_btn li.facebook a {
	background: url(../img/common/icon_fb.png) center center no-repeat;
	background-size: 23px 23px;
}

.header_inner .sns_btn li.line a {
	background: url(../img/common/icon_line.png) center center no-repeat;
	background-size: 23px 23px;
}

.icon {
	padding-left: 35px;
}

.icon.tel {
	background: url(../img/common/icon_tel.png) 2px 0 no-repeat;
	background-size: 24px 24px;
}

.icon.tel a {
	font-family: 'Questrial', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
}

.icon.map {
	background: url(../img/common/icon_map.png) 0 0 no-repeat;
	background-size: 27px 25px;
}

.icon.time {
	background: url(../img/common/icon_time.png) 0 0 no-repeat;
	background-size: 27px 24px;
}

.time dt {
	width: 5em;
	margin: 0;
	padding: 0 0 5px 5px;
}

.time dd {
	line-height: 1.6em;
	margin-top: -2em;
	margin-bottom: -2px;
	margin-left: 0;
	padding: 0 5px 0 5.2em;
}

.time li {
	position: relative;
	padding-left: 13px;
}

.time li:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 8px;
	height: 3px;
	content: '';
	background: #000;
}

.time li span {
	display: inline-block;
	width: 70px;
}

.ttl {
	font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 23px;
	text-align: center;
	color: #f38dbd;
	background: url(../img/common/balloon2.png) center bottom no-repeat;
	background-size: 250px auto;
}

.ttl span {
	font-size: 42px;
	font-size: 4.2rem;
}

.midashi1 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.midashi1:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 80px;
	height: 3px;
	margin-left: -40px;
	content: '';
	background: #0c2650;
}

.midashi2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}

.midashi2:after {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	width: 16px;
	height: 2px;
	content: '';
	background: #0c2650;
}

.midashi3 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}

.midashi3 span {
	font-size: 18px;
	font-size: 1.8rem;
}

.midashi4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}

.midashi4.mb50 {
	margin-bottom: 50px;
}

.shadow {
	box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, .2);
}

/*footer*/

footer {
	padding-top: 100px;
}

.copyright {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #0c2650;
}

/*btn*/

.btn {
	text-align: center;
}

.btn a,
.btn button {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	display: inline-block;
	padding: 20px 70px;
	cursor: pointer;
	color: #0c2650;
	border: solid 1px #0c2650;
	background: none;
}

.btn a:hover,
.btn button:hover {
	opacity: 1;
	color: #fff;
	background: #0c2650;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.btn._small a {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 40px;
}

/*block*/

.list_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list_box.reverse {
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
}

.list_box.col2 > div,
.list_box.col2 > li {
	width: 48%;
}

.list_box.col3 > div,
.list_box.col3 > li {
	width: 32%;
}

/*facebook*/

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

/*下層共通*/

.sub_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 160px;
	background: #0c2650;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sub_img h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
}

#page_ttl {
	padding: 50px 0;
	text-align: center;
	background: #ebe0cc;
}

#page_ttl h2 {
	font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

#page_ttl h2 span {
	font-size: 30px;
	font-size: 3rem;
}

#path {
	background: #ebeff2;
}

#path ul {
	width: 960px;
	margin: 0 auto;
}

#path li {
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../img/common/arr1.png) 0 6px no-repeat;
	background-size: 5px auto;
}

.section {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 767px), print {

#gnav {
	position: absolute;
	right: 0;
	bottom: 12px;
}

#gnav .gnav_list li {
	display: inline-block;
	margin-left: 10px;
}

header.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
}

header.fixed .header_inner {
	padding: 6px 0;
}

header.fixed .header_inner .title {
	top: 0;
}

header.fixed .header_inner .title ._tit {
	font-size: 12px;
	font-size: 1.2rem;
}

header.fixed .header_inner .logo {
	width: 100px;
}

header.fixed #gnav {
	bottom: 4px;
}

header.fixed .gnav_list li a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 0 5px;
}

}

@media only screen and (max-width: 960px) {

.pc {
	display: none;
}

}

@media only screen and (max-width: 767px) {

.mb-middle {
	margin-bottom: 25px;
}

.mb-big {
	margin-bottom: 40px;
}

.tablet {
	display: block;
}

#container {
	padding-top: 50px;
}

#spNavBtn,
#menu_popup {
	display: block;
}

.header_inner {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50px;
	padding: 0;
	padding-left: 10px;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_inner .title ._tit {
	display: none;
}

.header_inner .logo {
	width: 90px;
}

.header_inner .sns_btn {
	position: absolute;
	top: 9px;
	right: 60px;
	width: 81px;
}

.icon {
	padding-left: 30px;
}

.icon.tel {
	background-size: 20px 20px;
}

.icon.map {
	background-size: 22px auto;
}

.icon.time {
	background-size: 22px auto;
}

.time dt {
	width: auto;
	padding: 0;
}

.time dd {
	width: auto;
	margin: 0;
	padding: 0;
}

.ttl {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.ttl span {
	font-size: 22px;
	font-size: 2.2rem;
}

.midashi1 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.midashi2 {
	font-size: 16px;
	font-size: 1.6rem;
}

.midashi2:after {
	top: 11px;
}

.midashi3 {
	font-size: 20px;
	font-size: 2rem;
}

.btn a,
.btn button {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	min-width: 90%;
	margin: 0 auto;
	padding: 20px 15px;
}

.list_box {
	display: block;
}

.list_box.sp_mb > div {
	margin-bottom: 20px !important;
}

.list_box.col2 > div,
.list_box.col2 > li {
	width: 100%;
}

.list_box.col3 > div,
.list_box.col3 > li {
	width: 100%;
}

.sub_img {
	height: 100px;
}

.sub_img h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

#path {
	overflow-x: auto;
	overflow-y: hidden;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-overflow-scrolling: touch;
}

#path ul {
	width: auto;
}

.section {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.drawer-menu li,
.drawer-menu p {
	border-bottom: solid 1px #ccc;
}

.drawer-menu li a,
.drawer-menu p a {
	display: block;
	padding: 10px 10px 10px 20px;
	background: url(../img/common/arr1.png) 10px center no-repeat;
	background-size: 7px auto;
}

.drawer-hamburger {
	font-size: 10px;
	font-size: 1rem;
	top: 0;
	right: 0;
	width: 25px;
	height: 30px;
	padding: 10px 15px 10px;
	color: #fff;
	background: #0c2650;
	background-size: 30px auto;
}

.drawer-hamburger-icon {
	margin-top: 5px;
	margin-bottom: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	height: 2px;
}

.drawer-hamburger:hover {
	background: #0c2650;
}

.drawer-overlay {
	z-index: 10;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background: #fff;
}

.drawer-hamburger-icon:after {
	top: 6px;
}

.drawer-hamburger-icon:before {
	top: -6px;
}

.drawer-overlay {
	background: rgba(0, 0, 0, .5);
}

}

@media only screen and (max-width: 767px) and (max-width: 767px) {

#path ul {
	white-space: nowrap;
}

}

@media only screen and (max-width: 640px) {

#page_ttl.mb80 {
	margin-bottom: 30px !important;
}

#page_ttl {
	padding: 30px 0;
}

#page_ttl h2 {
	font-size: 20px;
	font-size: 2rem;
}

#page_ttl h2 span {
	font-size: 16px;
	font-size: 1.6rem;
}

}

@media print {

.is-hidden_print {
	display: none;
}

.is-visible_print {
	display: block;
}

}

