@charset "utf-8";
body {
	font: 100%/1.4 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	text-align:right;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

img {
    backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

a img {
	border: none;
}
a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	outline:none;
}


/*リンク箱型*/
#boxlink,
#boxlink:visited{
	display:block;
	padding:10px;
	text-decoration: none;
	text-align:center;
	border: 1px solid #ad0c0c;
	color:#ad0c0c;
	background-color: transparent;
	transition: .3s;
}
#boxlink::after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #ad0c0c;
}
#boxlink:hover {
	text-decoration: none;
	transition: .3s;
    box-shadow: 0px 0px 0px 3px #ad0c0c;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	position:relative;
	width: 95%;
	max-width: 1260px;
	min-width: 100px;
	margin: 0 auto;
	text-align:left;
}
.container2 {
	position:relative;
	width: 100%;
	max-width: 980px;
	min-width: 100px;
	margin: 0 auto;
	text-align:left;
}
.content {
	padding: 10px 0;
}

@media screen and (max-width: 640px) {
.container2 {
	width: 92%;
	}
}


/* ~~ ヘッダー ~~ */
.header {
	position:fixed;
	z-index:99;
	width:100%;
	background-color: rgba(106,1,19,0.85);
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	height:80px;
}
.header .headlogo{
	height:80px;
	overflow:hidden;
	}
.headmenu_pc{
	display: inline-block;
	letter-spacing:0.2em;
	}
#nav {
	position: relative;
	margin: 0;
	padding:0;
	width:50%;
	max-width:380px;
	min-width:100px;
	display:flex;
	justify-content: space-between;
	height:0px;
}
#nav span {
	background: #dcbd8a;
	height:1px;
	display:block;
	position:absolute;
	width:15px;
	bottom:-15px;
	left:0;
	align-self: flex-start;
	z-index:6;
}
#nav a {
	text-decoration:none;
	display: inline-block;
	color: #fff;
	align-self: center;
	z-index:5;
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
}
#nav a:hover,
#nav a:active,
#nav a:focus{
	color: #dcbd8a;
}
#nav .current{
	color: #dcbd8a;
}
.nav_icon{
  align-self:center;
	}
#btn_seiq,
#btn_seiq:visited {/* 資料請求ボタンデフォルト */
	color:#fff;
	background-color: #ad894f;
	text-align:center;
	transition: .3s;
	}
#btn_seiq:hover,
#btn_seiq:active,
#btn_seiq:focus {
	background-color: #c6aa7c;
	text-decoration: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	margin-top: -3px;
	margin-bottom:3px;
	transition: .3s;
	}
.seiq_pc{
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 10px 10px;
	}
.seiq_sp{
	flex-grow: 2;
	display: inline-block;
	margin: 10px;
	padding:15px 10px;
	}
.header2 #btn_seiq:hover,
.header2 #btn_seiq:active,
.header2 #btn_seiq:focus {
	margin-top: 7px;
	margin-bottom:13px;
	}
.header2 {/* sp版でのみ表示・下固定 */
	display:none;
}
.header2 p{
	margin:0;
	color:#fff;
	font-size:80%;
	margin: 10px 10px 10px 5px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
	}
.menu-trigger,
.menu-trigger span {/* SPメニューボタン */
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
button.menu-trigger{
	z-index:9999;
	position: fixed;
	bottom:28px;
	right:10px;
	border:0;
	padding:10px 20px;
	background-color:rgba(0,0,0,0);
	}
.menu-trigger {
	display: none;
	width: 30px;
	height: 30px;
}
.menu-trigger span {
	position: absolute;
	left:0;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  top: 20px;
}
nav.open + .menu-trigger{
	border:0;
	}
nav.open + .menu-trigger span:nth-of-type(1) {
	width: 40px;
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
nav.open + .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
nav.open + .menu-trigger span:nth-of-type(3) {
	width: 40px;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
nav {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #6a0113;
	color:#fff;
	text-align:left;
   }
nav.open {
    transform: translate(0);
   }
#sp_menu {
    width: 100%;
    height: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
	align-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	letter-spacing:0.3em;
}
#sp_menu li{
	margin:0 8vw;
}
#sp_menu a,
#sp_menu a:visited{
	display:inline-block;
	color:#fff;
	font-size:140%;
	}
#sp_menu a:hover, #sp_menu a:active, #sp_menu a:focus {
	color:#dcbd8a;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
#nav a{
	margin: 5px 0;
	}
#nav,
.seiq_pc{
	font-size:85%;
	}
