@charset "UTF-8";
/*
Theme Name: 会光殿
Theme URI:https://aikoden.net
Description: This is our original theme.
Author: Spread
Author URI:　
Version:1.0
*/
@import url(css/html5reset-1.6.1.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 600;
}


@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Regular");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 600;
}

@font-face {
  font-family: "YuMincho";
  src: local("YuMincho Regular");
  font-weight: 500;
}
@font-face {
  font-family: "YuMincho";
  src: local("YuMincho Demibold");
  font-weight: 600;
}

/*---------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a {
  color: #362e2b;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
a:hover {
  color: #68005f;
  -webkit-font-smoothing: antialiased;
}
a:hover img {
  opacity: 0.85;
  /*--IE,FF対応--*/
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85)";
}
p {
  margin: 0.5em 0 1.2em;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  font-family: YuMincho, 游明朝, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Times New Roman", serif;
}
html {
  overflow-y: scroll;
}
body {
  counter-reset: number 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #362e2b;
  font-size: 15px;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Lucida Glande, sans-serif;
  line-height: 175%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 540px) {
  html, body {
    background: #FFF;
  }
}
.clearfix {
  zoom: 100%;
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
  /*/*/
}
/**/
#wrap {
  background-color: #FFFFFF;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
}

#container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 0px;
}

#sectop {
  display: block;
  clear: both;
  width: 100%;
  margin: 5rem auto 0px;
  padding: 0px 0 0px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #sectop {
    display: block;
    clear: both;
    width: 100%;
    margin: 3rem auto 0px;
    padding: 0px 0 0px;
    height: auto;
  }
}
#header {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 0;
  border-bottom: 1px solid #dcdcdc;
}
#header a,
#header {
  text-decoration: none;
}
#header .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  padding: 20px 0 15px;
  margin: 0 auto 0;
}
#header h1.site-id img {
  width: 100%;
  max-width: 284px;
  height: auto;
  margin: 0px auto 0px;
  padding: 0;
}
@media only screen and (max-width: 860px) {
  #header h1.site-id img {
    max-width: 220px;
  }
}
@media only screen and (max-width: 680px) {
  #header {
    border-bottom: 0px solid #dcdcdc;
  }
  #header h1.site-id img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 15px auto 0;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #header h1.site-id img {
    padding: 0;
  }
}


#footer {
  display: block;
  width: 100%;
  margin: 0 auto 0px;
  background-color: #7e6b5a;
  border-bottom: 1px solid #7e6b5a;
  text-align: center;
}
.copyright {
  text-align: center;
  padding: 10px 10px 10px;
  margin-bottom: 0;
  color: #FFF;
}


/*---------------------------------------------*/

#copy_area {
  display: block;
  text-align: center;
  background: url("images/main_img.jpg") no-repeat scroll center center transparent;
  background-size: cover;
  height: auto;
  margin: 0px auto 0;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #68005f;
}
.fade img.pc_view {
  display: block;
}
.fade img.sp_view {
  display: none;
}
.fade {
  display: block;
  margin: 0 auto 0;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  max-width: 980px !important;
  height: auto;
}
.fade img {
  margin: 0;
	max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 599px) {
  .fade img.pc_view {
    display: none;
  }
  .fade img.sp_view {
    display: block;
  }
  .fade img {
    margin: 0 auto 0;
    width: 100%;
    max-width: 599px !important;
    height: auto;
  }
}

#main {
	display: flex;
	justify-content: center;
	align-items: center;
}

#main div{
	display: block;
	width: 90%;
	margin: 0 auto 0;
	text-align: center;
}
#main div img{
	display: block;
	max-width: 100%;
	margin: 0 auto 0;
}

/*-----------------------------------------------------*/


.course_bnr{
	text-align:center;
	width: 90%;
	margin: 0 auto 30px !important
}
.course_bnr img{
	text-align:center;
	margin: 1% auto 1%;
	padding: 0 ;
    width: 100%;
    max-width: 690px;	
}
