@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|M+PLUS+Rounded+1c:500&display=swap');
/* CSS Document */
* {
  transition-property: font-size, height, width, top, left, color, background;
  transition-duration: 0.5s;
}

html {
    font-size: 100%;
}

body {
    /*font-family: 'M PLUS Rounded 1c',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;*/
	font-family: tbcinergothic-std,'M PLUS Rounded 1c', sans-serif !important;
    transform: rotate(0.03deg);
    color: saddlebrown !important;
    font-size: 1.6rem !important;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
    line-height: 1.5;
       overflow-x: hidden;
    background-image: url("images/back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
background-attachment: fixed;
}


.header_inner{
    background: #FFF;
}

.header_logo{
    float: left;
    padding: 1rem;
}

.header_address{
    float: right;
    text-align: right;
    padding-top: 1rem;
    padding-right: 1rem;
}

.okanokai_contents{
    background: #FFF;
}

h2.okano_h2{
    width: 40%;
    background-image: url("images/line_1.png");
    background-repeat:repeat-x;
background-position:left bottom;
    margin: 2rem auto;
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 1rem;
}

p.okano_p01{
    font-size: 2rem;
    text-align: center;
}

p.okano_en_01{
    font-size: 2rem;
    text-align: center;
}

p.okano_en_02{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0;
}

dl.okano_information{
    border-bottom: 1px #777 solid;
}

dl.okano_information dt{
    text-align: center;
}

footer{
    margin-top: 3rem;
    border-top: 1px solid saddlebrown;
    padding: 1.5rem 0;
}

p.okano_4{
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
   
html {
    font-size: 80%;
}

body {
    /*font-family: 'M PLUS Rounded 1c',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;*/
	font-family: tbcinergothic-std,'M PLUS Rounded 1c', sans-serif !important;
    transform: rotate(0.03deg);
    color: saddlebrown !important;
    font-size: 1.6rem !important;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
    line-height: 1.5;
       overflow-x: hidden;
    background-image: url("images/back.jpg");
      background-repeat: repeat-y;
    background-size: cover;
    background-repeat: no-repeat;
background-attachment: fixed;
}

    .header_inner{
   
       background:rgba(255,255,255,0.8);
    
}


.header_logo{
    float: center;
    padding: 1rem;
}

.header_address{
    float: none;
    text-align: center;
    padding-top: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
}

.okanokai_contents{
       background:rgba(255,255,255,0.6);
    
    opacity: 1.0;
}

h2.okano_h2{
    width: 90%;
    background-image: url("images/line_1.png");
    background-repeat:repeat-x;
background-position:left bottom;
    margin: 2rem auto;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

p.okano_p01{
    font-size: 1rem;
    text-align: left;
}
    
p.okano_p01 br{
    display: none;
}

p.okano_en_01{
    font-size: 1.2rem;
    text-align: center;
}

p.okano_en_02{
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
}
    
    
p.okano_4{
    font-size: 1rem;
}

dl.okano_information{
    border-bottom: 1px #777 solid;
    font-size: 80%;
}

dl.okano_information dt{
    text-align: center;
}

footer{
    margin-top: 3rem;
    border-top: 1px solid saddlebrown;
    padding: 1.5rem 0;
     font-size: 80%;
}
}