nav{
	display:none;
	}
}
@media screen and (max-width: 750px) {
.header {
	position: absolute;
	top:0;
}
.menu-trigger {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.header2 {/* sp版でのみ表示・下固定 */
  position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-content: center;
	z-index:9998;
	bottom:0;
	left:0;
	width:100%;
	background-color: rgba(106,1,19,0.85);
}
nav{
	display:block;
	}
#nav,
.seiq_pc{
	display:none;
	}
}

/* ~~ フッター ~~ */
.footer {/* フッター */
	padding: 50px 0 50px;
	background-color: #5a0011;
	color:#fff;
	text-align:center;
}
a.footer{
	color:#fff;
	}
.footer .container2{
	width:90%;
	text-align:center;
	}
.foot_sub{
	position:relative;
	display:inline-block;
	font-size: x-large;
	font-weight:bold;
	color:#5a0011;
	background-color: #fff;
	margin:10px 0;
	padding:10px 0;
	width:97%;
	max-width:960px;
	min-width:100px;
	height:;
}
.foot_sub::before{
	position: absolute;
	box-sizing: border-box;
	content: "";
	top: 0;
		right: 100%;
	width: 0;
	height: 100%;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-right: 12px solid #fff;
}
.foot_sub::after{
	position: absolute;
	box-sizing: border-box;
	content: "";
	top: 0;
		left: 100%;
	width: 0;
	height: 100%;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-left: 12px solid #fff;
}
.foot_sub span{
	display:inline-block;
	}
.foot_title{
	display: flex;
	flex-direction: row; 
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: space-between;
	margin:10px auto;
	}
.foot_title.title{
	justify-content: space-between;
	}
.foot_title.title div{
	font-size:x-large;
	font-weight:bold;
	}
.foot_title.title div span{
	font-size:large;
	display:block;
	}
.foot_title.title h5{
	font-size:4.5vw;
	}
.foot_title.seiq{
	justify-content: space-between;
	}
.foot_title div:first-child{
	flex-grow: 0;
	flex-shrink:0;
	margin: 0;
	}
.foot_title h5,
.footer h5{
	font-size:250%;
	margin:0 10px;
	}
.foot_tx1{
	font-size:150%;
	}
.foot_tx2{
	font-size:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:5px 0;
	}
.foot_tx3{
	display:inline-block;
	font-size:90%;
	margin:5px auto 10px;
	}
.foot_tx4{
	margin:15px auto 0;
	border-top:1px solid #fff;
	padding:10px 0 0;
	font-size:90%;
	font-family: 'Josefin Sans', sans-serif;
	}
#foot_tel{
	font-weight:normal;
	}
a#foot_tel{
	color:#fff;
	}
.seiq_foot{
	flex-grow: 2;
	flex-shrink: 3;
	width:90%;
	max-width:500px;
	min-width:100px;
	display: inline-block;
	margin: 0 0 0 20px;
	padding:10px;
	font-size:150%;
	}
.seiq_foot span{
	display:inline-block;
	}
#foot_top{/*topへ戻る挙動*/
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	z-index:9;
	bottom:90px;
	right:0;
	margin: -340px 0 40px auto;
	background-color:#c9384d;
	display:block;
	width:15px;
	padding:100px 20px 0px;
	height:100px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	line-height:1.1;
	}
#foot_top::before{
	content:"";
	position:absolute;
	top:35px;
	right:23px;
	width: 6px;
	height: 12px;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	}
#foot_top::after{
	content:"";
	position:absolute;
	top:35px;
	left:50%;
	height:50px;
	width:1px;
	background-color:#fff;
	}
#foot_top:hover {
	text-decoration: none;
	background-color:#e16b7c;
}
@media screen and (min-width: 1100px) {
.foot_title.title h5{
	font-size:320%;
	}
}
@media screen and (max-width: 1100px) {
.foot_title.title div{
	font-size:2.2vw;
	}
.foot_title.title div span{
	font-size:1.7vw;
	}
}
@media screen and (max-width: 750px) {
.footer {/* フッター */
	padding: 30px 0 100px;
}
.foot_sub{
	font-size:90%;
		}
.foot_title{
	flex-direction: column; 
	justify-content:center;
	}
.foot_title div:first-child{
	width: 100%;
	margin: 0 0 10px 0;
	}
.foot_title.title h5{
	font-size: x-large;
	}
.foot_title.title div{
	font-size: large;
	}
.foot_title.title div span{
	font-size: medium;
	}
.foot_title h5,
.footer h5{
	font-size:140%;
}
.foot_tx2 ~h5{
	font-size:180%;
	}
.seiq_foot{
	margin: 0;
	font-size:120%;
	}
#foot_top{/*topへ戻る挙動*/
	margin: -210px 0 40px auto;
	padding:80px 10px 0px;
	height:80px;
	}
#foot_top::before{
	content:"";
	position:absolute;
	top:20px;
	right:13px;
	width: 6px;
	height: 12px;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	}
#foot_top::after{
	content:"";
	position:absolute;
	top:20px;
	left:50%;
	height:50px;
	width:1px;
	background-color:#fff;
	}
}
@media screen and (max-width: 480px) {
.foot_title.title h5{
	font-size: 120%;
	}
}

/* ~~ indexトップ画像 ~~ */
.container_top {/*トップ画像部分*/
	position:relative;
	z-index:10;
	width: 100%;
	height:100vh;
	max-height:960px;
	min-height:100px;
	background:url(../img/topimg_pc2.jpg) #5a0011 center repeat-x;
	background-size:cover;
	background-repeat:no-repeat;
	margin: 0;
	text-align:center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	align-content: center;
}
.container_top .txtimg{
	position:absolute;
	top:0;
	bottom:0;
	left:8%;
	margin:auto 0;
	display:block;
	width: 50%;
	max-width: 275px;
	min-width: 100px;
	height:auto;
	}
.logo02{/*トップ画像-ロゴ*/
	position:relative;
	width: 90%;
	max-width: 576px;
	min-width: 100px;
	height:auto;
	margin:auto;
	}
#top_scroll{
	font-family: 'Josefin Sans', sans-serif;
	position:absolute;
	bottom:15%;
	display:inline-block;
	width: 40px;
	z-index:11;
	color:#fff;
	text-decoration: none;
	vertical-align:text-bottom;
	}
.top_scroll{
	display:inline-block;
	margin: 0 auto 40px;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
	}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
.container_top {
	width: 100%;
	height:100vh;
	background:url(../img/topimg_sp2.jpg) #5a0011 center no-repeat;
	background-size:cover;
	margin: 0 auto;
	}
.container_top .txtimg{
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width: 60%;
	}
.logo02{/*トップ画像-ロゴ*/
	position:relative;
	bottom:5%;
	}
#top_scroll{
	bottom:20%;
	}
.top_scroll{
	margin: 0 auto 30px;
	}
}

/* ~~ 基礎：見出し~~ */
h1,h2{
	position:relative;
	display:inline-block;
	font-size:240%;
	letter-spacing:0.2em;
}
h1 span.pcbox,
h2 span.pcbox{
	display:block;
	line-height: 1.1em;
	}
h1 span.spbox,
h2 span.spbox{
	display:none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
	}
h1{
	margin: 0 0 0 20px;
}
h2::before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	display:block;
	height:100%;
	width:1px;
	margin: 0 0 0 20px ;
    background-image: -webkit-gradient(
                  linear
                , left top
                , left bottom
                , from(#ad0c0c)
                , color-stop(0.49, #ad0c0c)
                , color-stop(0.50, #ad0c0c)
                , to(#fff));
	background-image: -moz-linear-gradient(
          top
        , #ad0c0c 0%
        , #ad0c0c 49%
        , #ad0c0c 50%
        , #fff);
	}
h3{
	font-size:xx-large;
	color:#ad0c0c;
	margin: 0 0 0 10px;
	line-height:1.5;
	}
/*写真3枚*/
.photo_pc{
	display:block;
	width:100%;
	height:auto;
	}
.photo_sp{
	display:none;
	}
@media screen and (max-width: 750px) {
h1,h2{
	letter-spacing:0.1em;
}
h1 span.pcbox,
h2 span.pcbox{
	display:none;
	}
h1 span.spbox,
h2 span.spbox{
	display:inline-block;
	}
h1{
	margin: 40px 0 20px 0;
}
h2{
	font-size:200%;
	margin: 0 0 10px 0;
}
h2::before{
	content:"";
	display:none;
	}
h2::after{
	content:"";
	display:block;
	height:1px;
	width:100%;
	margin: 10px 0 0 0;
    background-image: -webkit-gradient(
                  linear
                , left top
                , right bottom
                , from(#ad0c0c)
                , color-stop(0.49, #ad0c0c)
                , color-stop(0.50, #ad0c0c)
                , to(#fff));
	background-image: -moz-linear-gradient(
          left
        , #ad0c0c 0%
        , #ad0c0c 49%
        , #ad0c0c 50%
        , #fff);
	}
.photo_pc{
	display:none;
	}
.photo_sp{
	display:block;
	width:100%;
	height:auto;
	}
}
/* ~~ 内容1・基礎~~ */
.cont_ul{/*←右から左へ並べる・縦書き用flex*/
	position:relative;
  z-index:1;
	width: 100%;
	max-width: 980px;
	min-width: 100px;
	margin: 20px auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-flow: flex-end;
  align-items: flex-start;
  align-content: flex-start;
	}
.cont_ul li{
	margin: 0 5px;
	}
.cont_tate{/* 縦書き基礎 */
	line-height: 2.0em;
	/*  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;*/
	}
.cont_ul2{/*→左から右へ並べる・横書き用flex*/
	position:relative;
  z-index:1;
	width: 100%;
	max-width: 980px;
	min-width: 100px;
	margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: flex-end;
  align-items: flex-start;
  align-content: flex-start;
	}
.cont_ul2 li:first-child{
	margin: 0 20px 0 0;
	}
.cont01_ban a{
	position:relative;
	display:inline-block;
    background-color:#ffffff;
	}
.cont01_ban a:hover img,
.cont01_ban a:active img,
.cont01_ban a:focus img,
.cont01_ban_sp a:hover img,
.cont01_ban_sp a:active img,
.cont01_ban_sp a:focus img{
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
	}
.cont01_ban img{
	width: 100%;
	max-width: 470px;
	min-width: 100px;
	box-shadow: 0 3px 20px rgba(0,0,0,0.2);
	}
.cont01_ban_sp{/*SP版バナー2つ*/
	display:none;
	width:90%;
	max-width: 750px;
	min-width: 100px;
	margin:auto;
	}
.cont01_ban_sp a{
	width: 100%;
	background-color:#fff;
	}
.cont01_ban_sp li:nth-child(1){
	margin:0 0 10px 0;
	}
.cont01_ban_sp img{
	position:relative;
	width: 100%;
	max-width:470px;
	min-width: 100px;
	height:auto;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	background-color:#fff;
	}
.cont_bg01 {/*背景・食学園とは*/
	width: 90%;
	/*background:url(../img/bg01.gif) #fff bottom center repeat-x;
	background-size:auto 50%;*/
	margin:0 auto;
	padding:100px 0 50px;
}
.cont_bg01 h1{
	color:#cc0000;
	display:block;
	line-height:1.75;
	margin:0 auto 1em;
	text-align: center;
	}
.cont_bg01 h1 span{
	display:inline-block;
	}
.cont_bg01 p{
	margin-bottom:1em;
	line-height:1.75;
	letter-spacing:0.1em;
	text-align:center;
	}
.cont_bg01 .cont_ul2:nth-child(1){
	justify-content:space-between;
	}
.cont_bg01 .cont_ul2:nth-child(2){
	margin: 40px auto 0;
	}
.img_01{
	position:relative;
	width: 100%;
	max-width:750px;
	min-width: 100px;
	height:auto;
	}

@media screen and (max-width: 980px) {
.cont_ul2{/*→左から右へ並べる・横書き用flex*/
	width: 90%;
	max-width: 980px;
}
}
@media screen and (max-width: 750px) {
.cont_bg01 h1{
	line-height:1.5;
	font-size:x-large;
	}
.cont_bg01 p{
	font-size: 90%;
	line-height:1.5;
	letter-spacing:0em;
	text-align: left;
	}
.cont_tate{/* 縦書き基礎 */
	line-height: 2.0em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
}
.cont_ul{
	flex-direction: column;
	justify-content:  flex-start;
	}
.cont_bg01 {/*背景・食学園とは*/
	padding:30px 0 30px;
	}
.img_01{
	width: 100%;
	max-width:750px;
	}
.cont_bg01 .cont_ul2:nth-child(1){
	flex-direction: column;
	justify-content: center;
	font-size:90%;
	}
.cont_bg01 .cont_ul2 li:nth-child(2){
	margin:auto;
	}
.cont01_ban{
	flex-direction: column;
	justify-content: center;
		}
.cont01_ban li:nth-child(1){
	margin:0 auto 10px;
	}
}

/* ~~ 内容246~~ */
#cont02{
	padding:150px 0 100px;
	margin-bottom:50px;
	}
#cont04,
#cont06 {
	padding:100px 0 100px;
	}
#cont04 h2,
#cont06 h2{
	margin: 0 10px 0 0;
	}
#cont02 .cont_ul2,
#cont04 .cont_ul2,
#cont06 .cont_ul2{
	justify-content: space-between;
	}
#cont02 h2{
	float:left;
	margin: 0 20px 0 0;
	white-space: nowrap;
	}
#cont02 h2::before{
	margin: 0 0 0 0;
}
#cont02 h2 span span:last-child{
	font-size: small;
	letter-spacing:0.2em;
	}
#cont02 h2 span.pcbox span:last-child{
	display:block;
	line-height:1;
	text-align:center;
	margin:0 10px 0 0;
	}
#cont02 .cont_ul2 li{
	margin:0;
	}
#cont02 .cont_ul2:nth-child(2){
	}
.cont_ul3{/*講師一覧専用*/
	position:relative;
	width:auto;
	max-width: 900px;
	min-width:100px;
	margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
	}
.cont_ul3 h6{
	font-size:x-large;
}
.cont_ul3 #boxlink{
	display: block;
	margin:auto 0 0;
	}
.cont_ul3 li{
	flex-grow: 2;
	position:relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
　　flex-basis: 240px;
	width:240px;
	height:160px;
	padding: 0 0 0 180px;
	margin: 0 0 20px 0;
	background-color:#ccc;
	flex-grow: 0;
	flex-shrink: 0;
}
.cont_ul3 li:nth-child(odd){/*奇数行*/
	margin: 0 20px 20px 0;
	}
.cont_ul3 li:nth-child(even){/*偶数行*/
	margin: 0 0 20px 0;
	}
.cont_ul3 li:nth-child(1){/*講師の写真*/
	background:url(../img/koushi_01.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(2){
	background:url(../img/koushi_02.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(3){
	background:url(../img/koushi_03.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(4){
	background:url(../img/koushi_24.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(5){
	background:url(../img/koushi_04.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(6){
	background:url(../img/koushi_22.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(7){
	background:url(../img/koushi_05.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(8){
	background:url(../img/koushi_07.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(9){
	background:url(../img/koushi_08.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(10){
	background:url(../img/koushi_09.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(11){
	background:url(../img/koushi_10.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(12){/*講師の写真*/
	background:url(../img/koushi_11.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(13){
	background:url(../img/koushi_12.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(14){
	background:url(../img/koushi_13.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(15){
	background:url(../img/koushi_14.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(16){
	background:url(../img/koushi_23.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(17){
	background:url(../img/koushi_15.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(18){
	background:url(../img/koushi_16.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(19){
	background:url(../img/koushi_17_v2.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(20){
	background:url(../img/koushi_18_v2.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(21){
	background:url(../img/koushi_19_v2.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(22){
	background:url(../img/koushi_20_v2.jpg) left top no-repeat;
	background-size:auto 100%;
	}
.cont_ul3 li:nth-child(23){/*講師の写真ここまで*/
	background:url(../img/koushi_21_v2.jpg) left top no-repeat;
	background-size:auto 100%;
	}
#cont04 img.time{
	display:block;
	width:100%;
	max-width:830px;
	min-width:100px;
	height:auto;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	margin:0 0 10px 0;
	}
#cont04 img.time2{
	display:none;
	width:100%;
	max-width:630px;
	min-width:100px;
	height:auto;
	margin:0 0 10px 0;
	}
#cont04 p{
	margin:10px 0 0;
	}
.small{
	display:inline;
	font-size: smaller;
	}

@media screen and (max-width: 1000px) {
.cont_ul3{/*講師一覧専用*/
	margin: 0 20px 0 0;
}
.cont_ul3 li{
	width:200px;
	height:140px;
	padding: 0 0 0 160px;
	font-size:90%;
	}
}
@media screen and (max-width: 860px) {
.cont_ul3 li{
	width:160px;
	}
}
@media screen and (max-width: 800px) {
.cont_ul3 li:nth-child(odd){/*奇数行*/
	margin: 0 15px 15px 0;
	}
.cont_ul3 li:nth-child(even){/*偶数行*/
	margin: 0 0 15px 0;
	}
.cont_ul3 li{
	width:140px;
	padding: 0 0 0 150px;
	font-size:90%;
	}
}
@media screen and (max-width: 750px) {
#cont02{
	padding:100px 0 50px;
	}
#cont04,
#cont06 {
	padding:30px 0 30px;
	}
#cont02 .cont_ul2,
#cont04 .cont_ul2,
#cont06 .cont_ul2{
	flex-direction: column;
	justify-content:  flex-start;
	}
#cont04 h2,
#cont06 h2{
	margin: 0 0 10px 0;
	}
#cont02 h2{
	float: none;
	margin: 0 0 10px 10px;
	line-height:1.5;
	}
#cont02 h2 span{
	display:block;
	}
#cont02 h2 span.pcbox{
	display:none;
	}
.cont_ul3{
	margin: 0 10px 0;
	}
.cont_ul3 li:nth-child(odd),/*奇数行*/
.cont_ul3 li:nth-child(even){/*偶数行*/
	margin: 0 0 25px 0;
	}
.cont_ul3 li{
	width:100%;
	height:100px;
	padding: 0 0 0 110px;
	line-height:1;
	flex-grow: 2;
	flex-shrink: 2;
	}
.cont_ul3 h6{
	font-size:large;
	}
#cont04 img.time{
	display:none;
	}
#cont04 img.time2{
	display: block;
	}
}

/*モーダルインライン*/
.cont_modal{
	margin:0;
	padding:30px;
	background-color:#fff;
	text-align:left;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.cont_modal img{
	width:300px;
	height:auto;
	margin: 0 30px 0 0;
	}
.cont_modal h6{
	font-size:xx-large;
	margin: 0 0 10px 0;
	}
.cont_modal li:nth-child(2){
	width:480px;
	}
.cont_modal .modal_list{
	width:auto;
	margin: 0;
	}
.cont_modal .modal_list li{
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	}
.cont_modal .modal_list span{
	width:20%;
	display:inline-block;
	}
.cont_modal .modal_list p{
	width:80%;
	display:inline-block;
	flex-grow: 2;
	flex-shrink: 2;
	}
@media screen and (max-width: 900px) {
.cont_modal{
	padding:20px;
	}
.cont_modal img{
	width:200px;
	height:auto;
	margin: 0 20px 0 0;
	}
.cont_modal li:nth-child(2){
	width:300px;
	}
.cont_modal .modal_list span{
	width:30%;
	}
.cont_modal .modal_list p{
	width:70%;
	}
}
@media screen and (max-width: 750px) {
.cont_modal{
	flex-direction: column;
	justify-content: center;
	font-size:90%;
	}
.cont_modal img{
	margin: 0 auto 20px;
	}
.cont_modal h6{
	font-size:x-large;
	margin: 0 0 10px 0;
	}
.cont_modal li:nth-child(1){
	display:block;
	text-align:center;
	}
.cont_modal li:nth-child(2){
	width:200px;
	}
.cont_modal .modal_list li{
	flex-direction: column;
	}
.cont_modal .modal_list span{
	text-align:left;
	width:100%;
	margin: 10px 0 0 0;
	background-color:#ccc;
	}
.cont_modal .modal_list p{
	text-align:left;
	width:100%;
	}
}


/* ~~ 内容3：食学園の特長 ~~ */
#cont03 {
	padding:100px 0 50px;
	}
#cont03 h2{
	margin:0;
	}
#cont03 h2::before{
	margin:0;
	}
#cont03 .shokugakkai{
	display:block;
	text-align:center;
	}
#cont03 #boxlink{
	position:relative;
	display:inline-block;
	padding:10px 10px 10px 40px;
	margin:1em 0 0;
	}
#cont03 #boxlink::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:15px;
	margin:auto 0;
	background:url(../img/icon_blankr.gif) right top no-repeat;
	background-size: 100% auto;
	width:16px;
	height:14px;
}
#cont03 .cont_ul{
	width:100%;
	}
#cont03 .cont_ul li{
	position:relative;
	padding:0;
	margin:0 0 1em;
	display:flex;
	align-items: center;
	}
#cont03 .cont_ul li span{
	display:inline-block;
	}
#cont03 .cont_ul li div p{
	font-size:140%;
	}
#cont03 .cont_ul li div p span.red{
	color:#cc0000;
	}
#cont03 .cont_ul li:nth-child(4){
	margin:0;
	}
#cont03 .cont_ul li:nth-child(5){
	}
#cont03 .cont_ul li:nth-child(5) div p{ 
	display:block;
	font-size: medium;
	}
#cont03 .cont_ul li::before{
	top:0;
	left:0;
	content:"";
	flex-grow:0; 
	flex-shrink: 0; 
	display:inline-flex;
	justify-content: center;
	align-items: center;
	background:url(../img/h3before.gif) right top no-repeat;
	background-size: 100% auto;
	width:70px;
	height:70px;
	margin:0 20px 0 0;
	color:#fff;
	font-size:140%;
	font-weight:bold;
	}
#cont03 .cont_ul li:nth-child(1)::before{
	content:"一";
	}
#cont03 .cont_ul li:nth-child(2)::before{
	content:"二";
	}
#cont03 .cont_ul li:nth-child(3)::before{
	content:"三";
	}
#cont03 .cont_ul li:nth-child(4)::before{
	content:"四";
	}
#cont03 .cont_ul li:nth-child(5)::before{
	content:"";
	background: none;
	}
#cont03 .conimg{
	width:90%;
	max-width:700px;
	min-width:100px;
	height:auto;
	display:block;
	margin: 50px auto 50px;
	}
@media screen and (max-width: 750px) {
#cont03 {
	padding:30px 0 30px;
	}
#cont03 h2{
	margin:0;
	line-height:1;
	}
#cont03 h3{
	font-size:x-large;
	margin:0 0 10px 0;
	padding:30px 0 30px;
	}
#cont03 #boxlink{
	padding:10px 5px 10px 30px;
	font-size:90%;
	}
#cont03 #boxlink::after{
	left:10px;
}
#cont03 .cont_ul p{
	font-size:90%;
	line-height:1.5;
	}
#cont03 .cont_ul li{
	margin:0 0 0.5em;
	}
#cont03 .cont_ul li div p{
	font-size:110%;
	}
#cont03 .cont_ul li:nth-child(1){
	margin:1em 0 1em;
	}
#cont03 .conimg{
	margin: 30px auto 30px;
	}
}

/* ~~ 追加内容11：学園長の言葉index*/
#cont11{
	width: 100%;
	background:url(../img/bg11.gif) #fff top center repeat-x;
	background-size:auto 460px;
	padding:100px 0 0;
	text-align:left;
	}
#cont11 .cont_photo{
	position:relative;
	background-image:url(../img/chapter0_1.png);
	background-position:top left;
	background-size:auto 460px;
	background-repeat:no-repeat;
	margin:0 auto;
	width: 96%;
	max-width:983px;
	text-align:right;
	}
#cont11 .cont_photo img.txt1{
	display:block;
	width: 57%;
	max-width:464px;
	height:auto;
	margin:0 0 0 auto;
	z-index:4;
	}
#cont11 .cont_photo img.txt2{
	position:absolute;
	bottom:30px;
	right:0;
	display:block;
	width: 57%;
	max-width: 258px;
	height:auto;
	margin:0;
	z-index:5;
	}
#cont11 .cont_photo a{
	display:inline-block;
	position:absolute;
	bottom:0;
	right:0;
	padding:0px 0px 0px 30px;
	color:#ad0c0c;
	border-bottom:3px solid #fff;
	z-index:10;
	}
#cont11 .cont_photo a::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
	background:url(../img/icon_blankr.gif) right top no-repeat;
	background-size: 100% auto;
	width:16px;
	height:14px;
}
#cont11 .cont_photo a:hover,
#cont11 .cont_photo a:focus{
	text-decoration:none;
	transition: .3s;
	border-bottom:3px solid #ad0c0c;
	}
#cont11 .chapter{
	margin:60px auto 30px;
	width: 90%;
	max-width:980px;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
#cont11 .chapter .chap{
	flex-grow: 0; 
	flex-shrink: 0; 
	width:202px;
	max-width:202px;
	margin-right:3em;
	}
#cont11 .chapter .chap img{
	width:202px;
	max-width:202px;
	height:107px;
	}
#cont11 .chapter .txt{
	flex-grow: 2; 
	flex-shrink: 2; 
	}
#cont11 .chapter h4{
	font-size:180%;
	margin-bottom:1em;
	line-height:1.7;
	}
#cont11 .chapter p{
	font-size: medium;
	line-height:2;
	margin-bottom:2em;
	font-weight:bold;
	}
#cont11 .chaplink{
	}
#cont11 #boxlink{
	display:block;
	width:90%;
	max-width:220px;
	margin:0 auto;
	}
#cont11 .chapter~ .chapter:last-child{
	margin:60px auto 0;
	}
@media screen and (max-width: 870px) {
#cont11{
	background-size:auto 230px;
	padding:30px 0 0;
	}
#cont11 .cont_photo{
	margin:0 auto 0 0;
	background-size:auto 100%;
	}
}
@media screen and (max-width: 750px) {
#cont11 .chapter{
	margin:30px auto 30px;
	flex-direction: column;
	}
#cont11 .chapter .chap{
	width:65%;
	margin-bottom:1em;
	}
#cont11 .chapter .chap img{
	width:100%;
	height:auto;
	}
#cont11 .chapter h4{
	font-size:large;
	}
#cont11 .chapter p{
	line-height:1.75;
	font-size:small;
	margin-bottom:1em;
	}
#cont11 .chapter~ .chapter:last-child{
	margin:30px auto 0;
	}
	}
@media screen and (max-width: 640px) {
	}
@media screen and (max-width: 530px) {
	}
@media screen and (max-width: 480px) {
#cont11{
	background-size:auto 170px;
	padding:30px 0 30px;
	}
#cont11 .cont_photo img.txt2{
	bottom:25px;
	}
#cont11 .cont_photo a{
	padding:0px 0px 0px 25px;
	font-size:small;
	}
}

/* ~~ 内容5：神村学園概要~~ */
.cont_bg02 {/*背景・神村学園概要*/
	width: 100%;
	background:url(../img/bg02.gif) #fff left top repeat;
	padding:100px 0 50px;
	text-align:left;
}
#cont05 h4{
	position:relative;
	display:inline-block;
	font-size:x-large;
	vertical-align:middle;
	}
#cont05 .k_logo{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	background:url(../img/logo_kamimura.gif) left center no-repeat;
	background-size: auto 100%;
	height:90px;
	padding:0 0 0 70px;
	}
#cont05 p{
	margin: 10px 0;
	}
.gaiyou {
	line-height:2;
	margin: 10px 0;
	}
.gaiyou li{
	list-style:none;
	margin: 0;
	}
.gaiyou span{
	display:inline-block;
	width:70px;
	}
.img_02{
	position:relative;
	width: 100%;
	max-width:490px;
	min-width: 100px;
	height:auto;
}
.photosp{
	display:none;
	}
@media screen and (max-width: 750px) {
.cont_bg02 {/*背景・神村学園概要*/
	padding:30px 0 30px;
}
.img_02{
	max-width:750px;
	margin:15px 0 0;
}
.photosp{
	display: inline-block;
	}
#cont05 h4{
	font-size:140%;
	}
.gaiyou span{
	width:60px;
	}
#cont05 .cont_ul2{
	display:block;
	font-size:90%;
	}
#cont05 .cont_ul2 li{
	margin: 0;
	}
#cont05 .cont_ul2 li:nth-child(2){
	display:none;
	}
#cont05 #boxlink{
	margin: 0 0 10px 0;
	}
}


/* ~~ 内容6：アクセス~~ */
#cont06 .cont_ul2 li:nth-child(2){
	flex-grow: 2;
	flex-shrink: 2;
	width: 300px;
	min-width: 300px;
}
#cont06 h5{
	font-size:x-large;
	margin: 0 0 10px 0;
	}
#cont06 p{
	line-height:2;
	}
.cont2map{/* ~~ googlemapサイズ枠pc ~~ */
	flex-grow: 3;
	flex-shrink: 3;
	width: 100%;
	max-width: 800px;
	min-width: 50px;
	height: 420px;
	margin: 10px 0 20px 10px;
	display: inline-block;
}
@media screen and (max-width: 750px) {
#cont06 p{
	font-size: small;
	}
#cont06 .cont_ul2 li:nth-child(2){
	width: 100%;
	min-width: 100px;
}
.cont2map{/* ~~ googlemapサイズ枠pc ~~ */
	height: 300px;
	margin: 10px 0 0 0;
	}
}

/* ~~ 学園長ご挨拶 ~~ */
#cont07{
	position:relative;
	background: url(../img/bg03.jpg) left top no-repeat;
	margin-top:0;
	padding:120px 0 50px;
	text-align: center;
	}
#cont07 .cont_ul{
	justify-content: flex-start;
	margin-top:50px;
	text-align:left;
	}
#cont07 .shoku{
	height: 561px;
	width: auto;
	margin: 0 50px 0 0;
	}
#cont07 div{
	width: 100%;
	display:block;
	margin: 0 auto 0;
	}
#cont07 div p,
#cont08 p{
	margin: 1em 0 0 0;
	}
#cont07 .aiueo{
	width:100%;
	max-width:354px;
	min-width:100px;
	height:auto;
	margin: 20px auto 10px;
	}
#cont07 .name{
	width:100%;
	display: inline-block;
	margin: 20px auto 0;
	text-align:center;
	}
.name img{
	width:180px;
	height:auto;
	margin: 10px auto 0;
	}
@media screen and (max-width: 1280px) {
#cont07{
	background-size:60% auto;
	width:100%;
	}
#cont07 .cont_ul{
	margin-top:30px;
	width:90%;
	}
#cont07 div{
	width: 90%;
	}
}
@media screen and (max-width: 980px) {
#cont07 .shoku{
	height: 400px;
	width: auto;
	margin: 0 50px 0 0;
	}
}
@media screen and (max-width: 750px) {
#cont07{
	background: url(../img/bg03sp.jpg) left top no-repeat;
	background-size:60% auto;
	width:100%;
	font-size:90%;
	}
#cont07 .shoku{
	height: 300px;
	width: auto;
	margin: 0 20px 0 0;
	}
#cont07 .cont_ul{
	flex-direction: row-reverse;
	justify-content: flex-start;
	width:90%;
	margin-top:0;
	}
#cont07 .cont_ul .cont_tate{/* 縦書き基礎 */
	line-height: 2.0em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 480px) {
#cont07{
	background: url(../img/bg03sp.jpg) left top no-repeat;
	background-size:291px auto;
	}
#cont07 .cont_ul{
	width:95%;
	}
#cont07 .shoku{
	height: 300px;
	width: auto;
	margin: 0 10px 0 0;
	}
}


/* ~~ コンセプト/資料請求ページ ~~ */
#cont08,
#cont10{
	padding:100px 0 200px;
}
.pg_inq{/* ←資料請求ページ */
	padding:0 0 100px;
	}
.pg_inq2{/* ←資料請求ページ */
	padding:0 0 100px;
	margin:0 auto;
	}
#cont10 .cont_ul li:nth-child(2){
	flex-grow: 2;
	width:100%;
}
#cont10 #btn_seiq{
	display: inline-block;
	padding:10px;
	}
#cont08 .cont_ul2{
	text-align:center;
}
#cont08 .cont_ul2 li:nth-child(2){
	flex-grow: 2;
	width:100%;
}
#cont08 .concept{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	}
#cont08 h3{
	font-size:240%;
	margin:0;
	color:#000;
	}
#cont08 h3 span{
	color:#ad0c0c;
	}
#cont08 img{
	width:90%;
	max-width:700px;
	min-width:100px;
	height:auto;
	display:block;
	margin: 50px auto 10px;
	}
#cont08 .conce2{
	width:90%;
	margin: 70px auto 0;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	}
#cont08 .conce2 h4{
	font-size: x-large;
	color:#c80e47;
	}
#cont08 .conce2 li{
	display:inline-block;
	width:100%;
	max-width:390px;
	min-width:100px;
	}
#cont08 .conce2 li:nth-child(1){
	margin: 0 20px 0 0;
	}
@media screen and (max-width: 750px) {
.pg_inq{
	padding:0px 0 20px;
	}
#cont08{
	padding:30px 0 100px;
	}
#cont08 .cont_ul2{
	flex-direction: column;
}
#cont08 .concept{
	margin: 10px 0 0 0;
	font-size:90%;
	}
#cont08 .conce2{
	flex-wrap:wrap;
	flex-direction: column;
	}
#cont08 .conce2 h4{
	font-size:large;
	}
#cont08 .conce2 li{
	width:90%;
	max-width:750px;
	}
#cont08 .conce2 li:nth-child(1){
	margin: 0 0 30px 0;
	}
}



/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*特定サイズで表示・消去*/
/* PCのみ・SPのみ表示 */
.mpc {
	display: inline;
	}
.msp800,
.msp768,
.msp480,
.msp360 {
	display: none;
	}
@media screen and (max-width: 800px) {
.msp800 {
	display: inline;
	}
}
@media screen and (max-width: 768px) {
.mpc {
	display: none;
	}
.msp768 {
	display: inline;
	}
}
@media screen and (max-width: 480px) {
.msp480 {
	display: inline;
	}
}
@media screen and (max-width: 360px) {
.msp360 {
	display: inline;
	}
}
